Searched refs:__PRINTFLIKE (Results 1 – 6 of 6) sorted by relevance
| /system/core/userboot/ |
| A D | util.h | 15 void __PRINTFLIKE(2, 3) printl(zx_handle_t log, const char* fmt, ...); 19 _Noreturn void __PRINTFLIKE(2, 3) fail(zx_handle_t log, const char* fmt, ...);
|
| /system/ulib/fbl/include/fbl/ |
| A D | string_printf.h | 16 __PRINTFLIKE(1, 2) __WARN_UNUSED_RESULT;
|
| A D | string_buffer.h | 128 StringBuffer& AppendPrintf(const char* format, ...) __PRINTFLIKE(2, 3) { in AppendPrintf()
|
| /system/ulib/ddk/include/ddk/ |
| A D | debug.h | 94 void driver_printf(uint32_t flags, const char* fmt, ...) __PRINTFLIKE(2, 3);
|
| /system/public/zircon/ |
| A D | compiler.h | 19 #define __PRINTFLIKE(__fmt,__varargs) __attribute__((__format__ (__printf__, __fmt, __varargs))) macro
|
| /system/ulib/fidl/ |
| A D | formatting.cpp | 37 void AppendPrintf(const char* format, ...) __PRINTFLIKE(2, 3) { in AppendPrintf()
|
Completed in 12 milliseconds