Home | History | Annotate | Download | only in io

Lines Matching full:fwidth

433         (info->fPrecision == -1 && info->fZero) ? info->fWidth : info->fPrecision);
468 info->fPrecision == -1 && info->fZero ? info->fWidth : info->fPrecision);
863 *count = info->fWidth;
1265 info->fWidth = -1;
1350 info->fWidth = -2;
1379 info->fWidth = (int) (*alias++ - DIGIT_ZERO);
1382 info->fWidth *= 10;
1383 info->fWidth += (int) (*alias++ - DIGIT_ZERO);
1470 if(spec.fInfo.fWidth == -2) {
1473 info->fWidth = va_arg(ap, int32_t);
1478 if(info->fWidth < 0) {
1479 info->fWidth
1509 info->fWidth = *written;
1536 info->fWidth = *written;