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

/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c592 static time_t o_timeout = 0; variable
692 o_timeout = (time_t)INT_MAX;
695 o_timeout = atol(optarg);
696 if (o_timeout <= 0) o_timeout = 1;
1041 restimeout.tv_sec = o_timeout > 0 ? o_timeout :
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c135 ,o_timeout enumerator in enum:__anon933
298 { "timeout", o_timeout, 1, "<secs>" },
1521 case o_timeout:

Completed in 106 milliseconds