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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsnprintf.c661 int omitcount = 0; local
774 while (omitcount < fplace && fconvert[omitcount] == '0')
775 ++omitcount;
778 padlen = min - iplace - (max - omitcount) - 1 - ((signvalue) ? 1 : 0);
817 if (max > 0 && (fplace > omitcount || zpadlen > 0))
821 while (fplace > omitcount)

Completed in 105 milliseconds