Lines Matching defs:INTERCEPTOR
157 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() function
188 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
199 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() function
211 INTERCEPTOR(char *, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
224 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
237 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() function
251 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() function
265 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
275 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
285 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
300 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
311 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
321 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function