Home
last modified time | relevance | path

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

12

/third_party/gn/src/base/strings/
Dstringprintf.h20 ...) PRINTF_FORMAT(1, 2);
24 PRINTF_FORMAT(1, 0);
29 ...) PRINTF_FORMAT(2, 3);
34 ...) PRINTF_FORMAT(2, 3);
39 PRINTF_FORMAT(2, 0);
Dstring_util.h34 PRINTF_FORMAT(3, 0);
43 ...) PRINTF_FORMAT(3, 4);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
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);
Dcommon.h354 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
357 #define PRINTF_FORMAT(a,b) macro
491 PRINTF_FORMAT(3, 4);
Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.h76 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);
Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
Dcommon.h351 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
354 #define PRINTF_FORMAT(a,b) macro
/third_party/gn/src/base/
Dcompiler_specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/third_party/openssl/test/
Dtestutil.h158 #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/
Dcef_compiler_specific.h188 #define PRINTF_FORMAT(format_param, dots_param) \ macro
191 #define PRINTF_FORMAT(format_param, dots_param) macro
/third_party/libusb/Xcode/
Dconfig.h34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/android/
Dconfig.h49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/tests/
Dlibusb_testlib.h41 void libusb_testlib_logf(const char *fmt, ...) PRINTF_FORMAT(1, 2);
/third_party/libusb/msvc/
Dconfig.h55 #define PRINTF_FORMAT(a, b) /**/ macro
/third_party/libusb/windows/
Dconfig.h149 #define PRINTF_FORMAT(a, b) macro
/third_party/libusb/darwin/
Dconfig.h148 #define PRINTF_FORMAT(a, b) macro
/third_party/libusb/linux/
Dconfig.h170 #define PRINTF_FORMAT(a, b) macro
/third_party/libusb/examples/
Dezusb.h103 extern void logerror(const char *format, ...) PRINTF_FORMAT(1, 2);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_i.h200 PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_i.h229 PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_i.h889 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/
Dp2p_i.h895 PRINTF_FORMAT(2, 3);
897 PRINTF_FORMAT(2, 3);
899 PRINTF_FORMAT(2, 3);

12