Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlib.h94 char *xmprintf(char *format, ...) printf_format;
95 void xprintf(char *format, ...) printf_format;
141 void error_msg(char *msg, ...) printf_format;
142 void perror_msg(char *msg, ...) printf_format;
143 void error_exit(char *msg, ...) printf_format noreturn;
144 void perror_exit(char *msg, ...) printf_format noreturn;
Dportability.h15 #define printf_format __attribute__((format(printf, 1, 2))) macro
17 #define printf_format macro
21 #define printf_format macro