Searched refs:printf_format (Results 1 - 2 of 2) sorted by relevance

/external/toybox/lib/
H A Dlib.h124 char *xmprintf(char *format, ...) printf_format;
125 void xprintf(char *format, ...) printf_format;
178 void error_msg(char *msg, ...) printf_format;
179 void perror_msg(char *msg, ...) printf_format;
180 void error_exit(char *msg, ...) printf_format noreturn;
181 void perror_exit(char *msg, ...) printf_format noreturn;
182 void help_exit(char *msg, ...) printf_format noreturn;
H A Dportability.h14 #define printf_format __attribute__((format(printf, 1, 2))) macro
17 #define printf_format macro

Completed in 93 milliseconds