Searched defs:PRINTF_FORMAT (Results 1 – 3 of 3) sorted by relevance
/external/chromium/base/ |
D | compiler_specific.h | 110 #define PRINTF_FORMAT(format_param, dots_param) \ macro 113 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | common.h | 320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 323 #define PRINTF_FORMAT(a,b) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 335 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 338 #define PRINTF_FORMAT(a,b) macro
|