Home
last modified time | relevance | path

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

/external/dropbear/
Dscpmisc.h26 long convtime(const char *);
/external/openssh/
Dmisc.h31 long convtime(const char *);
Dssh-add.c433 if ((lifetime = convtime(optarg)) == -1) { in main()
Dreadconf.c397 if ((value = convtime(arg)) == -1) in process_config_line()
943 else if ((value2 = convtime(arg)) >= 0) in process_config_line()
Dssh-keyscan.c645 timeout = convtime(optarg); in main()
Dmisc.c304 convtime(const char *s) in convtime() function
Dsshd.c1422 if ((options.login_grace_time = convtime(optarg)) == -1) {
1428 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
Dssh-keygen.c1625 if ((secs = convtime(s + 1)) == -1) in parse_relative_time()
1675 if ((secs = convtime(timespec + 1)) == -1) in parse_cert_times()
Dssh-agent.c1187 if ((lifetime = convtime(optarg)) == -1) { in main()
Dservconf.c807 if ((value = convtime(arg)) == -1) in process_server_config_line()