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

/freebsd-10.2-release/usr.bin/lock/
H A Dlock.c96 int ch, failures, sectimeout, usemine, vtylock; local
102 sectimeout = TIMEOUT;
111 if ((sectimeout = atoi(optarg)) <= 0)
130 timeout.tv_sec = sectimeout * 60;
144 nexttime = timval + (sectimeout * 60);
208 (void)printf(" timeout in %d minute%s.", sectimeout,
209 sectimeout != 1 ? "s" : "");

Completed in 73 milliseconds