/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | strdup.c | 29 #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 D | strdup.c | 34 #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 D | strdup.c | 29 #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 D | strdup.c | 29 #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 D | strdup.c | 29 #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 D | strdup.c | 28 #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 D | strdup.c | 35 #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 D | textdomain.c | 67 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str)
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 80 # define strdup(str) __strdup (str) in gl_rwlock_define()
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | textdomain.c | 69 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 84 # define strdup(str) __strdup (str) in __libc_rwlock_define()
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str)
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | textdomain.c | 69 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 79 # define strdup(str) __strdup (str)
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str)
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str)
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 33 __strdup U
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 446 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 D | asan_interceptors.cc | 457 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 D | asan_interceptors.cc | 454 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument 599 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
|