• Home
  • Raw
  • Download

Lines Matching refs:INTERCEPTOR

232 INTERCEPTOR(int, pthread_create, void *thread,  in INTERCEPTOR()  function
263 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
273 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) { in INTERCEPTOR() function
281 INTERCEPTOR(void*, signal, int signum, void *handler) { in INTERCEPTOR() function
288 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act, in INTERCEPTOR() function
322 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
345 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
351 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
358 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
365 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
428 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) { in INTERCEPTOR() function
434 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) { in INTERCEPTOR() function
450 INTERCEPTOR(void*, memset, void *block, int c, uptr size) { in INTERCEPTOR() function
456 INTERCEPTOR(char*, strchr, const char *str, int c) { in INTERCEPTOR() function
477 INTERCEPTOR(char*, index, const char *string, int c)
491 INTERCEPTOR(char*, strcat, char *to, const char *from) { // NOLINT in DEFINE_REAL()
512 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
531 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() function
553 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
569 INTERCEPTOR(SIZE_T, strlen, const char *s) { in INTERCEPTOR() function
586 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() function
597 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
611 INTERCEPTOR(uptr, strnlen, const char *s, uptr maxlen) { in INTERCEPTOR() function
623 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() function
637 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
658 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT in INTERCEPTOR() function
676 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT in INTERCEPTOR() function
690 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() function
711 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
724 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() function