Home
last modified time | relevance | path

Searched refs:convtime (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dmisc.h50 long convtime(const char *);
Dssh-add.c552 if ((lifetime = convtime(optarg)) == -1) { in main()
Dssh-keyscan.c683 timeout = convtime(optarg); in main()
Dsshd.c1577 if ((options.login_grace_time = convtime(optarg)) == -1) {
1583 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
Dmisc.c306 convtime(const char *s) in convtime() function
Dreadconf.c807 else if ((value = convtime(arg)) == -1) in process_config_line()
1319 else if ((value2 = convtime(arg)) >= 0) in process_config_line()
Dssh-keygen.c1675 if ((secs = convtime(s + 1)) == -1) in parse_relative_time()
1725 if ((secs = convtime(timespec + 1)) == -1) in parse_cert_times()
Dssh-agent.c1244 if ((lifetime = convtime(optarg)) == -1) { in main()
Dservconf.c1046 if ((value = convtime(arg)) == -1) in process_server_config_line()