Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c60 report_error("BAD ARGUMENT"); in cmd_addbytes()
93 report_error("BAD ARGUMENT"); in cmd_addchnstr()
123 report_error("BAD ARGUMENT"); in cmd_addnstr()
173 report_error("BAD ARGUMENT"); in cmd_attr_off()
192 report_error("BAD ARGUMENT"); in cmd_attr_on()
212 report_error("BAD ARGUMENT"); in cmd_attr_set()
218 report_error("BAD ARGUMENT"); in cmd_attr_set()
237 report_error("BAD ARGUMENT"); in cmd_attroff()
256 report_error("BAD ARGUMENT"); in cmd_attron()
275 report_error("BAD ARGUMENT"); in cmd_attrset()
[all …]
H A Dcommands.c157 report_error(const char *status) in report_error() function
238 report_error("INCORRECT_ARGUMENT_NUMBER"); in check_arg_count()
H A Dslave.h41 void report_error(const char *);
/freebsd/tools/regression/kgssapi/
H A Dgsstest.c54 report_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in report_error() function
137 report_error(mech_type, maj_stat, min_stat); in main()
146 report_error(mech_type, maj_stat, min_stat); in main()
154 report_error(mech_type, maj_stat, min_stat); in main()
181 report_error(mech_type, maj_stat, min_stat); in main()
192 report_error(mech_type, res.maj_stat, in main()
208 report_error(mech_type, maj_stat, min_stat); in main()
217 report_error(mech_type, res.maj_stat, res.min_stat); in main()
225 report_error(mech_type, maj_stat, min_stat); in main()
234 report_error(mech_type, maj_stat, min_stat); in main()
[all …]
/freebsd/usr.bin/dtc/
H A Dchecking.cc67 report_error(errmsg.c_str()); in check_node()
105 report_error("Missing #address-cells property"); in check_node()
109 report_error("Missing #size-cells property"); in check_node()
147 checker::report_error(const char *errmsg) in report_error() function in dtc::fdt::checking::checker
170 report_error("property check failed"); in check_property()
H A Dchecking.hh74 void report_error(const char *errmsg);
H A Dinput_buffer.hh533 void report_error(const char *msg) in report_error() function in dtc::text_input_buffer::source_location
H A Dinput_buffer.cc247 loc.report_error("Unable to locate input file"); in handle_include()
749 expression::loc.report_error("Division by zero"); in operator ()()
H A Dfdt.cc525 loc.report_error("Syntax error, expected '\"' to terminate /incbin/("); in property()
/freebsd/contrib/dialog/
H A Drc.c519 report_error(const char *filename, int line_no, const char *msg) in report_error() function
586 report_error(filename, l, "line too long"); in dlg_parse_rc()
594 report_error(filename, l, "invalid bindkey"); in dlg_parse_rc()
614 report_error(filename, l, "expected string value"); in dlg_parse_rc()
629 report_error(filename, l, "expected boolean value"); in dlg_parse_rc()
638 report_error(filename, l, "expected attribute value"); in dlg_parse_rc()
651 report_error(filename, l, "unknown variable"); in dlg_parse_rc()
656 report_error(filename, l, "syntax error"); in dlg_parse_rc()
/freebsd/lib/libkvm/
H A Dkvm_pcpu.c208 _kvm_dpcpu_setcpu(kvm_t *kd, u_int cpu, int report_error) in _kvm_dpcpu_setcpu() argument
212 if (report_error) in _kvm_dpcpu_setcpu()
218 if (report_error) in _kvm_dpcpu_setcpu()
224 if (report_error) in _kvm_dpcpu_setcpu()
/freebsd/tools/regression/rpcsec_gss/
H A Drpctest.c226 report_error(gss_OID mech, OM_uint32 maj, OM_uint32 min)
328 report_error(mech_oid, maj_stat, min_stat); in test_server()
334 report_error(mech_oid, maj_stat, min_stat); in test_server()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp48 auto report_error = [&](const char *fmt, const auto &...vals) { in Extract() local
61 return report_error("abbreviation code {0} too big", abbr_idx); in Extract()
72 return report_error("invalid abbreviation code {0}", abbr_idx); in Extract()
81 return report_error("Unsupported DW_FORM_{1:x}", attribute.Form); in Extract()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1753 auto report_error = [this, elem_counter, counter] in CommandObjectScriptingObjectParsed() local
1762 report_error("is not a dictionary."); in CommandObjectScriptingObjectParsed()
1772 report_error("value type must be an unsigned integer"); in CommandObjectScriptingObjectParsed()
1777 report_error("value type beyond ArgumentRepetitionType bounds"); in CommandObjectScriptingObjectParsed()
1788 report_error("repeat value is empty"); in CommandObjectScriptingObjectParsed()
1793 report_error("invalid repeat value"); in CommandObjectScriptingObjectParsed()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server.c886 goto report_error; in SM_STATE()
986 report_error: in SM_STATE()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3373 show_import(nvlist_t *config, boolean_t report_error) in show_import() argument
3411 if (reason != ZPOOL_STATUS_OK && !report_error) in show_import()