Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:iplace

680 	int iplace = 0;
746 iconvert[iplace++] =
748 } while (intpart && (iplace < 311));
749 if (iplace == 311) iplace--;
750 iconvert[iplace] = 0;
769 padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0);
795 while (iplace > 0) {
796 --iplace;
797 DOPR_OUTCH(buffer, *currlen, maxlen, iconvert[iplace]);