Searched defs:strdup (Results 1 - 25 of 36) sorted by last modified time

12

/external/zlib/src/contrib/untgz/
H A Duntgz.c33 # define strdup(str) _strdup(str) macro
260 item->fname = strdup(fname);
330 char *buffer = strdup(newdir);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h182 * buffer, e.g., return strdup(rel_path). This function is only used to find
490 #define os_strdup(s) strdup(s)
622 #undef strdup macro
623 #define strdup OS_DO_NOT_USE_strdup macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h182 * buffer, e.g., return strdup(rel_path). This function is only used to find
490 #define os_strdup(s) strdup(s)
622 #undef strdup macro
623 #define strdup OS_DO_NOT_USE_strdup macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h182 * buffer, e.g., return strdup(rel_path). This function is only used to find
490 #define os_strdup(s) strdup(s)
622 #undef strdup macro
623 #define strdup OS_DO_NOT_USE_strdup macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h162 #define strdup(s) VG_(arena_strdup) (VG_AR_CORE, "gdbsrv", (s)) macro
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2313 /* Inline just for the wrapper VG_(strdup) below */
2389 HChar* VG_(strdup) ( const HChar* cc, const HChar* s ) function
/external/valgrind/main/helgrind/
H A Dhg_basics.c61 HChar* HG_(strdup) ( const HChar* cc, const HChar* s ) function
63 return VG_(strdup)( cc, s );
/external/tcpdump/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
/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c91 /* C54 and WinCE does not have strdup or stricmp */
113 char * strdup(char *in_string) function
119 PLogError(L("strdup: input string is NULL\n"));
/external/skia/src/xml/
H A DSkJS.cpp33 char *strdup(const char *) { function
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/qemu/slirp/
H A Dmisc.c131 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
341 bptr = strdup(ex); /* No need to free() this */
355 argv[i++] = strdup(curarg);
409 strdup(str) function
616 bptr1 = bptr2 = strdup(format);
/external/qemu/slirp-android/
H A Dmisc.c111 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
307 bptr = strdup(ex); /* No need to free() this */
321 argv[i++] = strdup(curarg);
373 strdup(const char* str) function
580 bptr1 = bptr2 = strdup(format);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h575 /// char *strdup(const char *s1);
576 strdup, enumerator in enum:llvm::LibFunc::Func
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c37 #define strdup _strdup macro
299 input_string = strdup(DEFAULT_QUANTIZER_VALUES);
301 input_string = strdup(quantizer_values);
354 input_string = strdup(DEFAULT_SCALE_FACTORS);
356 input_string = strdup(scale_factors);
413 input_string = strdup(options);
/external/libvorbis/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/external/libogg/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/external/libpcap/
H A Dpcap-stdinc.h61 #define strdup _strdup macro
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
/external/e2fsprogs/e2fsck/
H A Dprofile.c1069 #undef strdup macro
1070 #define strdup MYstrdup macro
1093 new->name = strdup(name);
1099 new->value = strdup(value);
1332 * strdup()'ed.
/external/e2fsprogs/intl/
H A Dbindtextdom.c81 # ifndef strdup
82 # define strdup(str) __strdup (str) macro
152 result = strdup (dirname);
190 result = strdup (codeset);
247 result = strdup (dirname);
278 result = strdup (codeset);
H A Dtextdomain.c66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
110 new_domain = strdup (domainname);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c74 #define strdup rep_strdup macro
3932 if (!(tdb->name = (char *)strdup(name))) {
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c8 int strdup; variable
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp33 char *strdup(const char *) { function

Completed in 1419 milliseconds

12