Home
last modified time | relevance | path

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

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