Lines Matching refs:INTERCEPTOR
239 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
280 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
290 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) { in INTERCEPTOR() function
299 INTERCEPTOR(void*, signal, int signum, void *handler) { in INTERCEPTOR() function
307 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act, in INTERCEPTOR() function
342 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
365 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
371 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
378 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
385 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
448 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) { in INTERCEPTOR() function
454 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) { in INTERCEPTOR() function
470 INTERCEPTOR(void*, memset, void *block, int c, uptr size) { in INTERCEPTOR() function
478 INTERCEPTOR(char*, index, const char *string, int c)
492 INTERCEPTOR(char*, strcat, char *to, const char *from) { // NOLINT in DEFINE_REAL()
513 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
532 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() function
553 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
569 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() function
585 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() function
596 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
609 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() function
623 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
644 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT in INTERCEPTOR() function
662 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT in INTERCEPTOR() function
676 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() function
697 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
710 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() function