Searched refs:input_charset (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/libcpp/ |
| D | charset.c | 1591 _cpp_convert_input (cpp_reader *pfile, const char *input_charset, in _cpp_convert_input() argument 1597 input_cset = init_iconv_desc (pfile, SOURCE_CHARSET, input_charset); in _cpp_convert_input() 1613 CPP_OPTION (pfile, input_charset), SOURCE_CHARSET); in _cpp_convert_input()
|
| D | init.c | 179 CPP_OPTION (pfile, input_charset) = _cpp_default_encoding (); in cpp_create_reader()
|
| D | files.c | 555 file->buffer = _cpp_convert_input (pfile, CPP_OPTION (pfile, input_charset), in read_file_guts()
|
| /openbsd/src/gnu/gcc/libcpp/include/ |
| D | cpplib.h | 396 const char *input_charset; member
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-opts.c | 787 cpp_opts->input_charset = arg; in c_common_handle_option()
|