Home
last modified time | relevance | path

Searched refs:timestr (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Derror-report.c199 gchar *timestr; in vreport() local
202 timestr = real_time_iso8601(); in vreport()
203 error_printf("%s ", timestr); in vreport()
204 g_free(timestr); in vreport()
/qemu/
H A Dqemu-io-cmds.c289 static void timestr(struct timespec *tv, char *ts, size_t size, int format) in timestr() function
475 timestr(t, ts, sizeof(ts), Cflag ? VERBOSE_FIXED_TIME : 0); in print_report()