Lines Matching defs:INTERCEPTOR
123 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function
137 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
145 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function
155 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function
159 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
169 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
178 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
184 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
196 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() function
202 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() function
211 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
221 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
235 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
249 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) { in INTERCEPTOR() function
264 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
273 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function
281 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { in INTERCEPTOR() function
291 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
304 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() function
314 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
330 INTERCEPTOR(char *, strdup, char *src) { in INTERCEPTOR() function
343 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() function
358 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) { in INTERCEPTOR() function
370 INTERCEPTOR(char *, strcat, char *dest, const char *src) { in INTERCEPTOR() function
382 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
488 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() function
504 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
509 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
515 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
525 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
530 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
537 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
547 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
554 INTERCEPTOR(SIZE_T, mbrtowc, wchar_t *dest, const char *src, SIZE_T n, in INTERCEPTOR() function
563 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
572 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
584 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() function
592 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
600 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() function
606 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() function
617 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) { in INTERCEPTOR() function
631 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() function
653 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() function
661 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() function
670 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() function
683 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() function
696 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() function
709 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) { in INTERCEPTOR() function
722 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() function
734 INTERCEPTOR(int, fstatat64, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() function
747 INTERCEPTOR(int, __fxstatat, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
760 INTERCEPTOR(int, __fxstatat64, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
772 INTERCEPTOR(int, pipe, int pipefd[2]) { in INTERCEPTOR() function
782 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() function
790 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() function
799 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() function
820 INTERCEPTOR(int, getrlimit, int resource, void *rlim) { in INTERCEPTOR() function
825 INTERCEPTOR(int, __getrlimit, int resource, void *rlim) { in INTERCEPTOR() function
829 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() function
837 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
848 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
870 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() function
883 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
898 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
912 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
919 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() function
926 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
931 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() function
1004 INTERCEPTOR(int, getrusage, int who, void *usage) { in INTERCEPTOR() function
1077 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*), in INTERCEPTOR() function
1100 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() function
1116 INTERCEPTOR(int, pthread_join, void *th, void **retval) { in INTERCEPTOR() function
1128 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() function
1187 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
1194 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() function
1234 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() function
1245 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name, in INTERCEPTOR() function
1264 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() function
1494 INTERCEPTOR(const char *, strsignal, int sig) { in INTERCEPTOR() function
1510 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) { in INTERCEPTOR() function
1524 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() function
1554 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { in INTERCEPTOR() function
1567 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) { in INTERCEPTOR() function
1578 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() function
1585 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() function
1594 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function