Searched refs:cpp_quote_string (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ppoutput.c | 413 p = cpp_quote_string (to_file_quoted, in print_line_1() 637 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ppoutput.cc | 506 unsigned char *p = cpp_quote_string (to_file_quoted, in print_line_1() 733 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 887 p = cpp_quote_string (to_file_quoted, in print_line() 1139 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 867 p = cpp_quote_string (to_file_quoted, in print_line() 1104 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1280 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1401 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 615 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len); in _cpp_builtin_macro_text() 817 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string() function 909 dest = cpp_quote_string (dest, buf, len); in stringify_arg()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 630 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len); in _cpp_builtin_macro_text() 867 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string() function 959 dest = cpp_quote_string (dest, buf, len); in stringify_arg()
|
H A D | ChangeLog | 2102 * macro.c (cpp_quote_string): Escape raw LFs. 6477 (cpp_quote_string): Don't octalify non printable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string, 28588 * cppmacro.c (quote_string): Rename cpp_quote_string and 28590 * cpplib.h (cpp_quote_string): Prototype. 28591 * cppmain.c (print_line): Call cpp_quote_string on to_file
|