Home
last modified time | relevance | path

Searched refs:cpp_errno (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDc-pch.c373 cpp_errno (pfile, CPP_DL_ERROR, "calling fdopen"); in c_common_read_pch()
381 cpp_errno (pfile, CPP_DL_ERROR, "reading"); in c_common_read_pch()
397 cpp_errno (pfile, CPP_DL_ERROR, "reading"); in c_common_read_pch()
407 cpp_errno (pfile, CPP_DL_ERROR, "seeking"); in c_common_read_pch()
HDc-incpath.c202 cpp_errno (pfile, CPP_DL_ERROR, cur->name); in remove_duplicates()
208 cpp_errno (pfile, CPP_DL_WARNING, cur->name); in remove_duplicates()
HDChangeLog-200225512 (cpp_errno): New.
25540 (cpp_errno): New.
/NextBSD/contrib/gcclibs/libcpp/
HDpch.c83 cpp_errno (pfile, CPP_DL_ERROR, in write_macdef()
332 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_deps()
354 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_state()
360 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_state()
533 cpp_errno (r, CPP_DL_ERROR, "while reading precompiled header"); in cpp_valid_state()
696 cpp_errno (r, CPP_DL_ERROR, "while reading precompiled header"); in cpp_read_state()
HDcharset.c657 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open"); in init_iconv_desc()
759 cpp_errno (pfile, CPP_DL_ICE, "converting to execution character set"); in cpp_host_to_exec_charset()
1055 cpp_errno (pfile, CPP_DL_ERROR, in convert_ucn()
1059 cpp_errno (pfile, CPP_DL_ERROR, in convert_ucn()
1292 cpp_errno (pfile, CPP_DL_ERROR, in convert_escape()
1352 cpp_errno (pfile, CPP_DL_ERROR, "converting to execution character set"); in cpp_interpret_string()
1570 cpp_errno (pfile, CPP_DL_ERROR, in _cpp_interpret_identifier()
HDerrors.c196 cpp_errno (cpp_reader *pfile, int level, const char *msgid) in cpp_errno() function
HDfiles.c616 cpp_errno (pfile, CPP_DL_ERROR, file->path); in read_file_guts()
920 cpp_errno (pfile, CPP_DL_WARNING, file->path); in open_file_failed()
922 cpp_errno (pfile, CPP_DL_ERROR, file->path); in open_file_failed()
HDMakefile.in231 --keyword=cpp_error:3 --keyword=cpp_errno:3 \
HDmacro.c156 cpp_errno (pfile, CPP_DL_WARNING, in _cpp_builtin_macro_text()
253 cpp_errno (pfile, CPP_DL_WARNING, in _cpp_builtin_macro_text()
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h806 extern void cpp_errno (cpp_reader *, int, const char *msgid);