Home
last modified time | relevance | path

Searched refs:rawtime (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/cortex-strings/scripts/
H A Dplot.py47 bounces = pylab.array([(x.loops, x.rawtime) for x in r if x.test == 'bounce'])
59 time = r1.rawtime - delta
/freebsd-14.2/contrib/ntp/util/
H A Dntptime.c111 volatile int rawtime = 0; in main() local
158 rawtime++; in main()
316 if (rawtime) in main()
/freebsd-14.2/lib/libbe/
H A Dbe.c561 time_t rawtime; in be_setup_snapshot_name() local
564 time(&rawtime); in be_setup_snapshot_name()
566 len += strftime(buf + len, buflen - len, "@%F-%T", localtime(&rawtime)); in be_setup_snapshot_name()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp16468 time_t rawtime; in getCurrentTimestamp() local
16469 std::time(&rawtime); in getCurrentTimestamp()
16474 gmtime_s(&timeInfo, &rawtime); in getCurrentTimestamp()
16477 timeInfo = std::gmtime(&rawtime); in getCurrentTimestamp()