Searched refs:o_timeout (Results 1 – 1 of 1) 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()