Searched defs:fmt (Results 1 – 4 of 4) sorted by relevance
| /hypervisor/release/ |
| A D | logmsg.c | 10 void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {} in do_logmsg() 11 void printf(__unused const char *fmt, ...) {} in printf() 12 void vprintf(__unused const char *fmt, __unused va_list args) {} in vprintf()
|
| /hypervisor/debug/ |
| A D | printf.c | 43 void vprintf(const char *fmt, va_list args) in vprintf() 59 void printf(const char *fmt, ...) in printf()
|
| A D | logmsg.c | 35 void do_logmsg(uint32_t severity, const char *fmt, ...) in do_logmsg()
|
| /hypervisor/lib/ |
| A D | sprintf.c | 420 const char *fmt = fmt_arg; in do_print() local 578 size_t vsnprintf(char *dst_arg, size_t sz_arg, const char *fmt, va_list args) in vsnprintf() 617 size_t snprintf(char *dest, size_t sz, const char *fmt, ...) in snprintf()
|
Completed in 6 milliseconds