Home
last modified time | relevance | path

Searched refs:ulfptoa (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c605 ulfptoa(&now, 3), stoa(addr), status, offset, in record_peer_stats()
644 day, ulfptoa(&now, 3), offset, freq * 1e6, jitter, in record_loop_stats()
678 ulfptoa(&now, 3), stoa(addr), text); in record_clock_stats()
760 day, ulfptoa(&now, 3), in record_raw_stats()
763 ulfptoa(t1, 9), ulfptoa(t2, 9), in record_raw_stats()
764 ulfptoa(t3, 9), ulfptoa(t4, 9), in record_raw_stats()
815 day, ulfptoa(&now, 3), current_time - sys_stattime, in record_sys_stats()
851 ulfptoa( in record_proto_stats()
[all...]
H A Drefclock_tpro.c179 ulfptoa(&pp->lastrec, 6), pp->lencode, in tpro_poll()
H A Drefclock_tt560.c212 ulfptoa(&pp->lastrec, 6), pp->lencode, in tt560_poll()
H A Dntp_refclock.c757 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), dlen, in refclock_gtlin()
798 rbufp->fd, ulfptoa(&rbufp->recv_time, 6), bmax, in refclock_gtraw()
H A Drefclock_irig.c951 1e6 / SECOND, ulfptoa(&pp->lastrec, 6)); in irig_decode()
H A Drefclock_gpsdjson.c1767 up->logname, ulfptoa(rtime, 6), in gpsd_parse()
/freebsd/contrib/ntp/libntp/
H A Duglydate.c25 timep = ulfptoa(ts, 6); /* returns max 17 characters */ in uglydate()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h381 #define ulfptoa(fpv, ndec) dolfptoa((fpv)->l_ui, (fpv)->l_uf, 0, (ndec), 0) macro