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

/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c280 /* cpp_quote_string does not nul-terminate, so we have to do it
282 p = cpp_quote_string (to_file_quoted,
402 /* cpp_quote_string does not nul-terminate, so we have to do it ourselves. */
403 p = cpp_quote_string (to_file_quoted, (unsigned char *) dir, to_file_len);
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h840 extern unsigned char *cpp_quote_string (unsigned char *, const unsigned char *,
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c182 buf = cpp_quote_string (buf + 1, (const unsigned char *) name, len);
331 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len) function
408 dest = cpp_quote_string (dest, buf, len);

Completed in 146 milliseconds