Searched refs:convtime (Results 1 – 21 of 21) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/aux/ |
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 | 95 extern time_t convtime(char *, char); 188 Timeout = convtime(++p, 'w');
|
/titanic_50/usr/src/cmd/acct/ |
H A D | acctcom.c | 109 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_50/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 | 44 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 | queue.c | 7368 qg->qg_queueintvl = convtime(p, 'm');
|
H A D | map.c | 1088 map->map_timeout = convtime(p, 's');
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | misc.h | 35 long convtime(const char *);
|
/titanic_50/usr/src/cmd/ssh/ssh-add/ |
H A D | ssh-add.c | 344 if ((lifetime = convtime(optarg)) == -1) { in main()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 252 convtime(const char *s) in convtime() function
|
H A D | readconf.c | 371 if ((value = convtime(arg)) == -1) in process_config_line()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 912 if ((options.login_grace_time = convtime(optarg)) == -1) { in main() 919 if ((options.key_regeneration_time = convtime(optarg)) == -1) { in main()
|
H A D | servconf.c | 821 if ((value = convtime(arg)) == -1) in process_server_config_line()
|
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 735 timeout = convtime(optarg); in main()
|
/titanic_50/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 985 if ((lifetime = convtime(optarg)) == -1) {
|