Lines Matching defs:res
36 void *res = REAL(memset)(dst, v, size); in INTERCEPTOR() local
42 wchar_t *res = REAL(wmemset)(dst, v, size); in INTERCEPTOR() local
53 void *res = REAL(memmove)(dst, src, size); in INTERCEPTOR() local
60 wchar_t *res = REAL(wmemmove)(dst, src, size); in INTERCEPTOR() local
74 void *res = REAL(memcpy)(dst, src, size); in INTERCEPTOR() local
81 wchar_t *res = REAL(wmemcpy)(dst, src, size); in INTERCEPTOR() local
88 char *res = REAL(strfry)(s); in INTERCEPTOR() local
123 char *res = REAL(strdup)(S); in INTERCEPTOR() local
131 wchar_t *res = REAL(wcsdup)(S); in INTERCEPTOR() local
139 char *res = REAL(strndup)(S, size); in INTERCEPTOR() local
147 char *res = REAL(strcpy)(dst, src); in INTERCEPTOR() local
153 wchar_t *res = REAL(wcscpy)(dst, src); in INTERCEPTOR() local
159 char *res = REAL(strncpy)(dst, src, size); in INTERCEPTOR() local
166 char *res = REAL(strcat)(dst, src); in INTERCEPTOR() local
173 wchar_t *res = REAL(wcscat)(dst, src); in INTERCEPTOR() local
180 char *res = REAL(strncat)(dst, src, size); in INTERCEPTOR() local
186 char *res = REAL(stpcpy)(dst, src); in INTERCEPTOR() local
192 wchar_t *res = REAL(wcpcpy)(dst, src); in INTERCEPTOR() local
200 const uptr res = REAL(strxfrm)(dst, src, size); in INTERCEPTOR() local