Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.time.c100 timeval_t timedol; in dotime() local
110 (void) gettimeofday(&timedol, NULL); in dotime()
111 prusage(&ru0, &ru1, &timedol, &time0); in dotime()
114 timeval_t timedol; in dotime()
117 (void) get_process_stats(&timedol, PS_SELF, &ru1, &ruch); in dotime()
119 prusage(&ru0, &ru1, &timedol, &time0); in dotime()
122 time_t timedol; in dotime()
124 clock_t timedol; in dotime()
129 timedol = times(&times_dol); in dotime()
134 prusage(&times0, &times_dol, timedol, time0); in dotime()