Searched refs:__strdup (Results 1 – 7 of 7) sorted by relevance
105 __strdup(const char *str, int flags) in __strdup() function121 return (__strdup(str, KM_SLEEP)); in kmem_strdup()411 dptr->kd_func = __strdup(func, flags);
228 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() argument323 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
70 __strdup U
602 INTERCEPTOR(char*, __strdup, const char *s) { argument785 ASAN_INTERCEPT_FUNC(__strdup);
359 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() argument364 char *res = REAL(__strdup)(src); in INTERCEPTOR()368 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
748 /// char * __strdup(const char *s);750 TLI_DEFINE_STRING_INTERNAL("__strdup")
1110 fun:__strdup=uninstrumented