Searched refs:printf_format (Results 1 – 4 of 4) sorted by relevance
/external/toybox/lib/ |
D | lib.h | 126 char *xmprintf(char *format, ...) printf_format; 127 void xprintf(char *format, ...) printf_format; 189 void error_msg(char *msg, ...) printf_format; 190 void perror_msg(char *msg, ...) printf_format; 191 void error_exit(char *msg, ...) printf_format __attribute__((__noreturn__)); 192 void perror_exit(char *msg, ...) printf_format __attribute__((__noreturn__)); 193 void help_exit(char *msg, ...) printf_format __attribute__((__noreturn__));
|
D | portability.h | 24 #define printf_format __attribute__((format(printf, 1, 2))) macro 26 #define printf_format macro
|
/external/vixl/ |
D | CPPLINT.cfg | 7 filter=+build/printf_format 29 filter=+runtime/printf_format
|
/external/toybox/toys/other/ |
D | i2ctools.c | 75 printf_format static void confirm(const char *fmt, ...) in confirm()
|