Home
last modified time | relevance | path

Searched refs:errorstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/mac/bsdextended/
H A Dugidfw_test.c148 char errorstr[256]; in test_libugidfw_strings() local
171 sizeof(errorstr), errorstr); in test_libugidfw_strings()
174 "failed: %s\n", test_num, test_strings[i], i, errorstr); in test_libugidfw_strings()
199 char errorstr[256]; in main() local
234 count = bsde_get_rule_count(sizeof(errorstr), errorstr); in main()
237 errorstr); in main()
243 slots = bsde_get_rule_slots(sizeof(errorstr), errorstr); in main()
246 errorstr); in main()
/freebsd/usr.sbin/iscsid/
H A Dlogin.c219 const char *errorstr; in login_receive() local
247 errorstr = login_target_error_str(bhslr->bhslr_status_class, in login_receive()
249 fail(conn, errorstr); in login_receive()
250 log_errx(1, "target returned error: %s", errorstr); in login_receive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp812 std::string errorstr = command; in GetModuleSpecInfoFromUUIDDictionary() local
813 errorstr += ":\n"; in GetModuleSpecInfoFromUUIDDictionary()
814 errorstr += str; in GetModuleSpecInfoFromUUIDDictionary()
815 error = Status(errorstr); in GetModuleSpecInfoFromUUIDDictionary()