OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:systime
(Results
1 - 6
of
6
) 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/crypto/external/bsd/openssl.old/dist/apps/
apps.c
2218
SYSTEMTIME
systime
;
local
2225
GetSystemTime(&
systime
);
2226
SystemTimeToFileTime(&
systime
, &now);
/src/usr.bin/gzip/
gzip.c
1971
time_t
systime
;
local
1993
systime
= time(NULL);
1994
if (
systime
== -1) {
1998
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),
/src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c
2717
SYSTEMTIME
systime
;
local
2724
GetSystemTime(&
systime
);
2725
SystemTimeToFileTime(&
systime
, &now);
/src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c
2784
SYSTEMTIME
systime
;
local
2791
GetSystemTime(&
systime
);
2792
SystemTimeToFileTime(&
systime
, &now);
Completed in 65 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026