Searched refs:__strdup (Results 26 - 30 of 30) sorted by relevance

12

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc336 INTERCEPTOR(char *, __strdup, char *src) {
341 char *res = REAL(__strdup)(src);
345 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dglob.c245 # define strdup(str) __strdup (str)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dglob.c156 # define strdup(str) __strdup (str)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c56 # define strdup(str) __strdup (str)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob.c56 # define strdup(str) __strdup (str)

Completed in 201 milliseconds

12