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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c1109 int omitcount = 0; local
1297 while (omitcount < fpos && fconvert[omitcount] == '0')
1298 omitcount++;
1300 omitcount = precision;
1303 precision -= omitcount;
1366 while (fpos > omitcount) { /* The remaining fractional part. */

Completed in 57 milliseconds