Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/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.h337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
340 #define PRINTF_FORMAT(a,b) macro
/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.h41 PRINTF_FORMAT(3, 0);
50 ...) PRINTF_FORMAT(3, 4);
/external/v8/src/wasm/
Dwasm-result.h95 PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...);
96 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...);
97 PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...);
98 PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...);
99 PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...);
Ddecoder.h226 void PRINTF_FORMAT(4, 5)
/external/v8/src/base/platform/
Dplatform.h159 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...);
160 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args);
163 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...);
164 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format,
170 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...);
171 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args);
236 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length,
238 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
/external/v8/src/base/
Dcompiler-specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
Dlogging.h16 extern "C" PRINTF_FORMAT(3, 4) V8_NORETURN V8_BASE_EXPORT
/external/v8/src/profiler/
Dstrings-storage.h25 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
26 PRINTF_FORMAT(2, 0)
/external/v8/src/
Dlog-utils.h66 void PRINTF_FORMAT(2, 3) Append(const char* format, ...);
69 void PRINTF_FORMAT(2, 0) AppendVA(const char* format, va_list args);
Dutils.h982 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...);
983 void PRINTF_FORMAT(2, 3) PrintF(FILE* out, const char* format, ...);
986 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...);
989 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...);
993 int PRINTF_FORMAT(2, 3) SNPrintF(Vector<char> str, const char* format, ...);
994 int PRINTF_FORMAT(2, 0)
1491 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...);
1494 void PRINTF_FORMAT(2, 0) AddFormattedList(const char* format, va_list list);
Dlog.h295 PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);
/external/libchrome/base/
Dcompiler_specific.h144 #define PRINTF_FORMAT(format_param, dots_param) \ macro
147 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/v8/src/crankshaft/
Dhydrogen-range-analysis.h25 PRINTF_FORMAT(2, 3) void TraceRange(const char* msg, ...);
Dlithium-codegen.h42 void PRINTF_FORMAT(2, 3) Comment(const char* format, ...);
Dlithium-allocator.h331 static PRINTF_FORMAT(1, 2) void TraceAlloc(const char* msg, ...);
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_i.h73 PRINTF_FORMAT(2, 3);
/external/libbrillo/brillo/errors/
Derror.h50 ...) PRINTF_FORMAT(5, 6);
/external/v8/src/ast/
Dprettyprinter.h65 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
/external/wpa_supplicant_8/src/eap_server/
Deap_i.h223 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h896 PRINTF_FORMAT(2, 3);
898 PRINTF_FORMAT(2, 3);
900 PRINTF_FORMAT(2, 3);
/external/v8/src/heap/
Dgc-tracer.h374 void PRINTF_FORMAT(2, 3) Output(const char* format, ...) const;
/external/v8/src/arm64/
Dsimulator-arm64.h795 void PRINTF_FORMAT(2, 3) TraceSim(const char* format, ...);

12