Searched defs:strdup (Results 1 - 25 of 45) 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/libvorbis/macos/compat/
H A Dstrdup.c6 char *strdup(const char *inStr) 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/bison/lib/
H A Dstrdup.c30 # undef strdup macro
34 # define __strdup strdup
53 weak_alias (__strdup, strdup)
H A Dstring.in.h350 # undef strdup macro
351 # define strdup rpl_strdup macro
353 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
354 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
356 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
357 /* strdup exists as a function and as a macro. Get rid of the macro. */
358 # undef strdup macro
360 # if !(@HAVE_DECL_STRDUP@ || defined strdup)
361 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
363 _GL_CXXALIAS_SYS (strdup, cha
365 _GL_CXXALIASWARN (strdup); variable
367 # undef strdup macro
[all...]
/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/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.h81 #undef strdup macro
82 #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/libpcap/
H A Dpcap-stdinc.h56 #define strdup _strdup macro
/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/c-ares/
H A Dahost.c49 # define strdup(ptr) ares_strdup(ptr) 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.h160 #define strdup(s) VG_(strdup) ("gdbsrv", (s)) macro
/external/bison/darwin-lib/
H A Dstring.h662 # undef strdup
663 # define strdup rpl_strdup
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
668 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
669 /* strdup exists as a function and as a macro. Get rid of the macro. */
670 # undef strdup macro
672 # if !(1 || defined strdup)
673 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
675 _GL_CXXALIAS_SYS (strdup, cha
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
[all...]
/external/bison/linux-lib/
H A Dstring.h662 # undef strdup
663 # define strdup rpl_strdup
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
668 # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup
669 /* strdup exists as a function and as a macro. Get rid of the macro. */
670 # undef strdup macro
672 # if !(1 || defined strdup)
673 _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
675 _GL_CXXALIAS_SYS (strdup, cha
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-misc.c58 if ((q = strdup(p)) == NULL) {
59 perror("strdup");
243 strdup(const char *str) function

Completed in 663 milliseconds

12