Searched refs:__strdup (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrdup.c29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrdup.c29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstrdup.c29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dstrdup.c29 #undef __strdup macro
35 # define __strdup strdup macro
40 __strdup (const char *s) function
51 libc_hidden_def (__strdup)
54 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dstrdup.c34 #undef __strdup macro
38 # define __strdup strdup macro
43 __strdup (const char *s) function
54 libc_hidden_def (__strdup)
57 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrdup.c28 #undef __strdup macro
34 # define __strdup strdup macro
39 __strdup (const char *s) function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstrdup.c28 #undef __strdup macro
34 # define __strdup strdup macro
39 __strdup (const char *s) function
50 libc_hidden_def (__strdup)
53 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrdup.c35 #undef __strdup macro
39 # define __strdup strdup macro
44 __strdup (const char *s) function
55 libc_hidden_def (__strdup)
58 weak_alias (__strdup, strdup)
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
H A Dbindtextdom.c82 # define strdup(str) __strdup (str)
/netbsd-current/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)
/netbsd-current/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-current/external/gpl2/grep/dist/intl/
H A Dtextdomain.c69 # define strdup(str) __strdup (str)
H A Dbindtextdom.c79 # define strdup(str) __strdup (str)
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dtextdomain.c69 # define strdup(str) __strdup (str)
H A Dbindtextdom.c84 # define strdup(str) __strdup (str)
/netbsd-current/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-current/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-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc454 INTERCEPTOR(char*, __strdup, const char *s) {
599 ASAN_INTERCEPT_FUNC(__strdup);

Completed in 192 milliseconds

12