Searched defs:strdup (Results 1 - 25 of 40) sorted by relevance

12

/external/curl/src/
H A Dtool_strdup.c25 char *strdup(const char *str) function
/external/libogg/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) function
/external/python/cpython2/Python/
H A Dstrdup.c0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
/external/python/cpython3/Python/
H A Dstrdup.c0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
/external/syslinux/com32/lib/
H A Dstrdup.c2 * strdup.c
8 char *strdup(const char *s) function
/external/tcpdump/missing/
H A Dstrdup.c41 strdup(str) function
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_sdk_platform.h42 #define strdup _strdup macro
/external/e2fsprogs/intl/
H A Dtextdomain.c66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
110 new_domain = strdup (domainname);
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);
/external/libchrome/base/strings/
H A Dstring_util_posix.h20 inline char* strdup(const char* str) { function in namespace:base
21 return ::strdup(str);
H A Dstring_util_win.h20 inline char* strdup(const char* str) { function in namespace:base
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvccompat.h50 #define strdup _strdup macro
/external/clang/test/Sema/
H A Dbuiltins-gnu-mode.c8 int strdup; variable
/external/curl/lib/
H A Dcurl_memory.h29 * that use memory related functions strdup, malloc, calloc, realloc
40 * File lib/strdup.c is an exception, given that it provides a strdup
113 * libcurl's 'memory tracking' system defines strdup, malloc, calloc,
121 #undef strdup macro
122 #define strdup(ptr) Curl_cstrdup(ptr) macro
H A Dmemdebug.h92 #undef strdup macro
93 #define strdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__) macro
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
/external/valgrind/helgrind/
H A Dhg_basics.c60 HChar* HG_(strdup) ( const HChar* cc, const HChar* s ) function
62 return VG_(strdup)( cc, s );
/external/libpcap/
H A Dportability.h81 #define strdup _strdup macro
/external/gflags/src/
H A Dwindows_port.h108 #define strdup _strdup macro
/external/libcups/cups/
H A Dstring-private.h160 # define strdup _cups_strdup macro
/external/libvncserver/libvncclient/
H A Dvncviewer.c30 #define strdup _strdup /* Prevent POSIX deprecation warnings */ macro
54 return strdup("");
149 client->serverHost=strdup("");
336 client->destHost = strdup(argv[i+1]);
349 client->serverHost = strdup(argv[i]);
353 client->serverHost = strdup(argv[i]);
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h168 #define strdup(s) VG_(strdup) ("gdbsrv", (s)) macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
H A Dconfig.h435 /* Define to a function implementing strdup */
436 #define strdup _strdup macro
/external/syslinux/gpxe/src/core/
H A Dstring.c353 char * strdup(const char *s) { function
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc403 INTERCEPT_LIBRARY_FUNCTION(strdup); variable

Completed in 2860 milliseconds

12