Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h813 extern unsigned char *_cpp_convert_input (cpp_reader *, const char *,
H A Dfiles.c762 file->buffer = _cpp_convert_input (pfile, in read_file_guts()
H A Dcharset.c2137 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h838 extern unsigned char *_cpp_convert_input (cpp_reader *, const char *,
H A Dcharset.cc2192 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() function
H A Dfiles.cc762 file->buffer = _cpp_convert_input (pfile, in read_file_guts()
H A DChangeLog444 (_cpp_convert_input): Likewise. Also move UTF-8 BOM logic to...
4129 to _cpp_convert_input.
4130 * charset.c (_cpp_convert_input): Reallocate if there aren't
5833 * charset.c (_cpp_convert_input): Add buffer_start argument.
5835 * internal.h (_cpp_convert_input): Add argument.
6285 * charset.c (_cpp_convert_input): Check that to.len is greater
6566 (_cpp_convert_input): Use XNEWVEC and XRESIZEVEC.
6775 * charset.c (_cpp_convert_input): Check '\r' before inserting
6946 (_cpp_convert_input, _cpp_default_encoding): Add comments.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200443913 (_cpp_convert_input): New function.
43916 * cppfiles.c (read_file_guts): Use _cpp_convert_input.