Searched refs:convtime (Results 1 – 9 of 9) sorted by relevance
50 long convtime(const char *);
552 if ((lifetime = convtime(optarg)) == -1) { in main()
683 timeout = convtime(optarg); in main()
1577 if ((options.login_grace_time = convtime(optarg)) == -1) {1583 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
306 convtime(const char *s) in convtime() function
807 else if ((value = convtime(arg)) == -1) in process_config_line()1319 else if ((value2 = convtime(arg)) >= 0) in process_config_line()
1675 if ((secs = convtime(s + 1)) == -1) in parse_relative_time()1725 if ((secs = convtime(timespec + 1)) == -1) in parse_cert_times()
1244 if ((lifetime = convtime(optarg)) == -1) { in main()
1046 if ((value = convtime(arg)) == -1) in process_server_config_line()