Searched refs:nowstr (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker.h | 29 g_autofree char *nowstr = g_date_time_format(now, "%T.%f");\ 30 fprintf(stderr, "%s ROCKER: " fmt, nowstr, ## __VA_ARGS__);\
|
| /openbmc/qemu/qga/ |
| H A D | main.c | 401 g_autofree char *nowstr = g_date_time_format(now, "%s.%f"); in ga_log() local 402 fprintf(s->log_file, "%s: %s: %s\n", nowstr, level_str, msg); in ga_log()
|
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | 4297 g_autofree char *nowstr = g_date_time_format(now, "%Y%m%d-%H%M%S"); in core_dump_filename() local 4301 base_filename, nowstr, (int)getpid()); in core_dump_filename()
|