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

/external/openssh/
H A Dmisc.h50 long convtime(const char *);
H A Dssh-add.c547 if ((lifetime = convtime(optarg)) == -1) {
H A Dssh-keyscan.c680 timeout = convtime(optarg);
H A Dsshd.c1564 if ((options.login_grace_time = convtime(optarg)) == -1) {
1570 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
H A Dmisc.c306 convtime(const char *s) function
H A Dreadconf.c805 else if ((value = convtime(arg)) == -1)
1314 else if ((value2 = convtime(arg)) >= 0)
H A Dssh-keygen.c1719 if ((secs = convtime(s + 1)) == -1)
1769 if ((secs = convtime(timespec + 1)) == -1)
H A Dssh-agent.c1213 if ((lifetime = convtime(optarg)) == -1) {
H A Dservconf.c982 if ((value = convtime(arg)) == -1)

Completed in 750 milliseconds