Lines Matching refs:INTERCEPTOR

133 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb,
147 INTERCEPTOR(void *, mempcpy, void *dest, const void *src, SIZE_T n) {
155 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) {
165 INTERCEPTOR(void *, bcopy, const void *src, void *dest, SIZE_T n) {
169 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) {
179 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) {
188 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) {
194 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) {
206 INTERCEPTOR(void *, valloc, SIZE_T size) {
212 INTERCEPTOR(void *, pvalloc, SIZE_T size) {
221 INTERCEPTOR(void, free, void *ptr) {
228 INTERCEPTOR(void, cfree, void *ptr) {
239 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
253 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) {
268 INTERCEPTOR(int, mallopt, int cmd, int value) {
277 INTERCEPTOR(void, malloc_stats, void) {
285 INTERCEPTOR(char *, strcpy, char *dest, const char *src) {
295 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) {
308 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) {
322 INTERCEPTOR(char *, strdup, char *src) {
335 INTERCEPTOR(char *, __strdup, char *src) {
350 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) {
362 INTERCEPTOR(char *, strcat, char *dest, const char *src) {
374 INTERCEPTOR(char *, strncat, char *dest, const char *src, SIZE_T n) {
395 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
400 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
406 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
412 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
471 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
480 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) {
496 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format,
501 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
507 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format,
517 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format,
522 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format,
529 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format,
539 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) {
546 INTERCEPTOR(SIZE_T, mbrtowc, wchar_t *dest, const char *src, SIZE_T n,
555 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
564 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
576 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) {
584 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) {
592 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) {
598 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
609 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) {
622 INTERCEPTOR(char *, getenv, char *name) {
643 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) {
651 INTERCEPTOR(int, putenv, char *string) {
659 INTERCEPTOR(int, fstat, int fd, void *buf) {
672 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) {
685 INTERCEPTOR(int, __fxstat64, int magic, int fd, void *buf) {
698 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) {
706 INTERCEPTOR(int, __fxstatat, int magic, int fd, char *pathname, void *buf,
717 INTERCEPTOR(int, __fxstatat64, int magic, int fd, char *pathname, void *buf,
729 INTERCEPTOR(int, pipe, int pipefd[2]) {
739 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) {
747 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) {
756 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
777 INTERCEPTOR(int, getrlimit, int resource, void *rlim) {
782 INTERCEPTOR(int, __getrlimit, int resource, void *rlim) {
786 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) {
794 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit,
805 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit,
832 INTERCEPTOR(int, __xuname, int size, void *utsname) {
841 INTERCEPTOR(int, uname, struct utsname *utsname) {
851 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) {
864 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
879 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
893 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) {
901 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) {
919 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) {
924 INTERCEPTOR(void *, malloc, SIZE_T size) {
969 INTERCEPTOR(int, getrusage, int who, void *usage) {
1039 INTERCEPTOR(int, pthread_create, void *th, void *attr, void *(*callback)(void*),
1062 INTERCEPTOR(int, pthread_key_create, __sanitizer_pthread_key_t *key,
1073 INTERCEPTOR(int, __libc_thr_keycreate, __sanitizer_pthread_key_t *m,
1078 INTERCEPTOR(int, pthread_join, void *th, void **retval) {
1088 INTERCEPTOR(void, tzset, int fake) {
1147 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg,
1154 INTERCEPTOR(int, atexit, void (*func)()) {
1194 INTERCEPTOR(int, fork, void) {
1205 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name,
1224 INTERCEPTOR(int, forkpty, int *aparent, char *name, const void *termp,
1444 INTERCEPTOR(int, dladdr, void *addr, dlinfo *info) {
1458 INTERCEPTOR(char *, dlerror, int fake) {
1487 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) {
1500 INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb callback, void *data) {
1511 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) {
1518 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) {
1527 INTERCEPTOR(wchar_t *, wcsncpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {