Searched refs:fplace (Results 1 – 1 of 1) sorted by relevance
514 int fplace = 0; in fmtfp() local569 fconvert[fplace++] = in fmtfp()572 } while(fracpart && (fplace < 20)); in fmtfp()573 if (fplace == 20) in fmtfp()574 fplace--; in fmtfp()575 fconvert[fplace] = 0; in fmtfp()579 zpadlen = max - fplace; in fmtfp()614 while (fplace > 0) in fmtfp()615 dopr_outch(buffer, currlen, maxlen, fconvert[--fplace]); in fmtfp()