Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dutils.h55 char *format_time(long);
H A Dutils.c555 format_time(long seconds) in format_time() function
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_irix5.c148 extern char *format_time();
468 format_time(cputime),
H A Dm_aix5.c190 char *format_time(long seconds);
577 format_time(cpu_time), /* time used */
H A Dm_irixsgi.c183 extern char *format_time();
645 format_time(cputime), in format_next_process()
H A Dm_linux.c1126 format_time(p->time / HZ), in format_next_process()
1143 format_time(p->time / HZ), in format_next_process()
H A Dm_hpux10.c566 format_time(proc->pst_utime + proc->pst_stime),
H A Dm_svr4.c460 format_time(cputime), in format_next_process()
H A Dm_hpux7.c601 format_time(cputime),
H A Dm_hpux8.c568 format_time(cputime),
H A Dm_aix43.c484 format_time(cpu_time), /* time used */ in format_next_process()
H A Dm_netbsd.c940 format_time(cputime), in format_next_proc()
1039 format_time(cputime), in format_next_lwp()
H A Dm_sco5.c610 format_time(cputime / Hz), in format_next_process()
H A Dm_sunos4.c715 format_time(cputime),
H A Dm_macosx.c469 format_time(cputime), in format_next_process()
H A Dm_hpux9.c591 format_time(cputime),
H A Dm_decosf1.c642 format_time(cputime),
H A Dm_linuxthr.c901 format_time(p->time / HZ), in format_next_process()
H A Dm_svr5.c524 format_time(cputime), in format_next_process()
H A Dm_freebsd.c685 format_time((PP(pp, runtime) + 500000) / 1000000)); in fmt_time()
H A Dm_sunos5.c428 return snprintf(buf, sz, "%6s", format_time(pp->pr_time.tv_sec)); in fmt_time()