Searched refs:cpp_quote_string (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-ppoutput.c | 376 p = cpp_quote_string (to_file_quoted, in print_line_1() 588 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ppoutput.c | 412 p = cpp_quote_string (to_file_quoted, in print_line_1() 635 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len); in pp_dir_change()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 1000 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 1170 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | macro.c | 288 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len); in _cpp_builtin_macro_text() 434 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string() function 516 dest = cpp_quote_string (dest, buf, len); in stringify_arg()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | macro.c | 461 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len); in _cpp_builtin_macro_text() 652 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) in cpp_quote_string() function 744 dest = cpp_quote_string (dest, buf, len); in stringify_arg()
|