/src/bin/ksh/ |
jobs.c | 141 clock_t systime; /* system time used by job */ member in struct:job 484 j->usrtime = j->systime = 0; 1224 j_systime = j->systime; 1291 j->systime += t1.tms_cstime - t0.tms_cstime;
|
jobs.c | 141 clock_t systime; /* system time used by job */ member in struct:job 484 j->usrtime = j->systime = 0; 1224 j_systime = j->systime; 1291 j->systime += t1.tms_cstime - t0.tms_cstime;
|
/src/usr.bin/gzip/ |
gzip.c | 1921 time_t systime; local in function:handle_stdout 1943 systime = time(NULL); 1944 if (systime == -1) { 1948 mtime = (uint32_t)systime;
|
gzip.c | 1921 time_t systime; local in function:handle_stdout 1943 systime = time(NULL); 1944 if (systime == -1) { 1948 mtime = (uint32_t)systime;
|
/src/libexec/ftpd/ |
ftpd.c | 3693 struct timeval usrtime, systime; local in function:logrusage 3699 timersub(&rusage_after->ru_stime, &rusage_before->ru_stime, &systime); 3702 (LLT)systime.tv_sec, (long)(systime.tv_usec / 1000),
|
ftpd.c | 3693 struct timeval usrtime, systime; local in function:logrusage 3699 timersub(&rusage_after->ru_stime, &rusage_before->ru_stime, &systime); 3702 (LLT)systime.tv_sec, (long)(systime.tv_usec / 1000),
|