Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/w/
H A Dw.c143 static time_t jobtime; /* total cpu time visible */ variable
527 jobtime = 0; in showtotals()
538 prttime((time_t)jobtime, 8); in showtotals()
588 jobtime += up->p_time + up->p_ctime; in calctotals()
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c147 static time_t jobtime; /* total cpu time visible */ variable
552 jobtime = 0; in showtotals()
561 prttime((time_t)jobtime, 8); in showtotals()
591 jobtime += up->p_time + up->p_ctime; in calctotals()