D | msan_interceptors.cc | 94 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() argument 102 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument 231 INTERCEPTOR(SIZE_T, strlen, const char *s) { in INTERCEPTOR() argument 238 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T n) { in INTERCEPTOR() argument 427 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 435 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T n, in INTERCEPTOR() argument 450 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 455 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 460 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 466 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument [all …]
|