Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 25 of 1897) sorted by relevance

12345678910>>...76

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DPseudoTerminal.cpp79 if (error_str) in OpenFirstAvailablePrimary()
86 if (error_str) in OpenFirstAvailablePrimary()
93 if (error_str) in OpenFirstAvailablePrimary()
101 if (error_str) in OpenFirstAvailablePrimary()
109 if (error_str) in OpenFirstAvailablePrimary()
126 if (error_str) in OpenSecondary()
160 if (error_str) in GetSecondaryName()
195 if (error_str) in Fork()
229 if (error_str && !error_str[0]) in Fork()
234 if (error_str && !error_str[0]) in Fork()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp79 if (error_str) in OpenFirstAvailableMaster()
86 if (error_str) in OpenFirstAvailableMaster()
93 if (error_str) in OpenFirstAvailableMaster()
101 if (error_str) in OpenFirstAvailableMaster()
109 if (error_str) in OpenFirstAvailableMaster()
125 if (error_str) in OpenSlave()
158 if (error_str) in GetSlaveName()
193 if (error_str) in Fork()
227 if (error_str && !error_str[0]) in Fork()
232 if (error_str && !error_str[0]) in Fork()
[all …]
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/utils/
H A Dseafile-error.cpp7 QString error_str; in translateSyncErrorCode() local
16 error_str = QObject::tr("File is locked by another user"); in translateSyncErrorCode()
19 error_str = QObject::tr("Path is invalid"); in translateSyncErrorCode()
22 error_str = QObject::tr("Error when indexing"); in translateSyncErrorCode()
46 error_str = QObject::tr("Storage quota full"); in translateSyncErrorCode()
49 error_str = QObject::tr("Network error"); in translateSyncErrorCode()
58 error_str = QObject::tr("Cannot connect to server"); in translateSyncErrorCode()
73 error_str = QObject::tr("Server error"); in translateSyncErrorCode()
88 error_str = QObject::tr("Not enough memory"); in translateSyncErrorCode()
94 error_str = QObject::tr("Unknown error"); in translateSyncErrorCode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dparser_impl_for_stmt_test.cc177 TestForWithError(for_str, error_str); in TEST_F()
185 TestForWithError(for_str, error_str); in TEST_F()
193 TestForWithError(for_str, error_str); in TEST_F()
201 TestForWithError(for_str, error_str); in TEST_F()
209 TestForWithError(for_str, error_str); in TEST_F()
217 TestForWithError(for_str, error_str); in TEST_F()
225 TestForWithError(for_str, error_str); in TEST_F()
234 TestForWithError(for_str, error_str); in TEST_F()
242 TestForWithError(for_str, error_str); in TEST_F()
251 TestForWithError(for_str, error_str); in TEST_F()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dmce.c20 const char *error_str; member
107 const char *error_str; member
191 const char **error_str) in decode_ierror() argument
200 *error_str = table[i].error_str; in decode_ierror()
207 const char **error_str) in decode_derror() argument
216 *error_str = table[i].error_str; in decode_derror()
222 uint64_t *type, const char **error_str, in decode_mce_p9() argument
237 *error_str = "no error (superfluous machine check)"; in decode_mce_p9()
267 uint64_t *type, const char **error_str, in decode_mce_p10() argument
295 uint64_t *type, const char **error_str, in decode_mce() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Ddescriptor_sets.cpp250 std::stringstream error_str; in VerifySetLayoutCompatibility() local
255 *error_msg = error_str.str(); in VerifySetLayoutCompatibility()
294 std::stringstream error_str; in VerifySetLayoutCompatibility() local
305 *error_msg = error_str.str(); in VerifySetLayoutCompatibility()
1422 std::stringstream error_str; in ValidateCopyUpdate() local
1430 std::stringstream error_str; in ValidateCopyUpdate() local
1442 std::stringstream error_str; in ValidateCopyUpdate() local
1839 error_str in ValidateImageUpdate()
2262 std::string error_str; in ValidateUpdateDescriptorSets() local
2297 std::string error_str; in ValidateUpdateDescriptorSets() local
[all …]
/dports/net-mgmt/py-msrestazure/msrestazure-0.6.3/msrestazure/
H A Dazure_exceptions.py88 error_str = "Azure Error: {}".format(self.error)
89 error_str += "\nMessage: {}".format(self._message)
91 error_str += "\nTarget: {}".format(self.target)
97 error_str += "\nAdditional Data:"
99 error_str += "\n\t{} : {}".format(key, value)
101 error_str += "\nException Details:"
110 error_str += "\n\tAdditional Information:"
116 error_str += "\nAdditional Information:"
119 return error_str
264 error_str = "Type: {}".format(self.type)
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Ddescriptor_sets.cpp364 std::stringstream error_str; in VerifySetLayoutCompatibility() local
369 *error_msg = error_str.str(); in VerifySetLayoutCompatibility()
408 std::stringstream error_str; in VerifySetLayoutCompatibility() local
419 *error_msg = error_str.str(); in VerifySetLayoutCompatibility()
1790 std::stringstream error_str; in ValidateCopyUpdate() local
1798 std::stringstream error_str; in ValidateCopyUpdate() local
1810 std::stringstream error_str; in ValidateCopyUpdate() local
2288 error_str in ValidateImageUpdate()
2728 std::string error_str; in ValidateUpdateDescriptorSets() local
2778 std::string error_str; in ValidateUpdateDescriptorSets() local
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dconverts.exp98 set error_str "Cannot resolve function %s to any overloaded instance"
103 gdb_test "p foo1_type_check (123)" [format $error_str "foo1_type_check"]
104 gdb_test "p foo2_type_check (0, 1)" [format $error_str "foo2_type_check"]
105 gdb_test "p foo2_type_check (1, 0)" [format $error_str "foo2_type_check"]
106 gdb_test "p foo2_type_check (1, 1)" [format $error_str "foo2_type_check"]
107 gdb_test "p foo3_type_check (0, 0, 1)" [format $error_str "foo3_type_check"]
108 gdb_test "p foo3_type_check (0, 1, 0)" [format $error_str "foo3_type_check"]
109 gdb_test "p foo3_type_check (1, 0, 0)" [format $error_str "foo3_type_check"]
110 gdb_test "p foo3_type_check (0, 1, 1)" [format $error_str "foo3_type_check"]
111 gdb_test "p foo3_type_check (1, 1, 0)" [format $error_str "foo3_type_check"]
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dconverts.exp96 set error_str "Cannot resolve function %s to any overloaded instance"
98 gdb_test "p foo1_type_check (123)" [format $error_str "foo1_type_check"]
99 gdb_test "p foo2_type_check (0, 1)" [format $error_str "foo2_type_check"]
100 gdb_test "p foo2_type_check (1, 0)" [format $error_str "foo2_type_check"]
101 gdb_test "p foo2_type_check (1, 1)" [format $error_str "foo2_type_check"]
102 gdb_test "p foo3_type_check (0, 0, 1)" [format $error_str "foo3_type_check"]
103 gdb_test "p foo3_type_check (0, 1, 0)" [format $error_str "foo3_type_check"]
104 gdb_test "p foo3_type_check (1, 0, 0)" [format $error_str "foo3_type_check"]
105 gdb_test "p foo3_type_check (0, 1, 1)" [format $error_str "foo3_type_check"]
106 gdb_test "p foo3_type_check (1, 1, 0)" [format $error_str "foo3_type_check"]
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DIpMapConf.cc142 char *error_str = static_cast<char *>(ats_malloc(ERR_STRING_LEN)); in Load_IpMap_From_File() local
145 return error_str; in Load_IpMap_From_File()
161 char *error_str = static_cast<char *>(ats_malloc(ERR_STRING_LEN)); in Load_IpMap_From_File() local
163 return error_str; in Load_IpMap_From_File()
165 char *error_str = static_cast<char *>(ats_malloc(ERR_STRING_LEN)); in Load_IpMap_From_File() local
167 return error_str; in Load_IpMap_From_File()
174 char *error_str = static_cast<char *>(ats_malloc(ERR_STRING_LEN)); in Load_IpMap_From_File() local
176 return error_str; in Load_IpMap_From_File()
180 char *error_str = static_cast<char *>(ats_malloc(ERR_STRING_LEN)); in Load_IpMap_From_File() local
181 …snprintf(error_str, ERR_STRING_LEN, "Invalid input (expecting dash or comma) at line %d offset %d"… in Load_IpMap_From_File()
[all …]
/dports/security/py-ssh-audit/ssh-audit-2.5.0/test/
H A Dtest_policy.py226 ret, errors, error_str = policy.evaluate('SSH Server 1.0', kex)
229 print(error_str)
230 assert len(error_str) == 0
249 assert error_str.find('Banner did not match.') != -1
267 assert error_str.find('Compression did not match.') != -1
285 assert error_str.find('Host keys did not match.') != -1
303 assert error_str.find('Key exchanges did not match.') != -1
321 assert error_str.find('Ciphers did not match.') != -1
339 assert error_str.find('MACs did not match.') != -1
357 assert error_str.find('Host keys did not match.') != -1
[all …]
/dports/deskutils/go-for-it/Go-For-It-1.9.6/tests/todo.txt/
H A DTodoTaskTest.vala201 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
203 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
205 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
207 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
214 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
218 error_str = initial_task.assert_equal (final_task);
219 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
223 error_str = initial_task.assert_equal (final_task);
224 if (error_str != null) { stdout.printf ("%s\n", error_str); assert_not_reached (); }
228 error_str = initial_task.assert_equal (final_task);
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-desktop-environment.c72 gchar *output_str, *error_str; in na_desktop_environment_detect_running_desktop() local
110 error_str = NULL; in na_desktop_environment_detect_running_desktop()
114 &output_str, &error_str, &exit_status, &error )){ in na_desktop_environment_detect_running_desktop()
115 …( exit_status == 0 && output_str && strlen( output_str ) && ( !error_str || !strlen( error_str ))); in na_desktop_environment_detect_running_desktop()
117 g_free( error_str ); in na_desktop_environment_detect_running_desktop()
128 error_str = NULL; in na_desktop_environment_detect_running_desktop()
131 "xprop -root _DT_SAVE_MODE", &output_str, &error_str, &exit_status, &error )){ in na_desktop_environment_detect_running_desktop()
132 …( exit_status == 0 && output_str && strlen( output_str ) && ( !error_str || !strlen( error_str ))); in na_desktop_environment_detect_running_desktop()
137 g_free( error_str ); in na_desktop_environment_detect_running_desktop()
/dports/math/mathomatic/mathomatic-ceb0861/lib/
H A Dlib.c97 error_str = NULL; in matho_process()
108 if (error_str) { in matho_process()
109 *outputp = (char *) error_str; in matho_process()
132 if (error_str) { in matho_process()
133 *outputp = (char *) error_str; in matho_process()
179 error_str = NULL; in matho_parse()
190 if (error_str) { in matho_parse()
191 *outputp = (char *) error_str; in matho_parse()
218 if (error_str) { in matho_parse()
219 *outputp = (char *) error_str; in matho_parse()
/dports/audio/mp3c/mp3c-0.31/src/
H A Drip_hand.c280 char *error_str; in rhand_save_ripped() local
305 free(error_str); in rhand_save_ripped()
320 free(error_str); in rhand_save_ripped()
343 free(error_str); in rhand_save_ripped()
344 error_str = NULL; in rhand_save_ripped()
375 char *error_str; in rhand_load_ripped() local
393 free(error_str); in rhand_load_ripped()
394 error_str = NULL; in rhand_load_ripped()
507 if(! error_str) { in rhand_load_ripped()
512 free(error_str); in rhand_load_ripped()
[all …]
/dports/devel/py-azure-mgmt-core/azure-mgmt-core-1.2.1/azure/mgmt/core/
H A Dexceptions.py49 error_str = "Type: {}".format(self.type)
50 error_str += "\nInfo: {}".format(json.dumps(self.info, indent=4))
51 return error_str
74 error_str = super(ARMErrorFormat, self).__str__()
77 error_str += "\nAdditional Information:"
79 error_str += str(error_info)
81 return error_str
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dscript_class_parser.cpp123 error_str = "Unterminated comment"; in get_token()
161 error_str = "Unterminated String"; in get_token()
177 error_str = "Unterminated String"; in get_token()
251 error_str = "Unexpected character."; in get_token()
386 error_str = "Unexpected token: " + get_token_name(tk); in _parse_class_base()
399 error_str = "Unexpected token: " + get_token_name(tk); in _parse_type_constraints()
406 error_str = "Unexpected token: " + get_token_name(tk); in _parse_type_constraints()
469 error_str = "Unexpected token: " + get_token_name(tk); in _parse_namespace_name()
494 error_str = String(); in parse()
593 error_str = "Found namespace nested inside type."; in parse()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dscript_class_parser.cpp123 error_str = "Unterminated comment"; in get_token()
161 error_str = "Unterminated String"; in get_token()
177 error_str = "Unterminated String"; in get_token()
251 error_str = "Unexpected character."; in get_token()
386 error_str = "Unexpected token: " + get_token_name(tk); in _parse_class_base()
399 error_str = "Unexpected token: " + get_token_name(tk); in _parse_type_constraints()
406 error_str = "Unexpected token: " + get_token_name(tk); in _parse_type_constraints()
469 error_str = "Unexpected token: " + get_token_name(tk); in _parse_namespace_name()
494 error_str = String(); in parse()
593 error_str = "Found namespace nested inside type."; in parse()
[all …]
/dports/textproc/libxml++26/libxml++-2.40.1/libxml++/parsers/
H A Ddomparser.cc113 auto error_str = format_xml_parser_error(context_); in parse_context() local
114 if (error_str.empty() && parseError == -1) in parse_context()
115 error_str = "xmlParseDocument() failed."; in parse_context()
117 if(!error_str.empty()) in parse_context()
120 throw parse_error(error_str); in parse_context()
186 auto error_str = format_xml_parser_error(context_); in parse_stream() local
187 if (error_str.empty() && firstParseError != XML_ERR_OK) in parse_stream()
188 error_str = "Error code from xmlParseChunk(): " + Glib::ustring::format(firstParseError); in parse_stream()
190 if(!error_str.empty()) in parse_stream()
193 throw parse_error(error_str); in parse_stream()
/dports/security/munge/munge-munge-0.5.14/src/libmunge/
H A Dctx.c68 ctx->error_str = NULL; in munge_ctx_create()
99 dst->error_str = NULL; in munge_ctx_copy()
133 if (ctx->error_str) { in munge_ctx_destroy()
134 free (ctx->error_str); in munge_ctx_destroy()
151 return (ctx->error_str); in munge_ctx_strerror()
172 if (ctx->error_str) { in munge_ctx_get()
173 free (ctx->error_str); in munge_ctx_get()
174 ctx->error_str = NULL; in munge_ctx_get()
243 if (ctx->error_str) { in munge_ctx_set()
244 free (ctx->error_str); in munge_ctx_set()
[all …]
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dghmm_internals.c59 static void process_external_log(int level, const char *proc, const char *error_str) { in process_external_log() argument
64 int slen = strlen(error_str); in process_external_log()
69 message = strncat(message, error_str, slen); in process_external_log()
75 logfunc(level, error_str, logfunc_data); in process_external_log()
114 void GHMM_LOG_PRINTF(int level, const char* proc, const char* error_str, ...) { in GHMM_LOG_PRINTF() argument
124 if (error_str) { in GHMM_LOG_PRINTF()
127 va_start(args, error_str); in GHMM_LOG_PRINTF()
128 vsnprintf(message, 256, error_str, args); in GHMM_LOG_PRINTF()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtDataCommandManager.h56 tDataEntryCommand<TargetType>* GetDataCommand(const cString& cmd, cString* error_str = NULL) const
67 if (error_str) {
70 …(*error_str) = cStringUtil::Stringf("data entry '%s' not found, best match is '%s'", (const char*)…
72 (*error_str) = cStringUtil::Stringf("date entry '%s' not found", (const char*)entry_name);
92 cString error_str; variable
93 tDataEntryCommand<TargetType>* cur_command = GetDataCommand(arg_list.Pop(), &error_str);
95 if (feedback && error_str != "") feedback->Error(error_str);
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/script-fu/
H A Dscheme-wrapper.c592 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
617 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
735 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
788 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
1172 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
1204 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
1216 g_snprintf (error_str, sizeof(error_str), in script_fu_marshal_procedure_call()
1239 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
1245 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
1255 g_snprintf (error_str, sizeof (error_str), in script_fu_marshal_procedure_call()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_abort.c22 char error_str[MPI_MAX_ERROR_STRING + 100]; in MPID_Abort() local
29 error_msg = error_str; in MPID_Abort()
54 MPL_snprintf(error_str, sizeof(error_str), "internal ABORT - process %d: %s", rank, msg); in MPID_Abort()
59 MPL_snprintf(error_str, sizeof(error_str), "internal ABORT - process %d", rank); in MPID_Abort()

12345678910>>...76