Searched refs:dofptoa (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Ddofptoa.c2 * dofptoa - do the grunge work to convert an fp number to ascii
13 dofptoa( function
138 return dofptoa(plusfp, (neg?'-':0), ndec, FALSE);
158 return dofptoa(plusfp, (neg?'-':0), ndec, TRUE);
H A DMakefile.am64 dofptoa.c \
H A DMakefile.in153 dofptoa.c dolfptoa.c emalloc.c findconfig.c getopt.c \
210 clocktypes.$(OBJEXT) decodenetnum.$(OBJEXT) dofptoa.$(OBJEXT) \
239 dofptoa.c dolfptoa.c emalloc.c findconfig.c getopt.c \
661 dofptoa.c \
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dofptoa.Po@am__quote@
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_fp.h347 extern char * dofptoa (u_fp, char, short, int);
379 #define ufptoa(fpv, ndec) dofptoa((fpv), 0, (ndec), 0)
380 #define ufptoms(fpv, ndec) dofptoa((fpv), 0, (ndec), 1)
/freebsd-12-stable/usr.sbin/ntp/libntp/
H A DMakefile16 clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \

Completed in 176 milliseconds