Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h190 # undef strdup
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
198 # define strdup(a) \ macro
201 strdup (a))
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c139 parser->sym_root = strdup(sym_root); in CreateNdkCrashParser()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c244 # undef strdup
245 # define strdup(str) __strdup (str) macro
826 pglob->gl_pathv[pglob->gl_pathc] = strdup (dirname);
/ndk/sources/host-tools/make-3.81/
Dmisc.c370 result = strdup (ptr); in xstrdup()
Dconfig.h.in227 /* Define to 1 if you have the `strdup' function. */
Dconfigure.in152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
Dconfig.h.W32229 /* Define to 1 if you have the `strdup' function. */
Dconfigure7319 for ac_func in memcpy memmove strchr strdup mkstemp mktemp fdopen \
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0679 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' fu…
Doutput.07319 for ac_func in memcpy memmove strchr strdup mkstemp mktemp fdopen \
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog3023 * utils.c (ck_strdup): Renamed from strdup.