Searched refs:strdup (Results 51 - 75 of 783) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dsystem.h72 #define xstrdup(_str) strdup(_str)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-plist.c75 psong->path = strdup(path);
81 psong->title = strdup(psong->basename);
130 psong->path = strdup(p);
181 psong->path = strdup(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dautosprintf.cc51 str = (src.str != NULL ? strdup (src.str) : NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_options.c215 if (*buf != '-' && (c = getoption(buf, NULL)) && (opt = strdup(c)))
291 if ((c = getoption(buf, "-defaultvol")) && (opt = strdup(c)))
293 if ((c = getoption(buf, "-systemvol")) && (opt = strdup(c)))
295 if ((c = getoption(buf, "-loginmesg")) && (opt = strdup(c))) {
311 if ((c = getoption(buf, "-guestname")) && (opt = strdup(c)))
313 if ((c = getoption(buf, "-passwdfile")) && (opt = strdup(c)))
368 options->logconfig = strdup(optstr);
386 if ((c = getoption(buf, "-k5service")) && (opt = strdup(c)))
388 if ((c = getoption(buf, "-k5realm")) && (opt = strdup(c)))
399 if ((c = getoption(buf, "-authprintdir")) && (opt = strdup(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dmm-internal.h52 #define mm_strdup(s) strdup(s)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dalias.c11 alias_val = strdup(v);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.c62 dir->path = strdup(tmp);
107 endg->grp.gr_name = strdup(grpinfo->gr_name);
108 endg->grp.gr_passwd = strdup(grpinfo->gr_passwd);
113 endg->grp.gr_mem[i] = strdup(grpinfo->gr_mem[i]);
127 endp->pwd.pw_name = strdup(temp->pw_name);
128 endp->pwd.pw_passwd = strdup(temp->pw_passwd);
131 endp->pwd.pw_gecos = strdup(temp->pw_gecos);
132 endp->pwd.pw_dir = strdup(temp->pw_dir);
133 endp->pwd.pw_shell = strdup(temp->pw_shell);
174 usr->name = strdup(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostcheck.c129 matchp = strdup(match_pattern);
131 hostp = strdup(hostname);
H A Dnetrc.c149 *loginp = strdup(tok);
160 *passwordp = strdup(tok);
H A Dhttp_digest.c164 d->nonce = strdup(content);
175 d->realm = strdup(content);
180 d->opaque = strdup(content);
188 tmp = strdup(content);
204 d->qop = strdup("auth");
209 d->qop = strdup("auth-int");
215 d->algorithm = strdup(content);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operhlp.c147 *filename = strdup(pc);
164 *filename = strdup(buffer); /* clone the buffer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c77 conn->ifName = strdup("eth0");
114 register char *ret = strdup(s);
116 sysErr("strdup");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dcnid.c93 EC_NULL_LOG(dname = strdup(path));
100 EC_NULL_LOG(dname = strdup(path));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.c80 return strdup(string);
134 return strdup(string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dsrcpos.c42 fullname = strdup(fname);
88 file->name = strdup(fname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dutil.c23 file->name = strdup(name);
68 gs.s = strdup(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dbindtextdom.c76 # ifndef strdup
77 # define strdup(str) __strdup (str) macro
154 result = strdup (dirname);
192 result = strdup (codeset);
250 result = strdup (dirname);
281 result = strdup (codeset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dbindtextdom.c62 # ifndef strdup
63 # define strdup(str) __strdup (str) macro
133 result = strdup (dirname);
171 result = strdup (codeset);
228 result = strdup (dirname);
257 result = strdup (codeset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c58 nss->nss_name = strdup(p+1);
179 *sid = strdup(*sid);
213 *name = strdup(*name);
281 (*sids)[i] = strdup(s);
384 *sid = strdup(*sid);
418 *sid = strdup(*sid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.c15 #define _GNU_SOURCE 1 /* strdup() prototype, broken arpa/inet.h */
19 #define __EXTENSIONS__ 1 /* strdup() prototype */
23 #define _XOPEN_SOURCE 500 /* strdup() prototype */
194 bcrelay = strdup(optarg);
205 bindaddr = strdup(tmpstr);
218 ppp_binary = strdup(optarg);
247 pppdoptstr = strdup(optarg);
252 pid_file = strdup(optarg);
257 speedstr = strdup(optarg);
273 configFile = strdup(optar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstring.in.h190 # undef strdup macro
191 # define strdup rpl_strdup macro
193 # if !(@HAVE_DECL_STRDUP@ || defined strdup) || @REPLACE_STRDUP@
194 extern char *strdup (char const *__s);
197 # undef strdup macro
198 # define strdup(a) \ macro
199 (GL_LINK_WARNING ("strdup is unportable - " \
200 "use gnulib module strdup for portability"), \
201 strdup (a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h176 # if ! @HAVE_DECL_STRDUP@ && ! defined strdup
177 extern char *strdup (char const *__s);
180 # undef strdup macro
181 # define strdup(a) \ macro
182 (GL_LINK_WARNING ("strdup is unportable - " \
183 "use gnulib module strdup for portability"), \
184 strdup (a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstring.in.h176 # if ! @HAVE_DECL_STRDUP@ && ! defined strdup
177 extern char *strdup (char const *__s);
180 # undef strdup macro
181 # define strdup(a) \ macro
182 (GL_LINK_WARNING ("strdup is unportable - " \
183 "use gnulib module strdup for portability"), \
184 strdup (a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstring.in.h176 # if ! @HAVE_DECL_STRDUP@ && ! defined strdup
177 extern char *strdup (char const *__s);
180 # undef strdup macro
181 # define strdup(a) \ macro
182 (GL_LINK_WARNING ("strdup is unportable - " \
183 "use gnulib module strdup for portability"), \
184 strdup (a))

Completed in 343 milliseconds

1234567891011>>