Searched refs:e_ctime (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 107 e->e_ctime = curtime(); 233 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass]) 236 now >= e->e_ctime + e->e_deliver_by && 343 now >= e->e_ctime + 348 now >= e->e_ctime + e->e_deliver_by) 554 pintvl(curtime() - e->e_ctime, true), 763 e->e_ctime = curtime();
|
H A D | savemail.c | 819 arpadate(ctime(&e->e_parent->e_ctime))); 1102 arpadate(ctime(&e->e_parent->e_ctime))); 1111 dbyd = e->e_parent->e_ctime + e->e_parent->e_deliver_by; 1297 xdate = e->e_parent->e_ctime +
|
H A D | deliver.c | 117 shouldqueue(e->e_msgpriority, e->e_ctime)) 820 curtime() > e->e_ctime + e->e_deliver_by))) 2923 e->e_deliver_by - (curtime() - e->e_ctime) < 2929 e->e_deliver_by - (curtime() - e->e_ctime), 4253 pintvl(now - e->e_ctime, true)); 4414 pintvl(now - e->e_ctime, true));
|
H A D | sendmail.h | 866 time_t e_ctime; /* time message appeared in the queue */ member
|
H A D | usersmtp.c | 2132 dby = e->e_deliver_by - (curtime() - e->e_ctime);
|
H A D | queue.c | 613 (void) sm_io_fprintf(tfp, SM_TIME_DEFAULT, "T%ld\n", (long) e->e_ctime); 4446 e->e_ctime = atol(&bp[1]);
|
H A D | srvrsmtp.c | 3794 if (shouldqueue(ee->e_msgpriority, ee->e_ctime))
|
H A D | conf.c | 320 e->e_ctime = curtime();
|