HomeSort by: relevance | last modified time | path
    Searched defs:tetime (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
proc.c 816 struct timespec tetime, diff; local in function:ptprint
821 tetime = ztime;
825 if (timespeccmp(&diff, &tetime, >))
826 tetime = diff;
828 prusage(cshout, &zru, &ru, &tetime, &ztime);
proc.c 816 struct timespec tetime, diff; local in function:ptprint
821 tetime = ztime;
825 if (timespeccmp(&diff, &tetime, >))
826 tetime = diff;
828 prusage(cshout, &zru, &ru, &tetime, &ztime);
proc.c 816 struct timespec tetime, diff; local in function:ptprint
821 tetime = ztime;
825 if (timespeccmp(&diff, &tetime, >))
826 tetime = diff;
828 prusage(cshout, &zru, &ru, &tetime, &ztime);

Completed in 145 milliseconds