Lines Matching defs:INTERCEPTOR
159 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() function
190 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
201 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() function
213 INTERCEPTOR(char *, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
226 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
239 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() function
253 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() function
267 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
277 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
287 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
302 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
313 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
323 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function