Searched refs:cpp_quote_string (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-ppoutput.c | 257 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 D | cpplib.h | 722 extern unsigned char *cpp_quote_string PARAMS ((unsigned char *,
|
| H A D | cppmain.c | 265 p = cpp_quote_string (to_file_quoted,
|
| H A D | cppmacro.c | 160 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 D | ChangeLog.7 | 10524 * 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 D | macro.c | 181 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 D | ChangeLog | 192 (cpp_quote_string): Don't octalify non printable
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 827 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
|