/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.h | 74 PRINTF_FORMAT(2, 3); 186 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 188 void wpa_msg_only_for_cb(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); 308 const char *fmt, ...) PRINTF_FORMAT(5, 6); 310 const char *fmt, ...) PRINTF_FORMAT( [all...] |
H A D | common.h | 366 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 369 #define PRINTF_FORMAT(a,b) macro 509 PRINTF_FORMAT(3, 4);
|
/third_party/gn/src/base/strings/ |
H A 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);
|
H A D | string_util.h | 34 PRINTF_FORMAT(3, 0); 39 // function just so the PRINTF_FORMAT works. 43 ...) PRINTF_FORMAT(3, 4);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A 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);
|
H A D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-result.h | 40 PRINTF_FORMAT(3, 4) 126 PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...); 127 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...); 128 PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...); 129 PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...); 130 PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...);
|
H A D | wasm-result.cc | 20 PRINTF_FORMAT(3, 0) 42 PRINTF_FORMAT(3, 4)
|
H A D | decoder.h | 259 void V8_NOINLINE PRINTF_FORMAT(2, 3) errorf(const char* format, ...) { in errorf() 266 void V8_NOINLINE PRINTF_FORMAT(3, 4) 274 void V8_NOINLINE PRINTF_FORMAT(3, 4)
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform.h | 186 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...); 187 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args); 190 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...); 191 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format, 197 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...); 198 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args); 254 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length, 256 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
|
/third_party/gn/src/base/ |
H A D | compiler_specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ macro 38 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/node/deps/v8/src/base/ |
H A D | strings.h | 22 V8_BASE_EXPORT int PRINTF_FORMAT(2, 0) 27 V8_BASE_EXPORT int PRINTF_FORMAT(2, 3)
|
H A D | compiler-specific.h | 27 #define PRINTF_FORMAT(format_param, dots_param) \ macro 30 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.h | 69 void PRINTF_FORMAT(2, 3) AppendFormatString(const char* format, ...); 92 int PRINTF_FORMAT(2, 0) 97 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.h | 34 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...); 62 PRINTF_FORMAT(2, 0)
|
/third_party/openssl/test/ |
H A D | testutil.h | 289 # define PRINTF_FORMAT(a, b) macro 298 # undef PRINTF_FORMAT macro 299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro 407 PRINTF_FORMAT(3, 4); 408 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2); 410 PRINTF_FORMAT(3, 4); 411 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2); 412 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2); 414 PRINTF_FORMAT(3, 4); 415 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT( [all...] |
/third_party/libusb/windows/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/darwin/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/linux/ |
H A D | config.h | 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 538 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...); 539 V8_EXPORT_PRIVATE void PRINTF_FORMAT(2, 3) 543 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...); 546 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_i.h | 889 PRINTF_FORMAT(2, 3); 891 PRINTF_FORMAT(2, 3); 893 PRINTF_FORMAT(2, 3);
|
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.h | 99 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_i.h | 229 PRINTF_FORMAT(2, 3);
|