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

/freebsd-10.3-release/contrib/sendmail/src/
H A Dconvtime.c16 SM_RCSID("@(#)$Id: convtime.c,v 8.40 2013-11-22 20:51:55 ca Exp $")
42 convtime(p, units) function
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
H A Dreadcf.c1664 m->m_wait = convtime(p, 's');
3158 SafeAlias = convtime(val, 'm');
3353 MciCacheTimeout = convtime(val, 'm');
3659 MinQueueAge = convtime(val, 'm');
3663 MaxQueueAge = convtime(val, 'm');
3676 DialDelay = convtime(val, 's');
4416 DeliverByMin = convtime(val, 's');
4448 RejectLogInterval = convtime(val, 'h');
4460 ConnectionRateWindowSize = convtime(val, 's');
4958 toval = convtime(va
[all...]
H A Ddaemon.c4201 map->map_timeout = convtime(p, 's');
H A Dmain.c1091 QueueIntvl = convtime(optarg, 'm');
H A Dsendmail.h2677 extern time_t convtime __P((char *, int));
H A Dmap.c215 map->map_timeout = convtime(p, 's');
1097 map->map_timeout = convtime(p, 's');
H A Dmilter.c1479 m->mf_timeout[tcode] = convtime(p, 's');
H A Dqueue.c7392 qg->qg_queueintvl = convtime(p, 'm');
/freebsd-10.3-release/crypto/openssh/
H A Dmisc.h50 long convtime(const char *);
H A Dssh-add.c549 if ((lifetime = convtime(optarg)) == -1) {
H A Dsshd.c1602 if ((options.login_grace_time = convtime(optarg)) == -1) {
1608 if ((options.key_regeneration_time = convtime(optarg)) == -1) {
H A Dmisc.c307 convtime(const char *s) function
H A Dssh-keyscan.c726 timeout = convtime(optarg);
H A Dssh_namespace.h263 #define convtime Fssh_convtime macro
H A Dreadconf.c863 else if ((value = convtime(arg)) == -1)
1389 else if ((value2 = convtime(arg)) >= 0)
H A Dssh-keygen.c1690 if ((secs = convtime(s + 1)) == -1)
1740 if ((secs = convtime(timespec + 1)) == -1)
H A Dssh-agent.c1307 if ((lifetime = convtime(optarg)) == -1) {
H A Dservconf.c1061 if ((value = convtime(arg)) == -1)
/freebsd-10.3-release/usr.sbin/sendmail/
H A DMakefile17 convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \

Completed in 240 milliseconds