Lines Matching refs:INTERCEPTOR
125 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function
139 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
147 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function
157 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function
161 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
171 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
180 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
186 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
198 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() function
204 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() function
213 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
223 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
237 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
258 INTERCEPTOR(__sanitizer_struct_mallinfo, mallinfo,) {
269 INTERCEPTOR(__sanitizer_struct_mallinfo2, mallinfo2) { in INTERCEPTOR() function
280 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
289 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function
297 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { in INTERCEPTOR() function
307 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() function
330 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
346 INTERCEPTOR(char *, strdup, char *src) { in INTERCEPTOR() function
359 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() function
374 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) { in INTERCEPTOR() function
386 INTERCEPTOR(char *, strcat, char *dest, const char *src) { in INTERCEPTOR() function
398 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
427 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
432 INTERCEPTOR(void, func, ret_type *sret, const char_type *nptr, \
438 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
444 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
450 INTERCEPTOR(void, func, ret_type *sret, const char_type *nptr, \
456 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
566 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
575 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() function
591 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
596 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
602 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
612 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
617 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
624 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
634 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
641 INTERCEPTOR(SIZE_T, mbrtowc, wchar_t *dest, const char *src, SIZE_T n, in INTERCEPTOR() function
650 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
659 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
671 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() function
679 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
687 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() function
693 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() function
704 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) { in INTERCEPTOR() function
718 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() function
740 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() function
748 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() function
757 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() function
770 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() function
783 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() function
796 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) { in INTERCEPTOR() function
809 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() function
821 INTERCEPTOR(int, fstatat64, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() function
834 INTERCEPTOR(int, __fxstatat, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
847 INTERCEPTOR(int, __fxstatat64, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
859 INTERCEPTOR(int, pipe, int pipefd[2]) { in INTERCEPTOR() function
869 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() function
877 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() function
886 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() function
907 INTERCEPTOR(int, getrlimit, int resource, void *rlim) { in INTERCEPTOR() function
912 INTERCEPTOR(int, __getrlimit, int resource, void *rlim) { in INTERCEPTOR() function
916 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() function
924 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
935 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
957 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() function
970 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
985 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
999 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
1006 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() function
1013 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
1018 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() function
1091 INTERCEPTOR(int, getrusage, int who, void *usage) { in INTERCEPTOR() function
1164 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*), in INTERCEPTOR() function
1187 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() function
1198 INTERCEPTOR(int, __libc_thr_keycreate, __sanitizer_pthread_key_t *m,
1203 INTERCEPTOR(int, pthread_join, void *thread, void **retval) { in INTERCEPTOR() function
1212 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **retval) { in INTERCEPTOR() function
1220 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **retval, in INTERCEPTOR() function
1233 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() function
1292 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
1299 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() function
1332 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name, in INTERCEPTOR() function
1351 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp, in INTERCEPTOR() function
1584 INTERCEPTOR(const char *, strsignal, int sig) { in INTERCEPTOR() function
1593 INTERCEPTOR(int, dladdr, void *addr, void *info) { in INTERCEPTOR() function
1603 INTERCEPTOR(int, dladdr1, void *addr, void *info, void **extra_info, in INTERCEPTOR() function
1619 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() function
1649 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { in INTERCEPTOR() function
1662 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) { in INTERCEPTOR() function
1673 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() function
1680 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() function
1689 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function