Searched refs:strdup (Results 1 - 25 of 783) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrdup.c31 # undef strdup macro
35 # define __strdup strdup
54 weak_alias (__strdup, strdup)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstrdup.c31 # undef strdup macro
35 # define __strdup strdup
54 weak_alias (__strdup, strdup)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dstrdup.c31 # undef strdup macro
35 # define __strdup strdup
54 weak_alias (__strdup, strdup)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrdup.c31 # undef strdup macro
35 # define __strdup strdup
54 weak_alias (__strdup, strdup)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrdup.c33 * $Id: strdup.c,v 12.1 2006/05/05 14:53:08 bostic Exp $
41 * strdup --
44 * PUBLIC: char *strdup __P((const char *));
48 strdup(str) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dstrdup.c2 * $Id: strdup.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
14 char *strdup(const char *string) function
H A DMakefile.am11 strdup.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-strdup.c30 return (uint8_t *) strdup ((const char *) s);
38 # include "u-strdup.h"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dstrdup.c1 /* $KAME: strdup.c,v 1.2 2000/10/04 17:41:07 itojun Exp $ */
36 strdup(str) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dgetenv.c42 return (env[0] != '\0')?strdup(env):NULL;
45 return (env && env[0])?strdup(env):NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kvm.c61 rec_argv[i++] = strdup("record");
62 rec_argv[i++] = strdup("-o");
63 rec_argv[i++] = strdup(file_name);
79 rec_argv[i++] = strdup("report");
80 rec_argv[i++] = strdup("-i");
81 rec_argv[i++] = strdup(file_name);
97 rec_argv[i++] = strdup("buildid-list");
98 rec_argv[i++] = strdup("-i");
99 rec_argv[i++] = strdup(file_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Ddirutil.c18 char *dup = strdup(pathname);
21 ptr = strdup(ptr+1);
30 char *dup = strdup(pathname);
32 if (ptr == NULL) { free(dup); return strdup("."); }
52 char *tmp = NULL, *path = stripslash(strdup(dir));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Duserfile.c32 * stores the first matchine one. The returned string is strdup'ed.
56 *result = strdup(we.we_wordv[0]);
67 *result = strdup(file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/macos/compat/sys/
H A Dtypes.h21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __S (…)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/sys/
H A Dtypes.h21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __S (…)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dwrapper.c16 char *ret = strdup(str);
19 ret = strdup(str);
21 die("Out of memory, strdup failed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/vcnet/
H A Dconfig.h47 * random crashes can occur when, for example, strdup() allocates memory
58 #define strdup _strdup macro
105 # define strdup _mxml_strdup macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspool.c139 argv[0] = strdup("ncftpbatch");
140 argv[1] = strdup("-l");
199 argv[0] = strdup("ncftpbatch");
201 argv[1] = strdup("-D");
202 argv[2] = strdup("-Z");
203 argv[3] = strdup("15");
204 argv[4] = strdup("-|");
205 argv[5] = strdup(pfdstr);
208 argv[1] = strdup("-d");
209 argv[2] = strdup("
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1304.c32 password = strdup("");
33 login = strdup("");
68 login = strdup("me");
81 login = strdup("me");
95 login = strdup("admi");
109 login = strdup("adminn");
123 login = strdup("");
138 password = strdup("");
153 password = strdup("");
156 login = strdup("");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner_ffmpeg.c263 *strval = strdup(mdt->value);
457 mfi->type = strdup("m4a");
458 mfi->codectype = strdup("mp4a");
459 mfi->description = strdup("AAC audio file");
464 mfi->type = strdup("m4a");
465 mfi->codectype = strdup("alac");
466 mfi->description = strdup("AAC audio file");
471 mfi->type = strdup("flac");
472 mfi->codectype = strdup("flac");
473 mfi->description = strdup("FLA
[all...]
H A Dfilescanner_urlfile.c101 mfi->title = strdup(head);
102 mfi->url = strdup(tail + 1);
116 mfi->type = strdup("pls");
118 mfi->description = strdup("Playlist URL");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dstrdup.c36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strdup.c,v 1.1 2001-01-20 07:26:08 guy Exp $ (LBL)";
46 strdup(str) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/
H A Dtestacl.c93 the_acl = strdup(poptGetOptArg(pc));
98 the_acl = strdup(poptGetOptArg(pc));
103 the_acl = strdup(poptGetOptArg(pc));
108 the_acl = strdup(poptGetOptArg(pc));
113 the_acl = strdup(poptGetOptArg(pc));
118 the_acl = strdup(poptGetOptArg(pc));
123 the_acl = strdup(poptGetOptArg(pc));

Completed in 147 milliseconds

1234567891011>>