HomeSort by: relevance | last modified time | path
    Searched defs:format_tv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
format_tv.c 1 /* $NetBSD: format_tv.c,v 1.3 2025/02/25 19:15:52 christos Exp $ */
5 /* format_tv 3
9 /* #include <format_tv.h>
11 /* VSTRING *format_tv(buffer, sec, usec, sig_dig, max_dig)
18 /* format_tv() formats the specified time as a floating-point
59 #include <format_tv.h>
65 /* format_tv - print time with limited precision */
67 VSTRING *format_tv(VSTRING *buf, long sec, long usec, function
80 msg_panic("format_tv: bad maximum decimal count %d", max_dig);
82 msg_panic("format_tv: bad time %lds %ldus", sec, usec)
    [all...]
  /src/external/bsd/atf/dist/tools/
atf-report.cpp 66 format_tv(struct timeval* tv) function
145 const std::string timestamp = format_tv(tv);
171 (*m_os) << "tc, " << format_tv(tv) << ", " << str << "\n";
249 (*m_os) << "[" << format_tv(tv) << "s]\n\n";
270 (*m_os) << "[" << format_tv(tv) << "s] ";
432 (*m_os) << "<tp-time>" << format_tv(tv) << "</tp-time>";
473 (*m_os) << "<tc-time>" << format_tv(tv) << "</tc-time>";

Completed in 58 milliseconds