Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.print.c70 pcsecs(unsigned long l) in pcsecs() function
73 pcsecs(time_t l) in pcsecs()
75 pcsecs(clock_t l) in pcsecs()
H A Dsh.decls.h318 extern void pcsecs (unsigned long);
321 extern void pcsecs (clock_t);
323 extern void pcsecs (time_t);
H A Dsh.time.c418 pcsecs((long) ms); in prusage()
420 pcsecs(ms); in prusage()