Home | History | Annotate | Download | only in io

Lines Matching refs:fWidthPos

102   int32_t        fWidthPos;     /* Position of width in arg list */
1259 spec.fWidthPos = -1;
1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO);
1363 spec.fWidthPos *= 10;
1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO);
1370 spec.fWidthPos = -1;
1471 if(spec.fWidthPos == -1) {