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

/external/chromium_org/base/
H A Dcompiler_specific.h165 #define PRINTF_FORMAT(format_param, dots_param) \ macro
168 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h356 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
359 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h356 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
359 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h356 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
359 #define PRINTF_FORMAT(a,b) macro

Completed in 1858 milliseconds