Searched refs:fWidthPos (Results 1 – 1 of 1) sorted by relevance
102 int32_t fWidthPos; /* Position of width in arg list */ member1259 spec.fWidthPos = -1; in u_printf_parse()1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO); in u_printf_parse()1363 spec.fWidthPos *= 10; in u_printf_parse()1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO); in u_printf_parse()1370 spec.fWidthPos = -1; in u_printf_parse()1471 if(spec.fWidthPos == -1) { in u_printf_parse()