Lines Matching defs:INTERCEPTOR
219 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
250 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
260 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) { in INTERCEPTOR() function
275 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act, in INTERCEPTOR() function
309 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
332 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
338 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
345 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
352 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
363 INTERCEPTOR(int, memcmp, const void *a1, const void *a2, uptr size) { in INTERCEPTOR() function
449 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) { in INTERCEPTOR() function
455 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) { in INTERCEPTOR() function
471 INTERCEPTOR(void*, memset, void *block, int c, uptr size) { in INTERCEPTOR() function
477 INTERCEPTOR(char*, strchr, const char *str, int c) { in INTERCEPTOR() function
533 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
552 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() function
574 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
590 INTERCEPTOR(SIZE_T, strlen, const char *s) { in INTERCEPTOR() function
607 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() function
618 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
632 INTERCEPTOR(uptr, strnlen, const char *s, uptr maxlen) { in INTERCEPTOR() function
644 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() function
658 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
679 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT in INTERCEPTOR() function
697 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT in INTERCEPTOR() function
711 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() function
732 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
745 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() function