Searched refs:sectimeout (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/lock/
H A Dlock.c89 int ch, failures, pam_err, sectimeout, usemine, vtylock; local
97 sectimeout = TIMEOUT;
106 if ((sectimeout = atoi(optarg)) <= 0)
124 timeout.tv_sec = sectimeout * 60;
140 nexttime = timval + (sectimeout * 60);
207 (void)printf(" timeout in %d minute%s.", sectimeout,
208 sectimeout != 1 ? "s" : "");

Completed in 109 milliseconds