Lines Matching refs:INTERCEPTOR

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