Searched refs:_cpp_convert_input (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 813 extern unsigned char *_cpp_convert_input (cpp_reader *, const char *,
|
H A D | files.c | 762 file->buffer = _cpp_convert_input (pfile, in read_file_guts()
|
H A D | charset.c | 2137 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 838 extern unsigned char *_cpp_convert_input (cpp_reader *, const char *,
|
H A D | charset.cc | 2192 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() function
|
H A D | files.cc | 762 file->buffer = _cpp_convert_input (pfile, in read_file_guts()
|
H A D | ChangeLog | 444 (_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 D | ChangeLog-2004 | 43913 (_cpp_convert_input): New function. 43916 * cppfiles.c (read_file_guts): Use _cpp_convert_input.
|