OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systime
(Results
1 - 3
of
3
) sorted by relevancy
/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;
/src/usr.bin/gzip/
gzip.c
1934
time_t
systime
;
local
1956
systime
= time(NULL);
1957
if (
systime
== -1) {
1961
mtime = (uint32_t)
systime
;
/src/libexec/ftpd/
ftpd.c
3693
struct timeval usrtime,
systime
;
local
3699
timersub(&rusage_after->ru_stime, &rusage_before->ru_stime, &
systime
);
3702
(LLT)
systime
.tv_sec, (long)(
systime
.tv_usec / 1000),
Completed in 32 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026