Home
last modified time | relevance | path

Searched refs:nowstr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker.h29 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 Dmain.c371 g_autofree char *nowstr = g_date_time_format(now, "%s.%f"); in ga_log() local
372 fprintf(s->log_file, "%s: %s: %s\n", nowstr, level_str, msg); in ga_log()
/openbmc/qemu/linux-user/
H A Delfload.c4425 g_autofree char *nowstr = g_date_time_format(now, "%Y%m%d-%H%M%S"); in core_dump_filename() local
4429 base_filename, nowstr, (int)getpid()); in core_dump_filename()