Searched refs:strdup (Results 76 - 100 of 783) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6r.c116 ci->ciface = strdup(argv[i]);
139 si->siface = strdup(argv[i]);
171 unia->uniaddr = strdup(argv[i]);
183 sf = strdup(argv[i]);
214 sa->serv = strdup(addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_amule_lib.cpp235 srv_ip->value.str_val =strdup(unicode2UTF8(server->GetIPv4Data().StringIP()));
242 srv_name->value.str_val = strdup(unicode2UTF8(sname->GetStringData()));
309 cat->value.str_val = strdup(unicode2UTF8(categoryTitle->GetStringData()));
315 cat->value.str_val = strdup("all");
414 key->value.str_val = strdup(unicode2UTF8(cattag->GetTagByNameSafe(EC_TAG_USER_NICK)->GetStringData()));
623 result->str_val = strdup((const char *)unicode2UTF8(serverInfoString));
653 result->str_val = strdup((const char *)unicode2UTF8(serverInfoString));
841 result->str_val = strdup((const char *)unicode2UTF8(obj->sFileName));
845 result->str_val = strdup((const char *)unicode2UTF8(short_name));
848 result->str_val = strdup((cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbuild.c96 char *filename=strdup(argv[1]);
107 name=strdup(filename);
110 name=strdup(filename);
H A Dlatticetune.c62 char *filename=strdup(argv[1]);
70 name=strdup(filename);
72 name=strdup(filename);
H A Drun.c87 char *name=strdup(*argv++);
111 basename=strdup(basename)+1;
113 basename=strdup(name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd_installtest.c137 char* newname = strdup(name);
152 *display = strdup(newname);
164 newname = strdup("localhost");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-set.c139 node->value.element.name = strdup(name);
204 node->value.opaque = strdup(opaque);
271 node->value.text.string = strdup(string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dalbumart.c60 cache_dir = strdup(cache_file);
116 match = strdup(basename((char *)path));
133 dir = dirname(strdup(path));
208 cache_dir = strdup(art_path);
238 cache_dir = strdup(art_path);
347 char * mypath = strdup(path);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c212 environ[0] = strdup("ACTION=add");
213 environ[1] = strdup("SUBSYSTEM=pci");
301 environ[0] = strdup("ACTION=add");
302 environ[1] = strdup("SUBSYSTEM=usb");
389 environ[0] = strdup("ACTION=add");
390 environ[1] = strdup("SUBSYSTEM=pnp");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcards.c170 * The value returned in name is allocated with strdup and should be
188 *name = strdup((const char *)info.name);
200 * The value returned in name is allocated with strdup and should be
218 *name = strdup((const char *)info.longname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_aix.c175 ret = strdup(pwd->pw_name);
200 result->pw_name = strdup(pw->pw_name);
201 result->pw_passwd = strdup(pw->pw_passwd);
202 result->pw_gecos = strdup(pw->pw_gecos);
203 result->pw_dir = strdup(pw->pw_dir);
204 result->pw_shell = strdup(pw->pw_shell);
227 result->gr_name = strdup(gr->gr_name);
228 result->gr_passwd = strdup(gr->gr_passwd);
254 result->gr_mem[i] = strdup(name);
562 r.attr_un.au_char = strdup(gr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dutil.c23 file->name = strdup(name);
90 gs.s = strdup(s);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dtoken.l55 char *__buf__ = strdup(yytext), *__p__; \
145 yylval.val.buf = strdup(yytext);
221 yylval.val.buf = strdup(yytext);
255 yylval.val.buf = strdup(yytext + 1);
257 yylval.val.buf = strdup(yytext + 2);
269 yylval.val.buf = strdup(yytext);
276 yylval.val.buf = strdup(yytext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c78 * XXX there has to be error checks against strdup(3) failure
253 p->name = strdup(hp->h_name);
263 p->name = strdup(intoa(addr));
298 p->name = strdup(hp->h_name);
309 p->name = strdup(cp);
489 tp->e_name = strdup(buf2);
509 tp->e_name = strdup(buf);
536 tp->e_name = strdup(buf);
597 tp->name = strdup(buf);
624 tp->p_name = strdup(bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.y99 ematch_err = strdup(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h80 char *strdup __P((const char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcookie.c168 uri_path = strdup(request_uri);
178 uri_path = strdup("/");
230 char *new_path = strdup(cookie_path);
246 new_path = strdup("/");
281 * strstore() makes a strdup() on the 'newstr' and if '*str' is non-NULL
284 * It is meant to easily replace strdup()
290 *str = strdup(newstr);
501 co->name = strdup(name);
502 co->value = strdup(whatptr);
560 co->domain=strdup(domai
[all...]
H A Ddotdot.c63 clone = strdup(input);
H A Dslist.c90 char *dupdata = strdup(data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dcas.c326 stats[11] = strdup(convbytes(stats[11]));
327 stats[12] = strdup(convbytes(stats[12]));
331 stats[15] = strdup(convbytes(stats[15]));
332 stats[14] = strdup(convbytes(stats[14]));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y154 marg->replacement_text = strdup(argtext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dcompat.h69 extern char *strdup (const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dclientid.c74 p->name = strdup(name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtestacl2.c44 the_acl = strdup("system.nt_sec_desc.*");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/macos/src/
H A Dconfig-mac.h66 /* Define if you have the strdup function. */
192 #include <extra/strdup.h>

Completed in 493 milliseconds

1234567891011>>