Lines Matching refs:uchar
52 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int);
113 const uchar *
117 const uchar *result = NULL; in _cpp_builtin_macro_text()
170 uchar *buf; in _cpp_builtin_macro_text()
292 const uchar *buf; in builtin_macro()
313 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro()
330 uchar *
331 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string()
335 uchar c = *src++; in cpp_quote_string()
1005 const uchar *start, size_t len) in _cpp_push_text_context()
1467 BUFF_FRONT (pfile->a_buff) = (uchar *) ¯o->params[macro->paramc]; in create_iso_definition()
1580 BUFF_FRONT (pfile->a_buff) = (uchar *) ¯o->exp.tokens[macro->count]; in create_iso_definition()
1670 const uchar *p, *q, *limit; in check_trad_stringification()