Home
last modified time | relevance | path

Searched refs:Strdup (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/sysutils/xjobs/xjobs-20200726/
H A Dcolortty.c313 TiBlack = Strdup(tparm(setaf,0/*BLACK*/)); in init_terminal()
314 TiRed = Strdup(tparm(setaf,1/*RED*/)); in init_terminal()
315 TiGreen = Strdup(tparm(setaf,2/*GREEN*/)); in init_terminal()
317 TiBlue = Strdup(tparm(setaf,4/*BLUE*/)); in init_terminal()
319 TiCyan = Strdup(tparm(setaf,6/*CYAN*/)); in init_terminal()
320 TiWhite = Strdup(tparm(setaf,7/*WHITE*/)); in init_terminal()
325 TiBlue = Strdup(tparm(setf,1/*BLUE*/)); in init_terminal()
326 TiGreen = Strdup(tparm(setf,2/*GREEN*/)); in init_terminal()
327 TiCyan = Strdup(tparm(setf,3/*CYAN*/)); in init_terminal()
328 TiRed = Strdup(tparm(setf,4/*RED*/)); in init_terminal()
[all …]
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/modules/
H A Dsshcmd.c157 argv[n++] = Strdup (arg); in ssh_argv_create()
162 argv[n++] = Strdup (*p); in ssh_argv_create()
184 list_prepend (ssh_args_list, Strdup (buf)); in ssh_args_prepend_timeout()
198 list_append (ssh_args_list, Strdup (opt->dshpath)); in mod_ssh_postop()
235 list_append (copy, Strdup (arg)); in ssh_args_list_copy()
368 list_insert (i, Strdup ("-l%u")); in fixup_ssh_args()
371 list_append (ssh_args_list, Strdup ("-l%u")); in fixup_ssh_args()
378 list_append (ssh_args_list, Strdup ("%h")); in fixup_ssh_args()
394 str = Strdup (val); in sshcmd_args_init()
/dports/misc/ytree/ytree-2.03/
H A Dinput.c26 if (count == 0) return(Strdup("")); in StrLeft()
28 if (count >= len) return(Strdup(str)); in StrLeft()
32 tmp = Strdup(str); in StrLeft()
59 if (count == 0) return(Strdup("")); in StrRight()
66 tmp = Strdup(str); in StrRight()
72 rez = Strdup(p); in StrRight()
278 else ls = Strdup(""); in InputString()
291 else ls = Strdup(""); in InputString()
329 pp = Strdup(s); in InputString()
H A Dprofile.c172 p->value = Strdup( value ); in ReadProfile()
193 p->value = Strdup( value ); in ReadProfile()
238 new_m->cmd = Strdup( value ); in ReadProfile()
247 new_m->cmd = Strdup( value ); in ReadProfile()
294 new_d->cmd = Strdup( value ); in ReadProfile()
303 new_d->cmd = Strdup( value ); in ReadProfile()
319 new_v->ext = Strdup( n ); in ReadProfile()
320 new_v->cmd = Strdup( value ); in ReadProfile()
H A Dtermcap.c196 special_key[i].key_sequence = Strdup(tgetstr( special_key[i].termcap_name, &tcdptr )); in TermcapInitscr()
202 reverse = Strdup(tgetstr( "so", &tcdptr )); in TermcapInitscr()
203 normal = Strdup(tgetstr( "se", &tcdptr )); in TermcapInitscr()
/dports/devel/agar/agar-1.5.0/core/
H A Ddir.c191 dir->ents[dir->nents++] = Strdup("."); in AG_OpenDir()
192 dir->ents[dir->nents++] = Strdup(".."); in AG_OpenDir()
202 dir->ents[dir->nents++] = Strdup(fdata.cFileName); in AG_OpenDir()
224 dir->ents[dir->nents++] = Strdup(dent->d_name); in AG_OpenDir()
256 slash = pathp = Strdup(path); in AG_MkPath()
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/pdsh/
H A Dopt.c176 pdsh_options = Strdup(GEN_ARGS); in _init_pdsh_options()
231 abspath = Strdup(cwd); in _check_path()
256 abspath = Strdup(argv0); in _find_path()
265 abspath = Strdup(cwd); in _find_path()
273 if ((path = Strdup(getenv("PATH"))) == NULL) in _find_path()
461 opt->rcmd_name = Strdup(rhs); in opt_env()
464 opt->misc_modules = Strdup(rhs); in opt_env()
474 opt->dshpath = Strdup("setenv PATH "); in opt_env()
479 opt->dshpath = Strdup("PATH="); in opt_env()
598 opt->rcmd_name = Strdup(optarg); in opt_args()
[all …]
H A Dwcoll.c69 char *copy = Strdup (path); in wcoll_ctx_create()
100 list_push (ctx->include_cache, Strdup (file)); in wcoll_ctx_file_is_cached()
159 orig = Strdup (line); in include_file()
306 str = Strdup (file); in get_file_path()
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/common/
H A Dpipecmd.c67 e->path = Strdup (path); in pipe_info_create()
68 e->cmd = Strdup (xbasename (e->path)); in pipe_info_create()
69 e->target = Strdup (target); in pipe_info_create()
70 e->username = Strdup (user); in pipe_info_create()
147 args [0] = Strdup (e->cmd); in cmd_args_create()
H A Dsplit.c98 list_append(new, Strdup(tok)); in list_split()
116 list_append(l, Strdup(tok)); in list_split_append()
/dports/sysutils/pdsh/pdsh-pdsh-2.34/tests/test-modules/
H A Dpcptest.c149 cmd = Strdup ("cd %h; "); in pcptest_argv_create()
153 argv[0] = Strdup ("/bin/sh"); in pcptest_argv_create()
154 argv[1] = Strdup ("-c"); in pcptest_argv_create()
/dports/textproc/bibclean/bibclean-3.06/
H A Disbn.c95 extern char *Strdup ARGS((const char *s_));
421 Strdup(const char *s) in Strdup() function
424 Strdup(s) in Strdup()
499 ISBN_range[k].begin = Strdup(the_begin);
528 ISBN_range[k].begin = Strdup(the_begin);
615 Strdup(the_begin);
617 Strdup(the_end);
619 Strdup(the_countries);
1185 ISBN_range[k].end = Strdup(ISBN_range[k].end); in ISBN_initialize()
1244 ISBN_range[k].countries = Strdup(""); in ISBN_initialize()
[all …]
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMacro.cpp26 Strdup(char *s) in Strdup() function
36 name(Strdup(name)), in Macro()
66 this->name = Strdup(name); in setName()
/dports/lang/v8/v8-9.6.180.12/src/base/platform/
H A Dwrappers.h37 inline char* Strdup(const char* source) { return strdup(source); } in Strdup() function
59 inline char* Strdup(const char* source) { return SbStringDuplicate(source); }
/dports/security/nmap/nmap-7.91/ncat/
H A Dhttp.c564 return Strdup(p->value); in http_header_get_first()
576 node->name = Strdup(name); in http_header_set()
577 node->value = Strdup(value); in http_header_set()
859 return Strdup(""); in http_response_to_string()
1311 challenge->realm = Strdup(value); in http_read_challenge()
1316 challenge->digest.nonce = Strdup(value); in http_read_challenge()
1320 challenge->digest.opaque = Strdup(value); in http_read_challenge()
1442 credentials->u.digest.realm = Strdup(value); in http_read_credentials()
1446 credentials->u.digest.nonce = Strdup(value); in http_read_credentials()
1450 credentials->u.digest.uri = Strdup(value); in http_read_credentials()
[all …]
/dports/textproc/rxp/rxp-1.4.4/
H A Dnamespaces.c87 if(!(ns->nsname = Strdup(nsname))) in NewNamespace()
121 if(!(e->name = Strdup(name))) in DefineNSElement()
152 if(!(a->name = Strdup(name))) in DefineNSGlobalAttribute()
171 if(!(a->name = Strdup(name))) in DefineNSElementAttribute()
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dnamespaces.c87 if(!(ns->nsname = Strdup(nsname))) in NewNamespace()
121 if(!(e->name = Strdup(name))) in DefineNSElement()
152 if(!(a->name = Strdup(name))) in DefineNSGlobalAttribute()
171 if(!(a->name = Strdup(name))) in DefineNSElementAttribute()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dlinein.c764 d = Str_conv_to_system(Strdup(CDirBuf)); in next_dcompl()
827 f = Strdup(d); in next_dcompl()
910 CompleteBuf = Strdup(ifn); in doComplete()
913 CDirBuf = Strdup(CompleteBuf); in doComplete()
923 CompleteBuf = Strdup(ifn); in doComplete()
935 CompleteBuf = Strdup(ifn); in doComplete()
968 CompleteBuf = Strdup(ifn); in doComplete()
989 CompleteBuf = Strdup(CDirBuf); in doComplete()
1123 fi.value = Strdup(strBuf); in _editor()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dlinein.c764 d = Str_conv_to_system(Strdup(CDirBuf)); in next_dcompl()
827 f = Strdup(d); in next_dcompl()
910 CompleteBuf = Strdup(ifn); in doComplete()
913 CDirBuf = Strdup(CompleteBuf); in doComplete()
923 CompleteBuf = Strdup(ifn); in doComplete()
935 CompleteBuf = Strdup(ifn); in doComplete()
968 CompleteBuf = Strdup(ifn); in doComplete()
989 CompleteBuf = Strdup(CDirBuf); in doComplete()
1123 fi.value = Strdup(strBuf); in _editor()
/dports/www/w3m/w3m-2b59b9e/
H A Dlinein.c764 d = Str_conv_to_system(Strdup(CDirBuf)); in next_dcompl()
827 f = Strdup(d); in next_dcompl()
910 CompleteBuf = Strdup(ifn); in doComplete()
913 CDirBuf = Strdup(CompleteBuf); in doComplete()
923 CompleteBuf = Strdup(ifn); in doComplete()
935 CompleteBuf = Strdup(ifn); in doComplete()
968 CompleteBuf = Strdup(ifn); in doComplete()
989 CompleteBuf = Strdup(CDirBuf); in doComplete()
1123 fi.value = Strdup(strBuf); in _editor()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dlinein.c764 d = Str_conv_to_system(Strdup(CDirBuf)); in next_dcompl()
827 f = Strdup(d); in next_dcompl()
910 CompleteBuf = Strdup(ifn); in doComplete()
913 CDirBuf = Strdup(CompleteBuf); in doComplete()
923 CompleteBuf = Strdup(ifn); in doComplete()
935 CompleteBuf = Strdup(ifn); in doComplete()
968 CompleteBuf = Strdup(ifn); in doComplete()
989 CompleteBuf = Strdup(CDirBuf); in doComplete()
1123 fi.value = Strdup(strBuf); in _editor()
/dports/net/chrony/chrony-4.2/
H A Dconf.c402 rtc_device = Strdup(DEFAULT_RTC_DEVICE); in CNF_Initialise()
404 user = Strdup(DEFAULT_USER); in CNF_Initialise()
410 pidfile = Strdup(DEFAULT_PID_FILE); in CNF_Initialise()
744 *result = Strdup(line); in parse_string()
825 s = Strdup(line); in parse_sourcedir()
903 name = Strdup(p); in parse_refclock()
907 param = Strdup(p); in parse_refclock()
1173 mail_user_on_change = Strdup(address); in parse_mailonchange()
1209 path = Strdup(path); in parse_ntstrustedcerts()
1423 tempcomp_sensor_file = Strdup(p); in parse_tempcomp()
[all …]
/dports/net/chrony-lite/chrony-4.2/
H A Dconf.c402 rtc_device = Strdup(DEFAULT_RTC_DEVICE); in CNF_Initialise()
404 user = Strdup(DEFAULT_USER); in CNF_Initialise()
410 pidfile = Strdup(DEFAULT_PID_FILE); in CNF_Initialise()
744 *result = Strdup(line); in parse_string()
825 s = Strdup(line); in parse_sourcedir()
903 name = Strdup(p); in parse_refclock()
907 param = Strdup(p); in parse_refclock()
1173 mail_user_on_change = Strdup(address); in parse_mailonchange()
1209 path = Strdup(path); in parse_ntstrustedcerts()
1423 tempcomp_sensor_file = Strdup(p); in parse_tempcomp()
[all …]
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dfile.c235 if ((path = Strdup(getenv(env))) == NULL) return NULL; in EnvFileOpen()
250 if (ret_dir != NULL) *ret_dir = Strdup(s); in EnvFileOpen()
/dports/audio/festival/speech_tools/include/rxp/
H A Dstring16.h79 #define Strdup strdup8 macro
96 #define Strdup strdup16 macro

12345678910>>...15