Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.time.c23 void pdeltat(struct timeval *t1, struct timeval *t0);
156 pdeltat(&r1->ru_utime, &r0->ru_utime); in prusage()
160 pdeltat(&r1->ru_stime, &r0->ru_stime); in prusage()
222 pdeltat(struct timeval *t1, struct timeval *t0) in pdeltat() function