Searched refs:PRINTF_FORMAT (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 73 PRINTF_FORMAT(2, 3); 185 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 200 PRINTF_FORMAT(3, 4); 216 PRINTF_FORMAT(3, 4); 231 PRINTF_FORMAT(3, 4); 245 PRINTF_FORMAT(3, 4); 259 PRINTF_FORMAT(3, 4); 287 const char *fmt, ...) PRINTF_FORMAT(5, 6);
|
D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
D | common.h | 360 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 363 #define PRINTF_FORMAT(a,b) macro
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_i.h | 70 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 222 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 865 PRINTF_FORMAT(2, 3); 867 PRINTF_FORMAT(2, 3); 869 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 361 PRINTF_FORMAT(2, 3);
|