Home
last modified time | relevance | path

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

/titanic_53/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');
/titanic_53/usr/src/cmd/acct/
H A Dacctcom.c109 long convtime();
232 tend_a = convtime(optarg); in main()
236 tstrt_a = convtime(optarg); in main()
243 tstrt_b = convtime(optarg); in main()
247 tend_b = convtime(optarg); in main()
596 convtime(str) in convtime() function
/titanic_53/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 DMakefile36 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
H A Dconvtime.c44 convtime(p, units)
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 Dmain.c1083 QueueIntvl = convtime(optarg, 'm');
H A Ddaemon.c4192 map->map_timeout = convtime(p, 's');
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');