UCHAR_T
const UCHAR_T *end_of_fmt, *next_fmt;
read_int (const UCHAR_T * *pstr)
const UCHAR_T *begin = ++format;
const UCHAR_T *begin = ++format;
__parse_one_specwc (const UCHAR_T *format, size_t posn,
__parse_one_specmb (const UCHAR_T *format, size_t posn,
spec->info.wide = sizeof (UCHAR_T) > 1;
const UCHAR_T *begin = format;
f = lead_str_end = __find_specwc ((const UCHAR_T *) format);
f = lead_str_end = __find_specmb ((const UCHAR_T *) format);
outstring ((const UCHAR_T *) format,
lead_str_end - (const UCHAR_T *) format);
UCHAR_T pad = L_(' ');/* Padding character. */
const UCHAR_T *tmp; /* Temporary value. */
const UCHAR_T *tmp; /* Temporary value. */
const UCHAR_T *f;
const UCHAR_T *lead_str_end;
const UCHAR_T *end_of_spec;
UCHAR_T fc; /* Current character of the format. */
if (ISDIGIT ((UCHAR_T) *f))
argpos = (UCHAR_T) *f++ - L_('0');
while (ISDIGIT ((UCHAR_T) *f))
argpos = argpos * 10 + ((UCHAR_T) *f++ - L_('0'));
while (ISDIGIT ((UCHAR_T) *f))
width += (UCHAR_T) *f++ - L_('0');