Home | History | Annotate | Download | only in util

Lines Matching refs:ipos

1017 	int ipos = 0;
1046 iconvert[ipos++] = sign;
1048 iconvert[ipos++] = *infnan++;
1049 fmtstr(str, len, size, iconvert, width, ipos, flags);
1193 ipos = convert(intpart, iconvert, sizeof(iconvert), 10, 0);
1217 separators = getnumsep(ipos);
1220 - ipos /* Number of integer digits. */
1252 while (ipos > 0) { /* Integer part. */
1253 ipos--;
1254 OUTCHAR(str, *len, size, iconvert[ipos]);
1255 if (separators > 0 && ipos > 0 && ipos % 3 == 0)