Searched defs:fmt (Results 1 – 11 of 11) sorted by relevance
| /common/ |
| A D | log_syslog.c | 17 static void append(char **buf, char *buf_end, const char *fmt, ...) in append() 31 int fmt = gd->log_fmt; in log_syslog_emit() local
|
| A D | log_console.c | 16 int fmt = gd->log_fmt; in log_console_emit() local
|
| A D | cli.c | 11 #define pr_fmt(fmt) "cli: %s: " fmt, __func__ argument 173 int run_commandf(const char *fmt, ...) in run_commandf()
|
| A D | miiphyutil.c | 28 #define debug(fmt, args...) printf(fmt, ##args) argument 30 #define debug(fmt, args...) argument
|
| A D | log.c | 219 static int log_dispatch(struct log_rec *rec, const char *fmt, va_list args) in log_dispatch() 252 int line, const char *func, const char *fmt, ...) in _log()
|
| A D | cli_simple.c | 21 #define debug_parser(fmt, args...) \ argument
|
| A D | console.c | 362 int console_printf_select_stderr(bool serial_only, const char *fmt, ...) in console_printf_select_stderr() 503 int serial_printf(const char *fmt, ...) in serial_printf() 582 int fprintf(int file, const char *fmt, ...) in fprintf()
|
| A D | autoboot.c | 37 #define debug_bootkeys(fmt, args...) \ argument
|
| A D | xyzModem.c | 188 zm_dprintf(char *fmt, ...) in zm_dprintf()
|
| A D | cli_hush_upstream.c | 1470 static void __maybe_unused msg_and_die_if_script(unsigned lineno, const char *fmt, ...) in msg_and_die_if_script() 2401 const char *fmt = NULL; in get_local_var_value() local
|
| A D | cli_hush.c | 367 #define debug_printf(fmt,args...) printf (fmt ,##args) argument
|
Completed in 33 milliseconds