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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h360 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
363 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h360 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
363 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h360 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
363 #define PRINTF_FORMAT(a,b) macro

Completed in 78 milliseconds