Home
last modified time | relevance | path

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

/src/sbin/recoverdisk/
H A Drecoverdisk.c74 static time_t t_first; variable
286 printf(" Duration: %.3fs", (t_now - t_first) / n_reads); in report()
848 t_first = time(NULL); in main()
849 t_report = t_first; in main()
850 t_save = t_first; in main()