Searched refs:hextolfp (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Dhextolfp.c2 * hextolfp - convert an ascii hex string to an l_fp number
13 hextolfp( function
H A DMakefile.am70 hextolfp.c \
H A DMakefile.in154 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
212 getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
240 hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
667 hextolfp.c \
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextolfp.Po@am__quote@
/freebsd-12-stable/usr.sbin/ntp/libntp/
H A DMakefile18 hextolfp.c humandate.c icom.c iosignal.c \
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_fp.h354 extern int hextolfp (const char *, l_fp *);
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2763 !hextolfp(val + 2, &last_older)) {
2787 !hextolfp(val + 2, &newest) ||
2802 !hextolfp(val + 2, &mon->last)) {
2820 !hextolfp(val + 2, &mon->first))
2833 !hextolfp(val + 2, pnow))
H A Dntpq.c2185 return hextolfp(str+2, lfp);
2205 return hextolfp(str, lfp);

Completed in 107 milliseconds