Searched refs:CHAR_T (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dvasnprintf.c80 # define CHAR_T wchar_t macro
95 # define CHAR_T char macro
109 CHAR_T *
110 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
135 CHAR_T *buf;
136 CHAR_T *buf_malloced;
137 const CHAR_T *cp;
141 CHAR_T *result;
150 if (buf_neededlength < 4000 / sizeof (CHAR_T))
886 #undef CHAR_T macro
[all...]
H A Dprintf-parse.c49 # define CHAR_T wchar_t macro
54 # define CHAR_T char macro
63 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
65 const CHAR_T *cp = format; /* pointer into format */
117 CHAR_T c = *cp++;
137 const CHAR_T *np;
207 const CHAR_T *np;
264 const CHAR_T *np;
536 #undef CHAR_T macro

Completed in 15 milliseconds