Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ldns-host/
H A Dldns-host.c592 static time_t o_timeout = 0; variable
692 o_timeout = (time_t)INT_MAX; in parse_args()
695 o_timeout = atol(optarg); in parse_args()
696 if (o_timeout <= 0) o_timeout = 1; in parse_args()
1041 restimeout.tv_sec = o_timeout > 0 ? o_timeout : in main()
/freebsd-13.1/contrib/dialog/
H A Ddialog.c137 ,o_timeout enumerator
318 { "timeout", o_timeout, 1, "<secs>" },
1691 case o_timeout: in process_common_options()