Home
last modified time | relevance | path

Searched refs:CHAR_T (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/intl/
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) in VASNPRINTF()
135 CHAR_T *buf; in VASNPRINTF()
136 CHAR_T *buf_malloced; in VASNPRINTF()
137 const CHAR_T *cp; in VASNPRINTF()
141 CHAR_T *result; in VASNPRINTF()
150 if (buf_neededlength < 4000 / sizeof (CHAR_T)) in VASNPRINTF()
152 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); in VASNPRINTF()
[all …]
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) in PRINTF_PARSE()
65 const CHAR_T *cp = format; /* pointer into format */ in PRINTF_PARSE()
117 CHAR_T c = *cp++; in PRINTF_PARSE()
137 const CHAR_T *np; in PRINTF_PARSE()
207 const CHAR_T *np; in PRINTF_PARSE()
264 const CHAR_T *np; in PRINTF_PARSE()
534 #undef CHAR_T
/external/spirv-llvm/test/SPIRV/transcoding/
DDecorationMaxByteOffset.ll15 ; CHECK-SPIRV: 4 TypeInt [[CHAR_T:[0-9]+]] 8 0
16 ; CHECK-SPIRV: 4 TypePointer [[CHAR_PTR_T:[0-9]+]] 4 [[CHAR_T]]
/external/pcre/dist2/src/
Dpcre2_internal.h730 #define CHAR_T 'T' macro
1002 #define CHAR_T '\124' macro
Dpcre2_convert.c763 out->out_str[7] = CHAR_T; in convert_glob_print_commit()