Home
last modified time | relevance | path

Searched refs:dequote_string (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c110 static uchar *dequote_string PARAMS ((cpp_reader *, const uchar *,
748 dequote_string (pfile, str, len) in dequote_string() function
825 new_file = (const char *) dequote_string (pfile, token->val.str.text,
874 new_file = (const char *) dequote_string (pfile, token->val.str.text,
H A DChangeLog.78707 * cpplib.c (dequote_string): Use cppchar_t; update.
10522 * cpplib.c (struct directive, dequote_string, D, run_directive,
14126 * cpplib.c (dequote_string, do_linemarker): New functions.