/openbsd-src/gnu/lib/libiberty/src/ |
H A D | strdup.c | 20 strdup(const char *s) in strdup() function
|
/openbsd-src/lib/libc/string/ |
H A D | strdup.c | 39 strdup(const char *str) in strdup() function
|
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/ |
H A D | textdomain.c | 58 # define strdup(str) __strdup (str) macro
|
H A D | bindtextdom.c | 65 # define strdup(str) __strdup (str) macro
|
/openbsd-src/gnu/usr.bin/binutils/intl/ |
H A D | textdomain.c | 58 # define strdup(str) __strdup (str) macro
|
H A D | bindtextdom.c | 65 # define strdup(str) __strdup (str) macro
|
/openbsd-src/gnu/gcc/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str) macro
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str) macro
|
H A D | bindtextdom.c | 77 # define strdup(str) __strdup (str) macro
|
/openbsd-src/gnu/usr.bin/texinfo/intl/ |
H A D | textdomain.c | 67 # define strdup(str) __strdup (str) macro
|
H A D | bindtextdom.c | 82 # define strdup(str) __strdup (str) in __libc_rwlock_define() macro
|
/openbsd-src/lib/libcurses/ |
H A D | nc_alloc.h | 112 #define strdup _nc_strdup macro
|
H A D | curses.priv.h | 1565 #define strdup(ptr) _nc_oom_strdup(ptr) macro
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | vms.c | 29 char * strdup(char * source){ in strdup() function
|
H A D | mkisofs.c | 424 char *strdup(s) in strdup() function
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | alloc.h | 208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) macro
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | alloc.h | 208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) macro
|
/openbsd-src/gnu/llvm/llvm/cmake/ |
H A D | config-ix.cmake | 537 set(strdup "_strdup") variable
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | testbound.c | 76 # define strdup(s) unbound_stat_strdup_ global() macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 237 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 466 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 314 WRAPPER2(char *, strdup, const char *s) in WRAPPER2() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 330 INTERCEPTOR(char *, strdup, char *src) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 787 TSAN_INTERCEPTOR(char*, strdup, const char *str) { in TSAN_INTERCEPTOR() argument
|