OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timval
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/lock/
lock.c
100
struct timeval
timval
;
local in function:main
174
if (gettimeofday(&
timval
, NULL) == -1)
176
curtime =
timval
.tv_sec;
177
nexttime =
timval
.tv_sec + ((int)sectimeout * 60);
332
struct timeval
timval
;
local in function:hi
337
if (gettimeofday(&
timval
, NULL) == -1)
341
(long long)(nexttime -
timval
.tv_sec) / 60,
342
(long long)(nexttime -
timval
.tv_sec) % 60);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025