Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.time.c101 struct sysrusage ru1, ruch; in dotime() local
103 memset(&ru1, 0, sizeof(ru1)); in dotime()
107 (void) getrusage(RUSAGE_SELF, (struct rusage *) &ru1); in dotime()
109 ruadd(&ru1, &ruch); in dotime()
111 prusage(&ru0, &ru1, &timedol, &time0); in dotime()
115 struct process_stats ru1, ruch; in dotime()
117 (void) get_process_stats(&timedol, PS_SELF, &ru1, &ruch); in dotime()
118 ruadd(&ru1, &ruch); in dotime()
119 prusage(&ru0, &ru1, &timedol, &time0); in dotime()