Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
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.c90 extern time_t convtime(char *, char);
183 Timeout = convtime(++p, 'w');
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c106 long convtime();
229 tend_a = convtime(optarg); in main()
233 tstrt_a = convtime(optarg); in main()
240 tstrt_b = convtime(optarg); in main()
244 tend_b = convtime(optarg); in main()
593 convtime(str) in convtime() function
/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(val, 'm');
[all …]
H A Dconvtime.c42 convtime(p, units)
H A DMakefile36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
H A DREAD_ME49 convtime.c A routine to sanely process times.
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.c7369 qg->qg_queueintvl = convtime(p, 'm');