Home
last modified time | relevance | path

Searched refs:__strdup (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c105 __strdup(const char *str, int flags) in __strdup() function
121 return (__strdup(str, KM_SLEEP)); in kmem_strdup()
411 dptr->kd_func = __strdup(func, flags);
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp228 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() argument
323 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt70 __strdup U
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp602 INTERCEPTOR(char*, __strdup, const char *s) { argument
785 ASAN_INTERCEPT_FUNC(__strdup);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp359 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() argument
364 char *res = REAL(__strdup)(src); in INTERCEPTOR()
368 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def748 /// char * __strdup(const char *s);
750 TLI_DEFINE_STRING_INTERNAL("__strdup")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1110 fun:__strdup=uninstrumented