HomeSort by: relevance | last modified time | path
    Searched refs:__strdup (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strdup.c 29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strdup.c 29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
strdup.c 29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
strdup.c 29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
  /src/external/gpl2/texinfo/dist/lib/
strdup.c 34 #undef __strdup macro
38 # define __strdup strdup macro
43 __strdup (const char *s) function
54 libc_hidden_def (__strdup)
57 weak_alias (__strdup, strdup)
  /src/external/gpl3/gdb/dist/gnulib/import/
strdup.c 28 #undef __strdup macro
34 # define __strdup strdup macro
39 __strdup (const char *s) function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)
glob.c 56 # define strdup(str) __strdup (str)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
strdup.c 28 #undef __strdup macro
34 # define __strdup strdup macro
39 __strdup (const char *s) function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)
glob.c 56 # define strdup(str) __strdup (str)
  /src/external/gpl2/xcvs/dist/lib/
strdup.c 35 #undef __strdup macro
39 # define __strdup strdup macro
44 __strdup (const char *s) function
55 libc_hidden_def (__strdup)
58 weak_alias (__strdup, strdup)
glob.c 156 # define strdup(str) __strdup (str)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
textdomain.c 67 # define strdup(str) __strdup (str)
bindtextdom.c 80 # define strdup(str) __strdup (str)
  /src/external/gpl2/grep/dist/intl/
textdomain.c 69 # define strdup(str) __strdup (str)
bindtextdom.c 79 # define strdup(str) __strdup (str)
  /src/external/gpl2/texinfo/dist/intl/
textdomain.c 69 # define strdup(str) __strdup (str)
bindtextdom.c 84 # define strdup(str) __strdup (str)
  /src/external/gpl3/gcc.old/dist/intl/
textdomain.c 67 # define strdup(str) __strdup (str)
bindtextdom.c 82 # define strdup(str) __strdup (str)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 454 INTERCEPTOR(char*, __strdup, const char *s) {
599 ASAN_INTERCEPT_FUNC(__strdup);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_interceptors.cpp 446 INTERCEPTOR(char*, __strdup, const char *s) {
629 ASAN_INTERCEPT_FUNC(__strdup);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_interceptors.cpp 587 INTERCEPTOR(char*, __strdup, const char *s) {
789 ASAN_INTERCEPT_FUNC(__strdup);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 336 INTERCEPTOR(char *, __strdup, char *src) {
341 char *res = REAL(__strdup)(src);
345 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
  /src/external/gpl2/gmake/dist/glob/
glob.c 245 # define strdup(str) __strdup (str)

Completed in 42 milliseconds