Searched refs:UCHAR_T (Results 1 – 5 of 5) sorted by relevance
29 # define UCHAR_T unsigned char macro36 # define UCHAR_T unsigned int macro58 __parse_one_specwc (const UCHAR_T *format, size_t posn, in __parse_one_specwc()61 __parse_one_specmb (const UCHAR_T *format, size_t posn, in __parse_one_specwc()81 spec->info.wide = sizeof (UCHAR_T) > 1; in __parse_one_specwc()87 const UCHAR_T *begin = format; in __parse_one_specwc()160 const UCHAR_T *begin = ++format; in __parse_one_specwc()204 const UCHAR_T *begin = ++format; in __parse_one_specwc()
33 const UCHAR_T *end_of_fmt, *next_fmt;74 read_int (const UCHAR_T * *pstr) in read_int()
29 # define UCHAR_T unsigned char macro43 # define UCHAR_T uwchar_t macro
151 # define UCHAR_T unsigned char macro168 # define UCHAR_T unsigned int /* uwchar_t */ macro1191 const UCHAR_T *f; in vfprintf()1194 const UCHAR_T *lead_str_end; in vfprintf()1197 const UCHAR_T *end_of_spec; in vfprintf()1263 outstring ((const UCHAR_T *) format, in vfprintf()1264 lead_str_end - (const UCHAR_T *) format); in vfprintf()1307 UCHAR_T pad = L_(' ');/* Padding character. */ in vfprintf()1374 const UCHAR_T *tmp; /* Temporary value. */ in vfprintf()1424 const UCHAR_T *tmp; /* Temporary value. */ in vfprintf()[all …]
107 # define UCHAR_T unsigned int macro132 # define UCHAR_T unsigned char macro280 const UCHAR_T *f = (const UCHAR_T *) format; in __vfwscanf_internal()281 UCHAR_T fc; /* Current character of the format. */ in __vfwscanf_internal()
Completed in 14 milliseconds