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

/illumos-gate/usr/src/cmd/sendmail/aux/
H A DMakefile74 convtime.o: ../src/convtime.c
75 $(COMPILE.c) ../src/convtime.c
78 vacation: vacation.o convtime.o rfc2047.o ../libsm/libsm.a
79 $(LINK.c) vacation.o convtime.o rfc2047.o -o $@ $(LDLIBS) \
H A Dvacation.c95 extern time_t convtime(char *, char);
188 Timeout = convtime(++p, 'w');
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1474 m->m_wait = convtime(p, 's');
2596 SafeAlias = convtime(val, 'm');
2785 MciCacheTimeout = convtime(val, 'm');
3091 MinQueueAge = convtime(val, 'm');
3096 MaxQueueAge = convtime(val, 'm');
3110 DialDelay = convtime(val, 's');
3882 DeliverByMin = convtime(val, 's');
3914 RejectLogInterval = convtime(val, 'h');
3926 ConnectionRateWindowSize = convtime(val, 's');
4403 toval = convtime(va
[all...]
H A DMakefile36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
H A Dconvtime.c18 SM_RCSID("@(#)$Id: convtime.c,v 8.36 2001/02/13 22:32:08 ca Exp $")
44 convtime(p, units) function
H A Dsendmail.h2518 extern time_t convtime __P((char *, int));
H A Ddaemon.c4192 map->map_timeout = convtime(p, 's');
H A Dmain.c1083 QueueIntvl = convtime(optarg, 'm');
H A Dmilter.c1470 m->mf_timeout[tcode] = convtime(p, 's');
H A Dmap.c1088 map->map_timeout = convtime(p, 's');
H A Dqueue.c7368 qg->qg_queueintvl = convtime(p, 'm');
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c109 long convtime();
232 tend_a = convtime(optarg);
236 tstrt_a = convtime(optarg);
243 tstrt_b = convtime(optarg);
247 tend_b = convtime(optarg);
592 * convtime converts time arg to internal value
596 convtime(str) function

Completed in 197 milliseconds