Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.h353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
356 #define PRINTF_FORMAT(a,b) macro
486 PRINTF_FORMAT(3, 4);
Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/external/libchrome/base/strings/
Dstringprintf.h21 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);
Dstring_util.h36 PRINTF_FORMAT(3, 0);
45 ...) PRINTF_FORMAT(3, 4);
/external/pdfium/third_party/base/
Dcompiler_specific.h90 #define PRINTF_FORMAT(format_param, dots_param) \ macro
93 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libchrome/base/
Dcompiler_specific.h143 #define PRINTF_FORMAT(format_param, dots_param) \ macro
146 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libusb/Xcode/
Dconfig.h34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libusb/android/
Dconfig.h49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libusb/tests/
Dlibusb_testlib.h41 void libusb_testlib_logf(const char *fmt, ...) PRINTF_FORMAT(1, 2);
/external/libusb/msvc/
Dconfig.h55 #define PRINTF_FORMAT(a, b) /**/ macro
/external/libusb/darwin/
Dconfig.h130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libusb/linux/
Dconfig.h130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libusb/windows/
Dconfig.h130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libusb/examples/
Dezusb.h103 extern void logerror(const char *format, ...) PRINTF_FORMAT(1, 2);
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/external/libbrillo/brillo/errors/
Derror.h50 ...) PRINTF_FORMAT(5, 6);
/external/wpa_supplicant_8/src/eap_server/
Deap_i.h200 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h900 PRINTF_FORMAT(2, 3);
902 PRINTF_FORMAT(2, 3);
904 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h282 PRINTF_FORMAT(4, 5);
/external/libusb/include/libusb/
Dlibusbi.h285 const char *function, const char *format, ...) PRINTF_FORMAT(4, 5);
/external/libusb/libusb/
Dlibusbi.h285 const char *function, const char *format, ...) PRINTF_FORMAT(4, 5);
/external/libusb/
Dconfigure.ac70 AC_DEFINE([PRINTF_FORMAT(a, b)], [__attribute__ ((__format__ (__printf__, a, b)))], [Define to the …
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c59 PRINTF_FORMAT(4, 5)
/external/wpa_supplicant_8/src/radius/
Dradius_server.c285 PRINTF_FORMAT(2, 3);