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

1 2

  /external/libogg/macos/compat/
strdup.c 6 char *strdup(const char *inStr) function
  /external/libvorbis/macos/compat/
strdup.c 6 char *strdup(const char *inStr) function
  /bionic/libc/string/
strdup.c 1 /* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
39 strdup(const char *str) function
  /external/bison/lib/
strdup.c 30 # undef strdup macro
34 # define __strdup strdup
53 weak_alias (__strdup, strdup)
string.in.h 350 # 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, char *, (char const *__s))
365 _GL_CXXALIASWARN (strdup); variable
367 # undef strdup macro
    [all...]
  /external/tcpdump/missing/
strdup.c 36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strdup.c,v 1.1 2001/01/20 07:26:08 guy Exp $ (LBL)";
46 strdup(str) function
  /external/chromium/base/
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
  /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/ipsec-tools/src/racoon/
gcmalloc.h 84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
  /external/srec/seti/setiUtils/src/
platform_utils.c 91 /* 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/valgrind/main/helgrind/
hg_basics.c 61 Char* HG_(strdup) ( HChar* cc, const Char* s ) function
63 return VG_(strdup)( cc, s );
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 84 inline char* strdup(const char* strSource) function
  /external/openssh/openbsd-compat/
bsd-misc.c 231 strdup(const char *str) function
  /external/skia/legacy/src/xml/
SkJS.cpp 33 char *strdup(const char *) { function
  /external/skia/src/xml/
SkJS.cpp 33 char *strdup(const char *) { function
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 157 #define strdup(s) (char *) VG_(arena_strdup) (VG_AR_CORE, "gdbsrv", (Char *)(s)) macro
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 56 #define strdup(p) fastStrDup(p) macro
60 #define strdup(p) _strdup(p) macro
MemoryManager.cpp 27 #undef strdup macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 190 # undef strdup macro
191 # define strdup rpl_strdup macro
193 # if !(@HAVE_DECL_STRDUP@ || defined strdup) || @REPLACE_STRDUP@
194 extern char *strdup (char const *__s);
197 # undef strdup macro
198 # define strdup(a) \ macro
199 (GL_LINK_WARNING ("strdup is unportable - " \
200 "use gnulib module strdup for portability"), \
201 strdup (a))
  /external/bison/darwin-lib/
string.h 662 # 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, char *, (char const *__s))
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
    [all...]
  /external/bison/linux-lib/
string.h 662 # 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, char *, (char const *__s))
677 _GL_CXXALIASWARN (strdup); variable
679 # undef strdup macro
    [all...]
  /external/qemu/slirp/
misc.c 131 (*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/wpa_supplicant_8/src/utils/
os.h 114 * buffer, e.g., return strdup(rel_path). This function is only used to find
424 #define os_strdup(s) strdup(s)
518 #undef strdup macro
519 #define strdup OS_DO_NOT_USE_strdup macro

Completed in 588 milliseconds

1 2