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

/external/chromium/base/
H A Dcompiler_specific.h110 #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/
H A Dcommon.h320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
323 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro

Completed in 134 milliseconds