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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h32 long convtime(const char *);
H A Dssh-add.c466 if ((lifetime = convtime(optarg)) == -1) {
H A Dssh-keyscan.c645 timeout = convtime(optarg);
H A Dssh_namespace.h180 #define convtime ssh_convtime macro
H A Dreadconf.c461 if ((value = convtime(arg)) == -1)
998 else if ((value2 = convtime(arg)) >= 0)
H A Dsshd.c1497 if ((options.login_grace_time = convtime(optarg)) == -1) {
1503 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
H A Dmisc.c305 convtime(const char *s) function
H A Dssh-keygen.c1663 if ((secs = convtime(s + 1)) == -1)
1713 if ((secs = convtime(timespec + 1)) == -1)
H A Dssh-agent.c1209 if ((lifetime = convtime(optarg)) == -1) {
H A Dservconf.c954 if ((value = convtime(arg)) == -1)
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconvtime.c16 SM_RCSID("@(#)$Id: convtime.c,v 8.39 2001/09/11 04:05:13 gshapiro Exp $")
42 convtime(p, units) function
H A Dreadcf.c1483 m->m_wait = convtime(p, 's');
2634 SafeAlias = convtime(val, 'm');
2824 MciCacheTimeout = convtime(val, 'm');
3130 MinQueueAge = convtime(val, 'm');
3135 MaxQueueAge = convtime(val, 'm');
3149 DialDelay = convtime(val, 's');
3926 DeliverByMin = convtime(val, 's');
3958 RejectLogInterval = convtime(val, 'h');
3970 ConnectionRateWindowSize = convtime(val, 's');
4453 toval = convtime(va
[all...]
H A Ddaemon.c4199 map->map_timeout = convtime(p, 's');
H A Dmain.c1080 QueueIntvl = convtime(optarg, 'm');
H A Dsendmail.h2619 extern time_t convtime __P((char *, int));
H A Dmilter.c1479 m->mf_timeout[tcode] = convtime(p, 's');
H A Dmap.c1083 map->map_timeout = convtime(p, 's');
H A Dqueue.c7392 qg->qg_queueintvl = convtime(p, 'm');
/freebsd-10.0-release/usr.sbin/sendmail/
H A DMakefile17 convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \

Completed in 233 milliseconds