HomeSort by relevance Sort by last modified time
    Searched defs:strdup (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
strdup.c 0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
  /external/libogg/macos/compat/
strdup.c 6 char *strdup(const char *inStr) function
  /external/python/cpython2/Python/
strdup.c 0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
  /external/python/cpython3/Python/
strdup.c 0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
  /bionic/libc/upstream-openbsd/lib/libc/string/
strdup.c 1 /* $OpenBSD: strdup.c,v 1.7 2015/08/31 02:53:57 guenther Exp $ */
39 strdup(const char *str) function
50 DEF_WEAK(strdup); variable
  /external/curl/src/
tool_strdup.c 25 char *strdup(const char *str) function
  /external/tcpdump/missing/
strdup.c 41 strdup(str) function
  /external/libchrome/base/strings/
string_util_posix.h 20 inline char* strdup(const char* str) { function in namespace:base
21 return ::strdup(str);
  /external/swiftshader/include/vulkan/
vk_sdk_platform.h 42 #define strdup _strdup macro
  /external/vulkan-headers/include/vulkan/
vk_sdk_platform.h 42 #define strdup _strdup macro
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Copying.c 136 /** NetBSD Compatibility Function strdup creates a duplicate copy of a string. **/
138 strdup(const char *str) function
  /external/e2fsprogs/intl/
textdomain.c 66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
110 new_domain = strdup (domainname);
bindtextdom.c 81 # 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/libpcap/
portability.h 93 * __STDC__ is zero, <crtdbg.h> will define strdup() to call
97 #ifndef strdup
98 #define strdup _strdup macro
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 50 #define strdup _strdup macro
  /external/clang/test/Sema/
builtins-gnu-mode.c 8 int strdup; variable
  /external/curl/lib/
curl_memory.h 29 * 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
memdebug.h 87 #undef strdup macro
88 #define strdup(ptr) curl_dbg_strdup(ptr, __LINE__, __FILE__) macro
  /external/ipsec-tools/src/racoon/
gcmalloc.h 84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 140 inline char *strdup(const char *s) function
  /external/gflags/src/
windows_port.h 110 #define strdup _strdup macro
  /external/libcups/cups/
string-private.h 160 # define strdup _cups_strdup macro
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
main.c 80 static char *strdup(const char *str) function
324 ext->arg = strdup(optarg);
329 key->fn = strdup(optarg);
334 cert->fn = strdup(optarg);
  /external/openssh/openbsd-compat/
bsd-misc.c 58 if ((q = strdup(p)) == NULL) {
59 perror("strdup");
243 strdup(const char *str) function
  /external/swiftshader/third_party/llvm-7.0/configs/windows/include/llvm/Config/
config.h 335 /* Define to a function implementing strdup */
336 #define strdup _strdup macro

Completed in 972 milliseconds

1 2