/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 74 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);
|
D | common.h | 353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 356 #define PRINTF_FORMAT(a,b) macro 486 PRINTF_FORMAT(3, 4);
|
D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
/external/libchrome/base/strings/ |
D | stringprintf.h | 21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; 30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT; 36 ...) PRINTF_FORMAT(2, 3); 47 ...) PRINTF_FORMAT(2, 3); 57 PRINTF_FORMAT(2, 0);
|
D | string_util.h | 36 PRINTF_FORMAT(3, 0); 45 ...) PRINTF_FORMAT(3, 4);
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 90 #define PRINTF_FORMAT(format_param, dots_param) \ macro 93 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 143 #define PRINTF_FORMAT(format_param, dots_param) \ macro 146 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libusb/Xcode/ |
D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/android/ |
D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/tests/ |
D | libusb_testlib.h | 41 void libusb_testlib_logf(const char *fmt, ...) PRINTF_FORMAT(1, 2);
|
/external/libusb/msvc/ |
D | config.h | 55 #define PRINTF_FORMAT(a, b) /**/ macro
|
/external/libusb/darwin/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/linux/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/windows/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/examples/ |
D | ezusb.h | 103 extern void logerror(const char *format, ...) PRINTF_FORMAT(1, 2);
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/external/libbrillo/brillo/errors/ |
D | error.h | 50 ...) PRINTF_FORMAT(5, 6);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 200 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 900 PRINTF_FORMAT(2, 3); 902 PRINTF_FORMAT(2, 3); 904 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 282 PRINTF_FORMAT(4, 5);
|
/external/libusb/include/libusb/ |
D | libusbi.h | 285 const char *function, const char *format, ...) PRINTF_FORMAT(4, 5);
|
/external/libusb/libusb/ |
D | libusbi.h | 285 const char *function, const char *format, ...) PRINTF_FORMAT(4, 5);
|
/external/libusb/ |
D | configure.ac | 70 AC_DEFINE([PRINTF_FORMAT(a, b)], [__attribute__ ((__format__ (__printf__, a, b)))], [Define to the …
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 59 PRINTF_FORMAT(4, 5)
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 285 PRINTF_FORMAT(2, 3);
|