Home
last modified time | relevance | path

Searched refs:duration_to_text (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dscheduler_ramqueue.c1108 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()
Dmta.c349 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()
Dscheduler.c515 "scheduler: waiting for %s", duration_to_text(tv.tv_sec)); in scheduler_timeout()
Dqueue.c731 duration_to_text(time(NULL) - e->creation), in queue_log()
Dto.c173 duration_to_text(time_t t) in duration_to_text() function
Dmda.c672 duration_to_text(time(NULL) - evp->creation), in mda_log()
Dsmtpctl.c839 duration_to_text(duration)); in do_show_stats()
Dsmtpd.h1673 const char *duration_to_text(time_t);
Dsmtpd.c781 duration_to_text(env->sc_bounce_warn[i])); in main()