Lines Matching defs:INTERCEPTOR

124 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb,
138 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) {
146 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) {
156 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) {
160 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) {
170 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) {
179 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) {
185 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) {
194 INTERCEPTOR(void *, valloc, SIZE_T size) {
200 INTERCEPTOR(void *, pvalloc, SIZE_T size) {
209 INTERCEPTOR(void, free, void *ptr) {
219 INTERCEPTOR(void, cfree, void *ptr) {
233 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
254 INTERCEPTOR(__sanitizer_struct_mallinfo, mallinfo,) {
265 INTERCEPTOR(__sanitizer_struct_mallinfo2, mallinfo2) {
276 INTERCEPTOR(int, mallopt, int cmd, int value) {
285 INTERCEPTOR(void, malloc_stats, void) {
293 INTERCEPTOR(char *, strcpy, char *dest, const char *src) {
303 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) {
316 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) {
326 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) {
342 INTERCEPTOR(char *, strdup, char *src) {
355 INTERCEPTOR(char *, __strdup, char *src) {
370 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) {
382 INTERCEPTOR(char *, strcat, char *dest, const char *src) {
394 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) {
423 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
428 INTERCEPTOR(void, func, ret_type *sret, const char_type *nptr, \
434 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
440 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
446 INTERCEPTOR(void, func, ret_type *sret, const char_type *nptr, \
452 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
562 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
571 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) {
587 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format,
592 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
598 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format,
608 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format,
613 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format,
620 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format,
630 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) {
637 INTERCEPTOR(SIZE_T, mbrtowc, wchar_t *dest, const char *src, SIZE_T n,
646 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
655 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
667 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) {
675 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) {
683 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) {
689 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
700 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) {
714 INTERCEPTOR(char *, getenv, char *name) {
736 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) {
744 INTERCEPTOR(int, putenv, char *string) {
753 INTERCEPTOR(int, fstat, int fd, void *buf) {
766 INTERCEPTOR(int, fstat64, int fd, void *buf) {
779 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) {
792 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) {
805 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) {
817 INTERCEPTOR(int, fstatat64, int fd, char *pathname, void *buf, int flags) {
830 INTERCEPTOR(int, __fxstatat, int magic, int fd, char *pathname, void *buf,
843 INTERCEPTOR(int, __fxstatat64, int magic, int fd, char *pathname, void *buf,
855 INTERCEPTOR(int, pipe, int pipefd[2]) {
865 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) {
873 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) {
882 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
903 INTERCEPTOR(int, getrlimit, int resource, void *rlim) {
908 INTERCEPTOR(int, __getrlimit, int resource, void *rlim) {
912 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) {
920 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit,
931 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit,
953 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) {
966 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
981 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
995 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) {
1002 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) {
1009 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) {
1014 INTERCEPTOR(void *, malloc, SIZE_T size) {
1087 INTERCEPTOR(int, getrusage, int who, void *usage) {
1160 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*),
1183 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key,
1194 INTERCEPTOR(int, __libc_thr_keycreate, __sanitizer_pthread_key_t *m,
1199 INTERCEPTOR(int, pthread_join, void *thread, void **retval) {
1208 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **retval) {
1216 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **retval,
1229 INTERCEPTOR(void, tzset, int fake) {
1288 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg,
1295 INTERCEPTOR(int, atexit, void (*func)()) {
1328 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name,
1347 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp,
1580 INTERCEPTOR(const char *, strsignal, int sig) {
1589 INTERCEPTOR(int, dladdr, void *addr, void *info) {
1599 INTERCEPTOR(int, dladdr1, void *addr, void *info, void **extra_info,
1615 INTERCEPTOR(char *, dlerror, int fake) {
1645 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) {
1658 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) {
1669 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) {
1676 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) {
1685 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {