Home | History | Annotate | Download | only in lib

Lines Matching refs:CHAR_T

18      CHAR_T             The element type of the format string.
22 Depends on CHAR_T.
24 format string. Depends on CHAR_T.
26 Depends on CHAR_T.
42 # define CHAR_T char
83 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
85 const CHAR_T *cp = format; /* pointer into format */
136 CHAR_T c = *cp++;
156 const CHAR_T *np;
233 const CHAR_T *np;
290 const CHAR_T *np;
638 #undef CHAR_T