Searched refs:UCHAR_T (Results 1 – 2 of 2) sorted by relevance
612 # define UCHAR_T unsigned char macro621 # define UCHAR_T wchar_t macro654 *(destination) = (UCHAR_T)(number); \693 static void PREFIX(extract_number) (int *dest, UCHAR_T *source);695 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX()724 UCHAR_T **source);726 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX()809 PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end) in PREFIX()812 UCHAR_T *p1; in PREFIX()813 UCHAR_T *p = start; in PREFIX()[all …]
3999 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T.