D | msan_interceptors.cc | 104 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() argument 113 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument 283 INTERCEPTOR(SIZE_T, strlen, const char *s) { in INTERCEPTOR() argument 292 INTERCEPTOR(SIZE_T, strnlen, const char *s, SIZE_T n) { in INTERCEPTOR() argument 503 INTERCEPTOR(SIZE_T, strxfrm, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 511 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T n, in INTERCEPTOR() argument 526 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 531 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 537 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 547 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument [all …]
|