Searched refs:fmt_monotime (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/bgpctl/
H A Dbgpctl.h48 const char *fmt_monotime(time_t);
H A Doutput_json.c139 json_do_string("last_read", fmt_monotime(p->stats.last_read));
141 json_do_string("last_write", fmt_monotime(p->stats.last_write));
331 json_do_string("last_updown", fmt_monotime(p->stats.last_updown));
939 json_do_string("last_change", fmt_monotime(set->lastchange));
H A Doutput.c123 fmt_monotime(p->stats.last_updown));
318 fmt_monotime(p->stats.last_updown));
321 fmt_monotime(p->stats.last_read),
323 printf(" Last write %s\n", fmt_monotime(p->stats.last_write));
1111 buf, fmt_monotime(set->lastchange));
H A Dbgpctl.c684 fmt_monotime(time_t t) function

Completed in 130 milliseconds