Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.apple4 * charset.c (_cpp_convert_input): Don't read to.text[-1].
9 * charset.c (_cpp_convert_input): Eat UTF-8 BOM.
H A Dinternal.h627 extern unsigned char *_cpp_convert_input (cpp_reader *, const char *,
H A DChangeLog281 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
490 * charset.c (_cpp_convert_input): Check '\r' before inserting
661 (_cpp_convert_input, _cpp_default_encoding): Add comments.
H A Dcharset.c1591 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() function
H A Dfiles.c624 file->buffer = _cpp_convert_input (pfile, CPP_OPTION (pfile, input_charset), in read_file_guts()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200443913 (_cpp_convert_input): New function.
43916 * cppfiles.c (read_file_guts): Use _cpp_convert_input.