Home
last modified time | relevance | path

Searched refs:Str_dup (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/monit/monit-5.29.0/src/
H A Dl.l603 yylval.string = Str_dup(yytext);
635 yylval.string = Str_dup(yytext);
641 yylval.string = Str_dup(yytext);
647 yylval.string = Str_dup(yytext);
680 yylval.string = Str_dup(yytext);
686 yylval.string = Str_dup(yytext);
692 yylval.string = Str_dup(yytext);
710 yylval.string = Str_dup(yytext);
745 yylval.string = Str_dup(yytext);
794 yylval.string = Str_dup(yytext);
[all …]
H A Dalert.c151 n->to = Str_dup(o->to); in _copyMail()
158 n->from->address = Str_dup(ALERT_FROM); in _copyMail()
161 …n->subject = o->subject ? Str_dup(o->subject) : Run.MailFormat.subject ? Str_dup(Run.MailFormat.su… in _copyMail()
162 …n->message = o->message ? Str_dup(o->message) : Run.MailFormat.message ? Str_dup(Run.MailFormat.me… in _copyMail()
H A Denv.c106 Run.Env.home = Str_dup(pw.pw_dir); in init_env()
107 Run.Env.user = Str_dup(pw.pw_name); in init_env()
112 Run.Env.cwd = Str_dup(t); in init_env()
H A Dlex.yy.c8174 yylval.string = Str_dup(yytext);
8223 yylval.string = Str_dup(yytext);
8338 yylval.string = Str_dup(yytext);
8390 yylval.string = Str_dup(yytext);
8614 yylval.string = Str_dup(yytext);
8757 char *temp = Str_dup(yytext);
8768 char *temp = Str_dup(yytext);
8779 char *temp = Str_dup(yytext);
9806 char *buf = Str_dup(string); in handle_quoted_string()
9862 currentfile = Str_dup(filename); in push_buffer_state()
[all …]
H A Dfile.c94 Run.files.pid = Str_dup(pidfile); in file_init()
99 Run.files.id = Str_dup(buf); in file_init()
105 Run.files.state = Str_dup(buf); in file_init()
H A Dmonit.c702 Run.files.control = Str_dup(f); in handle_options()
720 Run.mygroup = Str_dup(optarg); in handle_options()
729 Run.files.log = Str_dup(optarg); in handle_options()
741 Run.files.pid = Str_dup(optarg); in handle_options()
750 Run.files.state = Str_dup(optarg); in handle_options()
/dports/devel/libcii/libcii-1.1/examples/
H A Dbasename.c7 return Str_dup(path, i, j + 1, 1); in dirname()
9 return Str_dup("./", 1, 0, 1); in dirname()
15 return Str_dup(path, i + 1, j, 1); in basename()
/dports/lang/eisl/eisl-2.35/cii/examples/
H A Dbasename.c7 return Str_dup(path, i, j + 1, 1); in dirname()
9 return Str_dup("./", 1, 0, 1); in dirname()
15 return Str_dup(path, i + 1, j, 1); in basename()
/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dprocessor.c252 h->name = Str_dup(name); in set_header()
262 p->value = Str_dup(h->value); in set_header()
338 return buf[0] ? Str_dup(buf) : NULL; in get_headers()
559 req->url = Str_dup(url); in create_HttpRequest()
560 req->method = Str_dup(method); in create_HttpRequest()
561 req->protocol = Str_dup(protocol); in create_HttpRequest()
604 header->name = Str_dup(line); in create_headers()
605 header->value = Str_dup(value); in create_headers()
636 query_string = Str_dup(p); in create_parameters()
644 req->pathinfo = Str_dup(p); in create_parameters()
[all …]
/dports/sysutils/monit/monit-5.29.0/src/notification/
H A DAddress.c65 C->name = A->name ? Str_dup(A->name) : NULL; in Address_copy()
66 C->address = A->address ? Str_dup(A->address) : NULL; in Address_copy()
/dports/sysutils/monit/monit-5.29.0/libmonit/src/system/
H A DCommand.c141 List_append(C->args, Str_dup(path)); in _buildArgs()
145 List_append(C->args, Str_dup(x)); in _buildArgs()
343 P->working_directory = Str_dup(Dir_cwd(t, STRLEN)); in Process_getDir()
447 List_append(C->env, Str_dup(*e)); in Command_new()
469 List_append(C->args, Str_dup(argument)); in Command_appendArgument()
507 C->working_directory = Str_dup(dir); in Command_setDir()
539 List_append(C->env, Str_dup(StringBuffer_toString(b))); in Command_vSetEnv()
/dports/sysutils/monit/monit-5.29.0/src/process/
H A Dsysdep_AIX.c243 pt[i].cmdline = Str_dup(procs[i].pi_comm); // Kernel thread in initprocesstree_sysdep()
255 pt[i].cmdline = Str_dup(command); in initprocesstree_sysdep()
257 pt[i].cmdline = Str_dup(procs[i].pi_comm); in initprocesstree_sysdep()
H A Dsysdep_DARWIN.c185 … pt[i].cmdline = Str_dup(StringBuffer_toString(StringBuffer_trim(cmdline))); in initprocesstree_sysdep()
191 pt[i].cmdline = Str_dup(cmdpath); in initprocesstree_sysdep()
193 pt[i].cmdline = Str_dup(pinfo[i].kp_proc.p_comm); in initprocesstree_sysdep()
H A Dsysdep_NETBSD.c206 … pt[i].cmdline = Str_dup(StringBuffer_toString(StringBuffer_trim(cmdline))); in initprocesstree_sysdep()
210 pt[i].cmdline = Str_dup(pinfo[i].p_comm); in initprocesstree_sysdep()
H A Dsysdep_DRAGONFLY.c190 … pt[i].cmdline = Str_dup(StringBuffer_toString(StringBuffer_trim(cmdline))); in initprocesstree_sysdep()
194 pt[i].cmdline = Str_dup(pinfo[i].kp_comm); in initprocesstree_sysdep()
H A Dsysdep_FREEBSD.c189 … pt[i].cmdline = Str_dup(StringBuffer_toString(StringBuffer_trim(cmdline))); in initprocesstree_sysdep()
193 pt[i].cmdline = Str_dup(pinfo[i].ki_comm); in initprocesstree_sysdep()
H A Dsysdep_OPENBSD.c216 … pt[index].cmdline = Str_dup(StringBuffer_toString(StringBuffer_trim(cmdline))); in initprocesstree_sysdep()
220 pt[index].cmdline = Str_dup(pinfo[i].p_comm); in initprocesstree_sysdep()
/dports/databases/libzdb/libzdb-3.2.2/src/db/mysql/
H A DMysqlConnection.c64 #define ERROR(e) do {*error = Str_dup(e); goto error;} while (0) in _doConnect()
71 *error = Str_dup("unable to allocate mysql handler"); in _doConnect()
134 *error = Str_dup(mysql_error(db)); in _doConnect()
/dports/databases/libzdb/libzdb-3.2.2/src/util/
H A DStr.h106 char *Str_dup(const char *s);
/dports/devel/libcii/libcii-1.1/include/
H A Dstr.h6 extern char *Str_dup(const char *s, int i, int j, int n);
/dports/lang/eisl/eisl-2.35/cii/include/
H A Dstr.h7 extern char *Str_dup(const char *s, int i, int j, int n);
/dports/sysutils/monit/monit-5.29.0/libmonit/src/util/
H A DStr.h274 char *Str_dup(const char *s);
/dports/sysutils/monit/monit-5.29.0/src/net/
H A Dsocket.c249 S->host = Str_dup(host); in _createIpSocket()
374 S->host = Str_dup(LOCALHOST); in Socket_createUnix()
405 …S->host = Str_dup(inet_ntop(addr->sa_family, &a->sin_addr, (char[INET_ADDRSTRLEN]){}, INET_ADDRSTR… in Socket_createAccepted()
411 …S->host = Str_dup(inet_ntop(addr->sa_family, &a->sin6_addr, (char[INET6_ADDRSTRLEN]){}, INET6_ADDR… in Socket_createAccepted()
/dports/databases/libzdb/libzdb-3.2.2/src/db/postgresql/
H A DPostgresqlConnection.c64 #define ERROR(e) do {*error = Str_dup(e); goto error;} while (0) in _doConnect()
115 *error = Str_dup(PQerrorMessage(C->db)); in _doConnect()
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dgeneric.c75 char *X = Str_dup(g->send); in check_generic()

123