Lines Matching refs:INTERCEPTOR
134 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() function
165 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
171 INTERCEPTOR(char *, index, const char *string, int c)
176 INTERCEPTOR(char *, strcat, char *to, const char *from) { in INTERCEPTOR() function
188 INTERCEPTOR(char *, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
201 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
214 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() function
228 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() function
242 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
252 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
262 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
277 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
288 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
298 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function