Lines Matching refs:fldWidth
211 int fldWidth;
619 formatAttr.fldWidth = 0;
660 formatAttr.fldWidth = 0;
690 formatAttr.fldWidth = (int)va_arg(arglist, int);
691 if (formatAttr.fldWidth < 0) {
693 formatAttr.fldWidth = -formatAttr.fldWidth;
698 formatAttr.fldWidth = 0;
700 if (SECUREC_MUL10_ADD_BEYOND_MAX(formatAttr.fldWidth)) {
703 formatAttr.fldWidth =
704 (int)SECUREC_MUL10((unsigned int)formatAttr.fldWidth) + (ch - SECUREC_CHAR('0'));
820 if (formatAttr.fldWidth > bufferSize) {
821 bufferSize = formatAttr.fldWidth;
888 formatAttr.fldWidth, formatAttr.precision, tmp);
891 formatAttr.fldWidth, tmp);
904 formatAttr.fldWidth, formatAttr.precision, tmp);
907 formatAttr.fldWidth, tmp);
927 formatAttr.fldWidth =
1282 padding = (formatAttr.fldWidth - textLen) - prefixLen;