Searched refs:convtime (Results 1 – 13 of 13) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/util/ |
| H A D | Makefile | 74 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 D | vacation.c | 90 extern time_t convtime(char *, char); 183 Timeout = convtime(++p, 'w');
|
| /illumos-gate/usr/src/cmd/acct/ |
| H A D | acctcom.c | 106 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 D | readcf.c | 1474 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 D | convtime.c | 42 convtime(p, units)
|
| H A D | Makefile | 36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
|
| H A D | READ_ME | 49 convtime.c A routine to sanely process times.
|
| H A D | sendmail.h | 2518 extern time_t convtime __P((char *, int));
|
| H A D | daemon.c | 4192 map->map_timeout = convtime(p, 's');
|
| H A D | main.c | 1083 QueueIntvl = convtime(optarg, 'm');
|
| H A D | milter.c | 1470 m->mf_timeout[tcode] = convtime(p, 's');
|
| H A D | map.c | 1088 map->map_timeout = convtime(p, 's');
|
| H A D | queue.c | 7369 qg->qg_queueintvl = convtime(p, 'm');
|