Lines Matching defs:fmt_timeframe_core
52 const char *fmt_timeframe_core(time_t t);
275 fmt_timeframe_core(iface->probe_timer),
278 fmt_timeframe_core(iface->uptime), iface->group_cnt);
325 fmt_timeframe_core(iface->probe_timer));
327 "00:00:00" : fmt_timeframe_core(iface->uptime));
366 fmt_timeframe_core(group->dead_timer),
368 fmt_timeframe_core(group->uptime));
426 return (fmt_timeframe_core(time(NULL) - t));
430 fmt_timeframe_core(time_t t)
486 fmt_timeframe_core(nbr->dead_timer));
488 nbr->name, fmt_timeframe_core(nbr->uptime));
547 fmt_timeframe_core(rt->uptime),
549 fmt_timeframe_core(rt->expire));
607 mfc->uptime == 0 ? "-" : fmt_timeframe_core(mfc->uptime),
608 mfc->expire == 0 ? "-" : fmt_timeframe_core(mfc->expire));