convtime
long convtime();
tend_a = convtime(optarg);
tstrt_a = convtime(optarg);
tstrt_b = convtime(optarg);
tend_b = convtime(optarg);
convtime(p, units)
map->map_timeout = convtime(p, 's');
QueueIntvl = convtime(optarg, 'm');
map->map_timeout = convtime(p, 's');
m->mf_timeout[tcode] = convtime(p, 's');
qg->qg_queueintvl = convtime(p, 'm');
m->m_wait = convtime(p, 's');
SafeAlias = convtime(val, 'm');
MciCacheTimeout = convtime(val, 'm');
MinQueueAge = convtime(val, 'm');
MaxQueueAge = convtime(val, 'm');
DialDelay = convtime(val, 's');
DeliverByMin = convtime(val, 's');
RejectLogInterval = convtime(val, 'h');
ConnectionRateWindowSize = convtime(val, 's');
toval = convtime(val, 'm');
toval = convtime(val, 'h');
toval = convtime(val, 'h');
toval = convtime(val, 'h');
toval = convtime(val, 'h');
toval = convtime(val, 'h');
toval = convtime(val, 'd');
toval = convtime(val, 'd');
toval = convtime(val, 'd');
toval = convtime(val, 'd');
toval = convtime(val, 'd');
toval = convtime(val, 's');
TimeOuts.res_retrans[RES_TO_NORMAL] = convtime(val, 's');
TimeOuts.res_retrans[RES_TO_FIRST] = convtime(val, 's');
TimeOuts.to_mail = convtime(val, 'm');
extern time_t convtime __P((char *, int));
Timeout = convtime(++p, 'w');
extern time_t convtime(char *, char);