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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c411 /* cpp_quote_string does not nul-terminate, so we have to do it
413 p = cpp_quote_string (to_file_quoted,
636 /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */
637 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc504 /* cpp_quote_string does not nul-terminate, so we have to do it
506 unsigned char *p = cpp_quote_string (to_file_quoted,
732 /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */
733 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c865 /* cpp_quote_string does not nul-terminate, so we have to do it
867 p = cpp_quote_string (to_file_quoted,
1103 /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */
1104 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc885 /* cpp_quote_string does not nul-terminate, so we have to do it
887 p = cpp_quote_string (to_file_quoted,
1138 /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */
1139 p = cpp_quote_string (to_file_quoted, (const unsigned char *) dir, to_file_len);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1280 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1401 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c615 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len);
817 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) function
909 dest = cpp_quote_string (dest, buf, len);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc630 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len);
867 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) function
959 dest = cpp_quote_string (dest, buf, len);

Completed in 205 milliseconds