Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.h74 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 Dcommon.h366 #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 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);
H A Dstring_util.h34 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 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);
H A Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.h40 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 Dwasm-result.cc20 PRINTF_FORMAT(3, 0)
42 PRINTF_FORMAT(3, 4)
H A Ddecoder.h259 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 Dplatform.h186 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 Dcompiler_specific.h35 #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 Dstrings.h22 V8_BASE_EXPORT int PRINTF_FORMAT(2, 0)
27 V8_BASE_EXPORT int PRINTF_FORMAT(2, 3)
H A Dcompiler-specific.h27 #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 Dlog-utils.h69 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 Dstrings-storage.h34 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
62 PRINTF_FORMAT(2, 0)
/third_party/openssl/test/
H A Dtestutil.h289 # 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 Dconfig.h134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/darwin/
H A Dconfig.h134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/linux/
H A Dconfig.h134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/third_party/node/deps/v8/src/utils/
H A Dutils.h538 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 Dp2p_i.h889 PRINTF_FORMAT(2, 3);
891 PRINTF_FORMAT(2, 3);
893 PRINTF_FORMAT(2, 3);
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.h99 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_i.h229 PRINTF_FORMAT(2, 3);

Completed in 15 milliseconds

12