Home | History | Annotate | Download | only in src

Lines Matching refs:FPRINTF_CHECKING

1015 #define FPRINTF_CHECKING
1020 #define FPRINTF_CHECKING __attribute__ ((format (printf, 2, 3)))
1026 #define FPRINTF_CHECKING
1033 void FPRINTF_CHECKING PrintF(FILE* out, const char* format, ...);
1040 int FPRINTF_CHECKING SNPrintF(Vector<char> str, const char* format, ...);