Home
last modified time | relevance | path

Searched refs:cpp_quote_string (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-ppoutput.c257 p = cpp_quote_string (to_file_quoted, in print_line()
378 p = cpp_quote_string (to_file_quoted, (unsigned char *) dir, to_file_len); in pp_dir_change()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h722 extern unsigned char *cpp_quote_string PARAMS ((unsigned char *,
H A Dcppmain.c265 p = cpp_quote_string (to_file_quoted,
H A Dcppmacro.c160 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len);
306 cpp_quote_string (dest, src, len) in cpp_quote_string() function
391 dest = cpp_quote_string (dest, buf, len);
H A DChangeLog.710524 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
14141 * cppmacro.c (quote_string): Rename cpp_quote_string and
14143 * cpplib.h (cpp_quote_string): Prototype.
14144 * cppmain.c (print_line): Call cpp_quote_string on to_file
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c181 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len); in _cpp_builtin_macro_text()
323 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string() function
400 dest = cpp_quote_string (dest, buf, len); in stringify_arg()
H A DChangeLog192 (cpp_quote_string): Don't octalify non printable
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h827 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,