Home
last modified time | relevance | path

Searched refs:e_dtime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c616 (void) sm_io_fprintf(tfp, SM_TIME_DEFAULT, "K%ld\n", (long) e->e_dtime);
4305 e->e_dtime = atol(&buf[1]);
4318 if (e->e_ntries > 0 && e->e_dtime <= now &&
4319 now < e->e_dtime + MinQueueAge)
4323 howlong = pintvl(now - e->e_dtime, true);
H A Ddeliver.c503 e->e_dtime = now;
508 ee->e_dtime = now;
924 e->e_dtime = curtime();
H A Dsendmail.h921 time_t e_dtime; /* time of last delivery attempt */ member