Lines Matching defs:INTERCEPTOR

30 INTERCEPTOR(void *, memset, void *dst, int v, uptr size) {  in INTERCEPTOR()  function
41 INTERCEPTOR(wchar_t *, wmemset, wchar_t *dst, wchar_t v, uptr size) { in INTERCEPTOR() function
47 INTERCEPTOR(void *, memmove, void *dst, const void *src, uptr size) { in INTERCEPTOR() function
59 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() function
65 INTERCEPTOR(void *, memcpy, void *dst, const void *src, uptr size) { in INTERCEPTOR() function
80 INTERCEPTOR(wchar_t *, wmemcpy, wchar_t *dst, const wchar_t *src, uptr size) { in INTERCEPTOR() function
86 INTERCEPTOR(char *, strfry, char *s) { in INTERCEPTOR() function
94 INTERCEPTOR(char *, strsep, char **Stringp, const char *delim) { in INTERCEPTOR() function
103 INTERCEPTOR(char *, strtok, char *str, const char *delim) { in INTERCEPTOR() function
122 INTERCEPTOR(char *, strdup, const char *S) { in INTERCEPTOR() function
130 INTERCEPTOR(wchar_t *, wcsdup, const wchar_t *S) { in INTERCEPTOR() function
138 INTERCEPTOR(char *, strndup, const char *S, uptr size) { in INTERCEPTOR() function
146 INTERCEPTOR(char *, strcpy, char *dst, const char *src) { in INTERCEPTOR() function
152 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() function
158 INTERCEPTOR(char *, strncpy, char *dst, const char *src, uptr size) { in INTERCEPTOR() function
164 INTERCEPTOR(char *, strcat, char *dst, const char *src) { in INTERCEPTOR() function
171 INTERCEPTOR(wchar_t *, wcscat, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() function
178 INTERCEPTOR(char *, strncat, char *dst, const char *src, uptr size) { in INTERCEPTOR() function
185 INTERCEPTOR(char *, stpcpy, char *dst, const char *src) { in INTERCEPTOR() function
191 INTERCEPTOR(wchar_t *, wcpcpy, wchar_t *dst, const wchar_t *src) { in INTERCEPTOR() function
197 INTERCEPTOR(uptr, strxfrm, char *dst, const char *src, uptr size) { in INTERCEPTOR() function