Searched refs:pintvl (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 321 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 339 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 418 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 436 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 440 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 578 pintvl(curtime() - e->e_ctime, true),
|
H A D | convtime.c | 124 pintvl(intvl, brief) in pintvl() function
|
H A D | main.c | 2431 pintvl(QueueIntvl, true), 2449 macid("{queue_interval}"), pintvl(QueueIntvl, true)); 2605 pintvl(QueueIntvl, true),
|
H A D | mci.c | 1412 pintvl(curtime() - mcib.mci_lastuse, true));
|
H A D | deliver.c | 5370 pintvl(now - e->e_ctime, true)); 5376 pintvl(now - xstart, true)); 5637 pintvl(now - e->e_ctime, true)); 5642 pintvl(now - xstart, true));
|
H A D | sendmail.h | 2959 extern char *pintvl __P((time_t, bool));
|
H A D | conf.c | 2355 pintvl(now - firstrejtime[dn], true));
|
H A D | queue.c | 4429 howlong = pintvl(now - e->e_dtime, true);
|