Lines Matching defs:INTERCEPTOR
107 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() function
116 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() function
129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR() function
138 INTERCEPTOR(void *, memcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
142 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
146 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() function
156 INTERCEPTOR(void *, memmove, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() function
160 INTERCEPTOR(void *, memset, void *s, int c, SIZE_T n) { in INTERCEPTOR() function
164 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) { in INTERCEPTOR() function
168 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() function
179 INTERCEPTOR(void *, memalign, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() function
190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() function
197 INTERCEPTOR(void *, __libc_memalign, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() function
205 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() function
212 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() function
228 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() function
235 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() function
245 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() function
254 INTERCEPTOR(void, mallinfo, __sanitizer_mallinfo *sret) { in INTERCEPTOR() function
269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() function
278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() function
286 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() function
296 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT in INTERCEPTOR() function
308 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() function
318 INTERCEPTOR(char *, strdup, char *src) { in INTERCEPTOR() function
331 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() function
345 INTERCEPTOR(char *, strndup, char *src, SIZE_T n) { in INTERCEPTOR() function
358 INTERCEPTOR(char *, __strndup, char *src, SIZE_T n) { in INTERCEPTOR() function
372 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) { in INTERCEPTOR() function
380 INTERCEPTOR(char *, strcat, char *dest, const char *src) { // NOLINT in INTERCEPTOR() function
392 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) { // NOLINT in INTERCEPTOR() function
480 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() function
489 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
497 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T n, in INTERCEPTOR() function
512 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
517 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
523 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() function
533 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
538 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
545 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() function
555 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() function
562 INTERCEPTOR(int, mbrtowc, wchar_t *dest, const char *src, SIZE_T n, void *ps) { in INTERCEPTOR() function
569 INTERCEPTOR(SIZE_T, wcslen, const wchar_t *s) { in INTERCEPTOR() function
577 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() function
584 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() function
594 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
602 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
610 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) { in INTERCEPTOR() function
618 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() function
626 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() function
632 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() function
642 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) { in INTERCEPTOR() function
651 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() function
672 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() function
680 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() function
688 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() function
701 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) { in INTERCEPTOR() function
714 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() function
722 INTERCEPTOR(int, __fxstatat, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
733 INTERCEPTOR(int, __fxstatat64, int magic, int fd, char *pathname, void *buf, in INTERCEPTOR() function
745 INTERCEPTOR(int, pipe, int pipefd[2]) { in INTERCEPTOR() function
755 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { in INTERCEPTOR() function
763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() function
771 INTERCEPTOR(char *, fgets, char *s, int size, void *stream) { in INTERCEPTOR() function
780 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() function
792 INTERCEPTOR(int, getrlimit, int resource, void *rlim) { in INTERCEPTOR() function
803 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() function
811 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
822 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, in INTERCEPTOR() function
847 INTERCEPTOR(int, __xuname, int size, void *utsname) { in INTERCEPTOR() function
856 INTERCEPTOR(int, uname, struct utsname *utsname) { in INTERCEPTOR() function
866 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() function
879 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
894 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() function
908 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() function
924 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() function
929 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() function
955 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() function
975 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() function
996 INTERCEPTOR(int, getrusage, int who, void *usage) { in INTERCEPTOR() function
1048 INTERCEPTOR(int, sigaction, int signo, const __sanitizer_sigaction *act, in INTERCEPTOR() function
1088 INTERCEPTOR(int, signal, int signo, uptr cb) { in INTERCEPTOR() function
1112 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*), in INTERCEPTOR() function
1135 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key, in INTERCEPTOR() function
1145 INTERCEPTOR(int, pthread_join, void *th, void **retval) { in INTERCEPTOR() function
1155 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() function
1178 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
1214 INTERCEPTOR(int, fork, void) { in INTERCEPTOR() function
1222 INTERCEPTOR(int, openpty, int *amaster, int *aslave, char *name, in INTERCEPTOR() function
1234 INTERCEPTOR(int, forkpty, int *amaster, char *name, const void *termp, in INTERCEPTOR() function
1356 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) { in INTERCEPTOR() function
1370 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() function
1399 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) { in INTERCEPTOR() function