Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-ppoutput.c376 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()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-ppoutput.c412 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()
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDcpplib.h1000 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDcpplib.h1170 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/dragonfly/contrib/gcc-4.7/libcpp/
HDmacro.c288 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()
/dragonfly/contrib/gcc-8.0/libcpp/
HDmacro.c461 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()