OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectimeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/lock/
lock.c
105
long
sectimeout
;
local in function:main
122
sectimeout
= TIMEOUT;
132
if (((
sectimeout
= strtol(optarg, &ap, 0)) == LONG_MAX
133
||
sectimeout
== LONG_MIN)
136
if (optarg == ap || *ap ||
sectimeout
<= 0)
138
if (
sectimeout
>= INT_MAX / 60)
140
sectimeout
);
166
timeout.tv_sec = (int)
sectimeout
* 60;
177
nexttime = timval.tv_sec + ((int)
sectimeout
* 60);
251
ttynam, hostname,
sectimeout
, ap, tzn, ap + 19)
[
all
...]
lock.c
105
long
sectimeout
;
local in function:main
122
sectimeout
= TIMEOUT;
132
if (((
sectimeout
= strtol(optarg, &ap, 0)) == LONG_MAX
133
||
sectimeout
== LONG_MIN)
136
if (optarg == ap || *ap ||
sectimeout
<= 0)
138
if (
sectimeout
>= INT_MAX / 60)
140
sectimeout
);
166
timeout.tv_sec = (int)
sectimeout
* 60;
177
nexttime = timval.tv_sec + ((int)
sectimeout
* 60);
251
ttynam, hostname,
sectimeout
, ap, tzn, ap + 19)
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025