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

1 2 3

  /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/syslinux/com32/lib/
strdup.c 2 * strdup.c
8 char *strdup(const char *s) function
  /external/tcpdump/missing/
strdup.c 41 strdup(str) function
  /toolchain/binutils/binutils-2.27/libiberty/
strdup.c 3 @deftypefn Supplemental char* strdup (const char *@var{s})
20 strdup(const char *s) function
  /external/libchrome/base/strings/
string_util_posix.h 20 inline char* strdup(const char* str) { function in namespace:base
21 return ::strdup(str);
string_util_win.h 20 inline char* strdup(const char* str) { function in namespace:base
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_sdk_platform.h 42 #define strdup _strdup macro
  /external/vulkan-validation-layers/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/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 50 #define strdup _strdup macro
  /toolchain/binutils/binutils-2.27/intl/
textdomain.c 66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
111 new_domain = strdup (domainname);
bindtextdom.c 81 # ifndef strdup
82 # define strdup(str) __strdup (str) macro
159 result = strdup (dirname);
197 result = strdup (codeset);
255 result = strdup (dirname);
286 result = strdup (codeset);
  /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
  /external/ipsec-tools/src/racoon/
gcmalloc.h 84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
  /external/valgrind/helgrind/
hg_basics.c 60 HChar* HG_(strdup) ( const HChar* cc, const HChar* s ) function
62 return VG_(strdup)( cc, s );
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 140 inline char *strdup(const char *s) function
  /external/libpcap/
portability.h 81 #define strdup _strdup macro

Completed in 540 milliseconds

1 2 3