Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dcommon.h353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
356 #define PRINTF_FORMAT(a,b) macro
/freebsd/crypto/openssl/test/
H A Dtestutil.h289 # define PRINTF_FORMAT(a, b) macro
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro