Home | History | Annotate | Download | only in io

Lines Matching refs:fArgPos

102     int32_t        fArgPos;    /* Position of data in arg list */
121 spec->fArgPos = -1;
145 spec->fArgPos = (int) (*s++ - DIGIT_ZERO);
148 spec->fArgPos *= 10;
149 spec->fArgPos += (int) (*s++ - DIGIT_ZERO);
155 spec->fArgPos = -1;