Searched defs:PRINTF_FORMAT (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dcompiler_specific.h79 #define PRINTF_FORMAT(format_param, dots_param) \ macro
93 #define PRINTF_FORMAT(x, y) macro
/external/wpa_supplicant/
H A Dcommon.h246 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
249 #define PRINTF_FORMAT(a,b) macro
317 PRINTF_FORMAT(2, 3);
402 void wpa_msg(void *ctx, int level, char *fmt, ...) PRINTF_FORMAT(3, 4);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
323 #define PRINTF_FORMAT(a,b) macro

Completed in 28 milliseconds