Searched refs:__strdup (Results 1 – 8 of 8) sorted by relevance
28 #undef __strdup34 # define __strdup strdup macro39 __strdup (const char *s) in __strdup() function50 libc_hidden_def (__strdup)53 weak_alias (__strdup, strdup)
67 # define strdup(str) __strdup (str)
82 # define strdup(str) __strdup (str) in __libc_rwlock_define()
569 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument744 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
331 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() argument336 char *res = REAL(__strdup)(src); in INTERCEPTOR()340 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
233 /// char * __strdup(const char *s);235 TLI_DEFINE_STRING_INTERNAL("__strdup")
1105 fun:__strdup=uninstrumented
517 PUBLIC 80b20 0 __strdup