/third_party/gn/src/base/strings/ |
D | stringprintf.h | 20 ...) PRINTF_FORMAT(1, 2); 24 PRINTF_FORMAT(1, 0); 29 ...) PRINTF_FORMAT(2, 3); 34 ...) PRINTF_FORMAT(2, 3); 39 PRINTF_FORMAT(2, 0);
|
D | string_util.h | 34 PRINTF_FORMAT(3, 0); 43 ...) PRINTF_FORMAT(3, 4);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 354 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 357 #define PRINTF_FORMAT(a,b) macro 491 PRINTF_FORMAT(3, 4);
|
D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpa_debug.h | 76 PRINTF_FORMAT(2, 3); 188 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 203 PRINTF_FORMAT(3, 4); 219 PRINTF_FORMAT(3, 4); 234 PRINTF_FORMAT(3, 4); 248 PRINTF_FORMAT(3, 4); 262 PRINTF_FORMAT(3, 4); 290 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 | 351 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 354 #define PRINTF_FORMAT(a,b) macro
|
/third_party/gn/src/base/ |
D | compiler_specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ macro 38 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/openssl/test/ |
D | testutil.h | 158 #define PRINTF_FORMAT(a, b) macro 165 # undef PRINTF_FORMAT 166 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro 272 PRINTF_FORMAT(3, 4); 273 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2); 275 PRINTF_FORMAT(3, 4); 276 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2); 277 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 188 #define PRINTF_FORMAT(format_param, dots_param) \ macro 191 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/libusb/Xcode/ |
D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/android/ |
D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/tests/ |
D | libusb_testlib.h | 41 void libusb_testlib_logf(const char *fmt, ...) PRINTF_FORMAT(1, 2);
|
/third_party/libusb/msvc/ |
D | config.h | 55 #define PRINTF_FORMAT(a, b) /**/ macro
|
/third_party/libusb/windows/ |
D | config.h | 149 #define PRINTF_FORMAT(a, b) macro
|
/third_party/libusb/darwin/ |
D | config.h | 148 #define PRINTF_FORMAT(a, b) macro
|
/third_party/libusb/linux/ |
D | config.h | 170 #define PRINTF_FORMAT(a, b) macro
|
/third_party/libusb/examples/ |
D | ezusb.h | 103 extern void logerror(const char *format, ...) PRINTF_FORMAT(1, 2);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_i.h | 200 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_i.h | 229 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_i.h | 889 PRINTF_FORMAT(2, 3); 891 PRINTF_FORMAT(2, 3); 893 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_i.h | 895 PRINTF_FORMAT(2, 3); 897 PRINTF_FORMAT(2, 3); 899 PRINTF_FORMAT(2, 3);
|