Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h350 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
353 #define PRINTF_FORMAT(a,b) macro