Searched refs:o_timeout (Results 1 – 2 of 2) sorted by relevance
592 static time_t o_timeout = 0; variable692 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()
137 ,o_timeout enumerator318 { "timeout", o_timeout, 1, "<secs>" },1691 case o_timeout: in process_common_options()