Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/cortex-strings/scripts/
Dplot.py47 bounces = pylab.array([(x.loops, x.rawtime) for x in r if x.test == 'bounce'])
59 time = r1.rawtime - delta
/freebsd-12-stable/contrib/ntp/util/
Dntptime.c111 volatile int rawtime = 0; in main() local
158 rawtime++; in main()
316 if (rawtime) in main()
/freebsd-12-stable/lib/libbe/
Dbe.c559 time_t rawtime; in be_setup_snapshot_name() local
562 time(&rawtime); in be_setup_snapshot_name()
564 len += strftime(buf + len, buflen - len, "@%F-%T", localtime(&rawtime)); in be_setup_snapshot_name()