Home
last modified time | relevance | path

Searched refs:__strdup (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrdup.c29 #undef __strdup
35 # define __strdup strdup macro
40 __strdup (const char *s) in __strdup() function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dstrdup.c34 #undef __strdup
38 # define __strdup strdup macro
43 __strdup (const char *s) in __strdup() function
54 libc_hidden_def (__strdup)
57 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrdup.c29 #undef __strdup
35 # define __strdup strdup macro
40 __strdup (const char *s) in __strdup() function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dstrdup.c29 #undef __strdup
35 # define __strdup strdup macro
40 __strdup (const char *s) in __strdup() function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstrdup.c29 #undef __strdup
35 # define __strdup strdup macro
40 __strdup (const char *s) in __strdup() function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstrdup.c28 #undef __strdup
34 # define __strdup strdup macro
39 __strdup (const char *s) in __strdup() function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrdup.c35 #undef __strdup
39 # define __strdup strdup macro
44 __strdup (const char *s) in __strdup() function
55 libc_hidden_def (__strdup)
58 weak_alias (__strdup, strdup)
/netbsd-src/external/gpl3/gdb.old/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c80 # define strdup(str) __strdup (str) in gl_rwlock_define()
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dtextdomain.c69 # define strdup(str) __strdup (str)
H A Dbindtextdom.c84 # define strdup(str) __strdup (str) in __libc_rwlock_define()
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dtextdomain.c69 # define strdup(str) __strdup (str)
H A Dbindtextdom.c79 # define strdup(str) __strdup (str)
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt33 __strdup U
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp446 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument
629 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc457 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument
615 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc454 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument
599 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()

12