Searched refs:ulfptoa (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 605 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 D | refclock_tpro.c | 179 ulfptoa(&pp->lastrec, 6), pp->lencode, in tpro_poll()
|
H A D | refclock_tt560.c | 212 ulfptoa(&pp->lastrec, 6), pp->lencode, in tt560_poll()
|
H A D | ntp_refclock.c | 757 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 D | refclock_irig.c | 951 1e6 / SECOND, ulfptoa(&pp->lastrec, 6)); in irig_decode()
|
H A D | refclock_gpsdjson.c | 1767 up->logname, ulfptoa(rtime, 6), in gpsd_parse()
|
/freebsd/contrib/ntp/libntp/ |
H A D | uglydate.c | 25 timep = ulfptoa(ts, 6); /* returns max 17 characters */ in uglydate()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 381 #define ulfptoa(fpv, ndec) dolfptoa((fpv)->l_ui, (fpv)->l_uf, 0, (ndec), 0) macro
|