Searched refs:PRINTF_FORMAT (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | wpa_debug.h | 75 PRINTF_FORMAT(2, 3); 187 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 202 PRINTF_FORMAT(3, 4); 218 PRINTF_FORMAT(3, 4); 233 PRINTF_FORMAT(3, 4); 247 PRINTF_FORMAT(3, 4); 261 PRINTF_FORMAT(3, 4); 289 const char *fmt, ...) PRINTF_FORMAT(5, 6);
|
H A D | common.h | 365 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 368 #define PRINTF_FORMAT(a,b) macro 506 PRINTF_FORMAT(3, 4);
|
H A D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 289 # 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 D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_i.h | 207 PRINTF_FORMAT(2, 3);
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_i.h | 906 PRINTF_FORMAT(2, 3); 908 PRINTF_FORMAT(2, 3); 910 PRINTF_FORMAT(2, 3);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 311 PRINTF_FORMAT(4, 5);
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | driver.c | 259 PRINTF_FORMAT(2, 3) static void test_verdict(int verdict, in test_verdict()
|
H A D | tests.c | 73 PRINTF_FORMAT(8, 9);
|
/freebsd/contrib/wpa/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 59 PRINTF_FORMAT(4, 5)
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius_server.c | 285 PRINTF_FORMAT(2, 3);
|