Searched refs:duration_to_text (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/smtpd/ |
| D | scheduler_ramqueue.c | 1108 duration_to_text(e->expire - currtime)); in rq_envelope_to_text() 1115 duration_to_text(e->sched - currtime)); in rq_envelope_to_text() 1121 duration_to_text(currtime - e->t_scheduled)); in rq_envelope_to_text() 1127 duration_to_text(currtime - e->t_inflight)); in rq_envelope_to_text() 1133 duration_to_text(currtime - e->t_inflight)); in rq_envelope_to_text()
|
| D | mta.c | 349 host->lastconn ? duration_to_text(t - host->lastconn) : "-"); in mta_imsg() 380 v ? duration_to_text(t - time(NULL)) : "-"); in mta_imsg() 1794 duration_to_text(time(NULL) - evp->creation), in mta_log() 2025 (void)snprintf(dur, sizeof(dur), "%s", duration_to_text(to - t)); in mta_relay_show() 2034 r->lastconn ? duration_to_text(t - r->lastconn) : "-", in mta_relay_show() 2044 (void)snprintf(dur, sizeof(dur), "%s", duration_to_text(to - t)); in mta_relay_show() 2081 c->lastconn ? duration_to_text(t - c->lastconn) : "-", in mta_relay_show()
|
| D | scheduler.c | 515 "scheduler: waiting for %s", duration_to_text(tv.tv_sec)); in scheduler_timeout()
|
| D | queue.c | 731 duration_to_text(time(NULL) - e->creation), in queue_log()
|
| D | to.c | 173 duration_to_text(time_t t) in duration_to_text() function
|
| D | mda.c | 672 duration_to_text(time(NULL) - evp->creation), in mda_log()
|
| D | smtpctl.c | 839 duration_to_text(duration)); in do_show_stats()
|
| D | smtpd.h | 1673 const char *duration_to_text(time_t);
|
| D | smtpd.c | 781 duration_to_text(env->sc_bounce_warn[i])); in main()
|