Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.h74 PRINTF_FORMAT(2, 3);
186 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
201 PRINTF_FORMAT(3, 4);
217 PRINTF_FORMAT(3, 4);
232 PRINTF_FORMAT(3, 4);
246 PRINTF_FORMAT(3, 4);
260 PRINTF_FORMAT(3, 4);
288 const char *fmt, ...) PRINTF_FORMAT(5, 6);
H A Dcommon.h353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
356 #define PRINTF_FORMAT(a,b) macro
486 PRINTF_FORMAT(3, 4);
H A Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/freebsd/crypto/openssl/test/
H A Dtestutil.h289 # define PRINTF_FORMAT(a, b) macro
298 # undef PRINTF_FORMAT
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro
407 PRINTF_FORMAT(3, 4);
408 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
410 PRINTF_FORMAT(3, 4);
411 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
412 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
414 PRINTF_FORMAT(3, 4);
415 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/freebsd/contrib/wpa/src/eap_server/
H A Deap_i.h200 PRINTF_FORMAT(2, 3);
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_i.h895 PRINTF_FORMAT(2, 3);
897 PRINTF_FORMAT(2, 3);
899 PRINTF_FORMAT(2, 3);
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h282 PRINTF_FORMAT(4, 5);
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c259 PRINTF_FORMAT(2, 3) static void test_verdict(int verdict, in test_verdict()
H A Dtests.c73 PRINTF_FORMAT(8, 9);
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c59 PRINTF_FORMAT(4, 5)
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.c285 PRINTF_FORMAT(2, 3);