Home
last modified time | relevance | path

Searched defs:strdup (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/lib/libiberty/src/
H A Dstrdup.c20 strdup(const char *s) in strdup() function
/openbsd-src/lib/libc/string/
H A Dstrdup.c39 strdup(const char *str) in strdup() function
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dtextdomain.c58 # define strdup(str) __strdup (str) macro
H A Dbindtextdom.c65 # define strdup(str) __strdup (str) macro
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dtextdomain.c58 # define strdup(str) __strdup (str) macro
H A Dbindtextdom.c65 # define strdup(str) __strdup (str) macro
/openbsd-src/gnu/gcc/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str) macro
H A Dbindtextdom.c82 # define strdup(str) __strdup (str) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str) macro
H A Dbindtextdom.c77 # define strdup(str) __strdup (str) macro
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str) macro
H A Dbindtextdom.c82 # define strdup(str) __strdup (str) in __libc_rwlock_define() macro
/openbsd-src/lib/libcurses/
H A Dnc_alloc.h112 #define strdup _nc_strdup macro
H A Dcurses.priv.h1565 #define strdup(ptr) _nc_oom_strdup(ptr) macro
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dvms.c29 char * strdup(char * source){ in strdup() function
H A Dmkisofs.c424 char *strdup(s) in strdup() function
/openbsd-src/usr.sbin/unbound/util/
H A Dalloc.h208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) macro
/openbsd-src/sbin/unwind/libunbound/util/
H A Dalloc.h208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) macro
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake537 set(strdup "_strdup") variable
/openbsd-src/usr.sbin/unbound/testcode/
H A Dtestbound.c76 # define strdup(s) unbound_stat_strdup_ global() macro
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp237 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp466 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() argument
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c314 WRAPPER2(char *, strdup, const char *s) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp330 INTERCEPTOR(char *, strdup, char *src) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp787 TSAN_INTERCEPTOR(char*, strdup, const char *str) { in TSAN_INTERCEPTOR() argument

12