Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dc_sh.c19 static char *clocktos ARGS((clock_t t));
711 shprintf("Shell: %8ss user ", clocktos(all.tms_utime));
712 shprintf("%8ss system\n", clocktos(all.tms_stime));
713 shprintf("Kids: %8ss user ", clocktos(all.tms_cutime));
714 shprintf("%8ss system\n", clocktos(all.tms_cstime));
769 clocktos(t1t - t0t));
771 clocktos(tms.tms_utime));
773 clocktos(tms.tms_stime));
815 clocktos(t) in clocktos() function