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

/macosx-10.9.5/ntp-88/libntp/
H A Dnumtoa.c2 * numtoa - return asciized network numbers store in local array space
18 numtoa( function
H A Dnumtohost.c37 return numtoa(netnum);
/macosx-10.9.5/ntp-88/include/
H A Dntp_stdlib.h102 extern char * numtoa (u_int32);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dsnprintf.c211 #define dtoa(n, p, f) numtoa(n, 10, p, f)
264 static char *numtoa __P((double, int, int, char **));
562 numtoa(number, base, precision, fract) function
1133 /* handle `-' inserted by numtoa() and the fmtu* family here. */
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c548 return numtoa(refid);
1932 numtoa(cres.mask));
2703 numtoa(cl->clockadr));
2877 numtoa(cl->clockadr));
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntptimeset.c2106 str = numtoa(pp->refid);
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_control.c1249 cq = numtoa(addr32);

Completed in 125 milliseconds