reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 1650 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag,
 1650 INTERCEPTOR(int, __vsnprintf_chk, char *str, SIZE_T size, int flag,
 1669 INTERCEPTOR(int, __vsprintf_chk, char *str, int flag, SIZE_T size_to,
 1703 INTERCEPTOR(int, __fprintf_chk, __sanitizer_FILE *stream, SIZE_T size,
 1712 INTERCEPTOR(int, __sprintf_chk, char *str, int flag, SIZE_T size_to,
 1721 INTERCEPTOR(int, __snprintf_chk, char *str, SIZE_T size, int flag,