Home | History | Annotate | Download | only in asan

Lines Matching defs:INTERCEPTOR

331 INTERCEPTOR(int, pthread_create, void *thread,
342 INTERCEPTOR(void*, signal, int signum, void *handler) {
349 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act,
362 INTERCEPTOR(void, longjmp, void *env, int val) {
368 INTERCEPTOR(void, _longjmp, void *env, int val) {
373 INTERCEPTOR(void, siglongjmp, void *env, int val) {
384 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
437 INTERCEPTOR(int, memcmp, const void *a1, const void *a2, size_t size) {
453 INTERCEPTOR(void*, memcpy, void *to, const void *from, size_t size) {
472 INTERCEPTOR(void*, memmove, void *to, const void *from, size_t size) {
481 INTERCEPTOR(void*, memset, void *block, int c, size_t size) {
493 INTERCEPTOR(char*, strchr, const char *str, int c) {
504 INTERCEPTOR(char*, index, const char *string, int c)
510 INTERCEPTOR(int, strcasecmp, const char *s1, const char *s2) {
524 INTERCEPTOR(char*, strcat, char *to, const char *from) { // NOLINT
539 INTERCEPTOR(int, strcmp, const char *s1, const char *s2) {
555 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT
571 INTERCEPTOR(char*, strdup, const char *s) {
580 INTERCEPTOR(size_t, strlen, const char *s) {
594 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, size_t n) {
608 INTERCEPTOR(int, strncmp, const char *s1, const char *s2, size_t size) {
626 INTERCEPTOR(char*, strncpy, char *to, const char *from, size_t size) {
638 INTERCEPTOR(size_t, strnlen, const char *s, size_t maxlen) {
665 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT
683 INTERCEPTOR(int, atoi, const char *nptr) {
699 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT
712 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT
733 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT