Home
last modified time | relevance | path

Searched refs:errortext (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/multimedia/jmref/JM/lencod/src/
H A Dconfigfile.c74 char errortext[ET_SIZE]; variable
374 error (errortext, 300); in Configure()
613 error (errortext, 500); in read_slice_group_info()
804 error (errortext, 500); in PatchInp()
812 error (errortext, 500); in PatchInp()
823 error (errortext, 500); in PatchInp()
868 error (errortext, 500); in PatchInp()
885 error (errortext, 500); in PatchInp()
913 error (errortext, 400); in PatchInp()
932 error (errortext, 500); in PatchInp()
[all …]
H A Dconformance.c291 error (errortext, 500); in profile_check()
302 error (errortext, 500); in profile_check()
317 error (errortext, 500); in profile_check()
329 error (errortext, 500); in profile_check()
428 error (errortext, 500); in profile_check()
434 error (errortext, 500); in profile_check()
440 error (errortext, 500); in profile_check()
452 error (errortext, 500); in profile_check()
458 error (errortext, 500); in profile_check()
464 error (errortext, 500); in profile_check()
[all …]
H A Dexplicit_gop.c92 …snprintf(errortext, ET_SIZE, "Slice Type invalid in ExplicitHierarchyFormat param. Please check co… in interpret_gop_structure()
93 error (errortext, 400); in interpret_gop_structure()
111 error (errortext, 400); in interpret_gop_structure()
118 error (errortext, 400); in interpret_gop_structure()
125 error (errortext, 400); in interpret_gop_structure()
146 error (errortext, 400); in interpret_gop_structure()
162 …snprintf(errortext, ET_SIZE, "Reference_IDC needs to be followed by QP. Please check configuration… in interpret_gop_structure()
163 error (errortext, 400); in interpret_gop_structure()
201 error (errortext, 400); in interpret_gop_structure()
210 …snprintf(errortext, ET_SIZE, "ExplicitHierarchyFormat is empty. Please check configuration file."); in interpret_gop_structure()
[all …]
/dports/www/wikicalc/wikicalc/
H A DWKCSheetFunctions.pm396 function_args_error($fname, $operand, $errortext);
656 function_args_error($fname, $operand, $errortext);
692 function_args_error($fname, $operand, $errortext);
795 function_args_error($fname, $operand, $errortext);
899 function_args_error($fname, $operand, $errortext);
919 function_args_error($fname, $operand, $errortext);
924 function_args_error($fname, $operand, $errortext);
1286 function_args_error($fname, $operand, $errortext);
1796 function_args_error($fname, $operand, $errortext);
1841 function_args_error($fname, $operand, $errortext);
[all …]
/dports/net/utftpd/utftpd-0.2.4/
H A Dtftp_send.c80 const char *errortext; in tftp_send() local
133 errortext=strerror(errno); in tftp_send()
147 errortext=strerror(errno); in tftp_send()
163 errortext=strerror(errno); in tftp_send()
170 errortext=strerror(errno); in tftp_send()
201 errortext="got ERROR"; in tftp_send()
207 errortext="got unwanted OACK opcode";ES(syslog(LOG_ERR,errortext);); in tftp_send()
213 ES(syslog(LOG_ERR,errortext);); in tftp_send()
227 syslog(LOG_ERR,errortext); in tftp_send()
237 syslog(LOG_ERR,errortext); in tftp_send()
[all …]
H A Dutftpd_send.c62 const char *errortext;
124 errortext=strerror(errno);
125 ES( syslog(LOG_ERR,"read(%s): %s",flags->filename,errortext););
137 errortext=strerror(errno);
138 ES(syslog(LOG_ERR,"read(%s): %s",flags->filename,errortext););
152 errortext="child terminated abnormally";
166 errortext=strerror(errno);
167 ES(syslog(LOG_ERR,"send(): %s",errortext););
190 errortext="unknown TFTP opcode";
236 errortext="child terminated abnormally";
[all …]
/dports/multimedia/jmref/JM/lcommon/src/
H A Dconfig_common.c89 snprintf (errortext, ET_SIZE, "Cannot open configuration file %s.", Filename); in GetConfigFileContent()
95 snprintf (errortext, ET_SIZE, "Cannot fseek in configuration file %s.", Filename); in GetConfigFileContent()
108 snprintf (errortext, ET_SIZE, "Cannot fseek in configuration file %s.", Filename); in GetConfigFileContent()
225 error (errortext, 300); in ParseContent()
236 error (errortext, 300); in ParseContent()
252 error (errortext, 300); in ParseContent()
333 error (errortext, 400); in TestParams()
342 error (errortext, 400); in TestParams()
353 error (errortext, 400); in TestParams()
361 error (errortext, 400); in TestParams()
[all …]
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dwritepic.c56 sprintf(errortext,"Couldn't create %s\n",name);
57 error(errortext);
66 sprintf(errortext,"Couldn't create %s\n",name);
67 error(errortext);
76 sprintf(errortext,"Couldn't create %s\n",name);
77 error(errortext);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/SDL/
H A DSDLGLGraphicsContext.cpp34 const char *errortext = "unknown"; in CheckEGLErrors() local
40 case EGL_BAD_ACCESS: errortext = "EGL_BAD_ACCESS"; break; in CheckEGLErrors()
41 case EGL_BAD_ALLOC: errortext = "EGL_BAD_ALLOC"; break; in CheckEGLErrors()
42 case EGL_BAD_ATTRIBUTE: errortext = "EGL_BAD_ATTRIBUTE"; break; in CheckEGLErrors()
43 case EGL_BAD_CONTEXT: errortext = "EGL_BAD_CONTEXT"; break; in CheckEGLErrors()
44 case EGL_BAD_CONFIG: errortext = "EGL_BAD_CONFIG"; break; in CheckEGLErrors()
46 case EGL_BAD_DISPLAY: errortext = "EGL_BAD_DISPLAY"; break; in CheckEGLErrors()
47 case EGL_BAD_SURFACE: errortext = "EGL_BAD_SURFACE"; break; in CheckEGLErrors()
48 case EGL_BAD_MATCH: errortext = "EGL_BAD_MATCH"; break; in CheckEGLErrors()
49 case EGL_BAD_PARAMETER: errortext = "EGL_BAD_PARAMETER"; break; in CheckEGLErrors()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/SDL/
H A DSDLGLGraphicsContext.cpp34 const char *errortext = "unknown"; in CheckEGLErrors() local
40 case EGL_BAD_ACCESS: errortext = "EGL_BAD_ACCESS"; break; in CheckEGLErrors()
41 case EGL_BAD_ALLOC: errortext = "EGL_BAD_ALLOC"; break; in CheckEGLErrors()
42 case EGL_BAD_ATTRIBUTE: errortext = "EGL_BAD_ATTRIBUTE"; break; in CheckEGLErrors()
43 case EGL_BAD_CONTEXT: errortext = "EGL_BAD_CONTEXT"; break; in CheckEGLErrors()
44 case EGL_BAD_CONFIG: errortext = "EGL_BAD_CONFIG"; break; in CheckEGLErrors()
46 case EGL_BAD_DISPLAY: errortext = "EGL_BAD_DISPLAY"; break; in CheckEGLErrors()
47 case EGL_BAD_SURFACE: errortext = "EGL_BAD_SURFACE"; break; in CheckEGLErrors()
48 case EGL_BAD_MATCH: errortext = "EGL_BAD_MATCH"; break; in CheckEGLErrors()
49 case EGL_BAD_PARAMETER: errortext = "EGL_BAD_PARAMETER"; break; in CheckEGLErrors()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/SDL/
H A DSDLGLGraphicsContext.cpp34 const char *errortext = "unknown"; in CheckEGLErrors() local
40 case EGL_BAD_ACCESS: errortext = "EGL_BAD_ACCESS"; break; in CheckEGLErrors()
41 case EGL_BAD_ALLOC: errortext = "EGL_BAD_ALLOC"; break; in CheckEGLErrors()
42 case EGL_BAD_ATTRIBUTE: errortext = "EGL_BAD_ATTRIBUTE"; break; in CheckEGLErrors()
43 case EGL_BAD_CONTEXT: errortext = "EGL_BAD_CONTEXT"; break; in CheckEGLErrors()
44 case EGL_BAD_CONFIG: errortext = "EGL_BAD_CONFIG"; break; in CheckEGLErrors()
46 case EGL_BAD_DISPLAY: errortext = "EGL_BAD_DISPLAY"; break; in CheckEGLErrors()
47 case EGL_BAD_SURFACE: errortext = "EGL_BAD_SURFACE"; break; in CheckEGLErrors()
48 case EGL_BAD_MATCH: errortext = "EGL_BAD_MATCH"; break; in CheckEGLErrors()
49 case EGL_BAD_PARAMETER: errortext = "EGL_BAD_PARAMETER"; break; in CheckEGLErrors()
[all …]
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dwritepic.c57 sprintf(mpeg2_struct->errortext,"Couldn't create %s\n",name);
58 (*(mpeg2_struct->report_error))(mpeg2_struct->errortext);
67 sprintf(mpeg2_struct->errortext,"Couldn't create %s\n",name);
68 (*(mpeg2_struct->report_error))(mpeg2_struct->errortext);
77 sprintf(mpeg2_struct->errortext,"Couldn't create %s\n",name);
78 (*(mpeg2_struct->report_error))(mpeg2_struct->errortext);
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dwritepic.c55 sprintf(context->errortext,"Couldn't create %s\n",name); in simpeg_encode_writeframe()
56 simpeg_encode_error(context,context->errortext); in simpeg_encode_writeframe()
65 sprintf(context->errortext,"Couldn't create %s\n",name); in simpeg_encode_writeframe()
66 simpeg_encode_error(context,context->errortext); in simpeg_encode_writeframe()
75 sprintf(context->errortext,"Couldn't create %s\n",name); in simpeg_encode_writeframe()
76 simpeg_encode_error(context,context->errortext); in simpeg_encode_writeframe()
/dports/sysutils/sec/sec-2.9.0/contrib/
H A Ditostream.c72 char errortext[ERRORMSGSIZE]; in open_if() local
86 error_msg(ret, errortext); in open_if()
89 "Error opening MSI interface \"%s\": %s\n", ifname, errortext); in open_if()
98 error_msg(ret, errortext); in open_if()
102 ifname, errortext); in open_if()
158 char errortext[ERRORMSGSIZE]; in main() local
229 error_msg(ret, errortext); in main()
232 argv[1], errortext); in main()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/glx/
H A Dglx.c19 char *errortext; in CheckEGLErrors() local
26 case EGL_BAD_ACCESS: errortext = "EGL_BAD_ACCESS"; break; in CheckEGLErrors()
27 case EGL_BAD_ALLOC: errortext = "EGL_BAD_ALLOC"; break; in CheckEGLErrors()
28 case EGL_BAD_ATTRIBUTE: errortext = "EGL_BAD_ATTRIBUTE"; break; in CheckEGLErrors()
29 case EGL_BAD_CONTEXT: errortext = "EGL_BAD_CONTEXT"; break; in CheckEGLErrors()
30 case EGL_BAD_CONFIG: errortext = "EGL_BAD_CONFIG"; break; in CheckEGLErrors()
32 case EGL_BAD_DISPLAY: errortext = "EGL_BAD_DISPLAY"; break; in CheckEGLErrors()
33 case EGL_BAD_SURFACE: errortext = "EGL_BAD_SURFACE"; break; in CheckEGLErrors()
34 case EGL_BAD_MATCH: errortext = "EGL_BAD_MATCH"; break; in CheckEGLErrors()
38 default: errortext = "unknown"; break; in CheckEGLErrors()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/test/
H A DassErrorTextTest.php61 $errortext = '
73 $actual = $instance->getErrorsFromText($errortext);
85 $errortext = '
94 $actual = $instance->getErrorsFromText($errortext);
106 $errortext = '
118 $instance->setErrorText($errortext);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/test/
H A DassErrorTextTest.php61 $errortext = '
73 $actual = $instance->getErrorsFromText($errortext);
85 $errortext = '
94 $actual = $instance->getErrorsFromText($errortext);
106 $errortext = '
118 $instance->setErrorText($errortext);
/dports/textproc/gtkspell/gtkspell-2.0.16/examples/
H A Dsimple.c10 char *errortext = NULL; in main() local
19 errortext = g_strdup_printf("GtkSpell was unable to initialize.\n" in main()
33 if (errortext) { in main()
34 gtk_box_pack_start(GTK_BOX(box), gtk_label_new(errortext), in main()
36 g_free(errortext); in main()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dauto-save.cpp144 gchar *errortext = nullptr; in save() local
150errortext = g_strdup(_("Autosave failed! Could not find inkscape extension to save document.")); in save()
153errortext = g_strdup_printf(_("Autosave failed! File %s could not be saved."), safeUri); in save()
159errortext = g_strdup_printf(_("Autosave failed! File %s could not be saved."), safeUri); in save()
163 if (errortext) { in save()
164 g_warning("%s", errortext); in save()
165 g_free(errortext); in save()
/dports/textproc/gtkspell3/gtkspell3-3.0.10/examples/
H A Dsimple.c12 char *errortext = NULL; in main() local
23 errortext = g_strdup_printf ("GtkSpell was unable to initialize.\n" in main()
43 if (errortext) in main()
45 gtk_box_pack_start (GTK_BOX (box), gtk_label_new (errortext), in main()
47 g_free (errortext); in main()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assErrorTextGUI.php182 $errortext->setValue($this->object->getErrorText());
183 $errortext->setRequired(true);
184 $errortext->setInfo($this->lng->txt("errortext_info"));
185 $errortext->setRows(10);
186 $errortext->setCols(80);
187 $form->addItem($errortext);
286 $template->setVariable("ERRORTEXT", $errortext);
330 $errortext = $this->object->createErrorTextOutput($selections);
331 $template->setVariable("ERRORTEXT", $errortext);
378 $template->setVariable("ERRORTEXT", $errortext);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assErrorTextGUI.php182 $errortext->setValue($this->object->getErrorText());
183 $errortext->setRequired(true);
184 $errortext->setInfo($this->lng->txt("errortext_info"));
185 $errortext->setRows(10);
186 $errortext->setCols(80);
187 $form->addItem($errortext);
286 $template->setVariable("ERRORTEXT", $errortext);
330 $errortext = $this->object->createErrorTextOutput($selections);
331 $template->setVariable("ERRORTEXT", $errortext);
378 $template->setVariable("ERRORTEXT", $errortext);
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DContext.cpp312 std::ostringstream errortext;
313 errortext << "The specified absolute file reference ";
314 errortext << "'" << expandedfullpath << "' could not be located. ";
315 throw Exception(errortext.str().c_str());
329 std::ostringstream errortext;
330 errortext << "The specified file reference ";
331 errortext << " '" << filename << "' could not be located. ";
332 errortext << "The following attempts were made: ";
344 if(i!=0) errortext << " : ";
345 errortext << expandedfullpath;
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DContext.cpp312 std::ostringstream errortext;
313 errortext << "The specified absolute file reference ";
314 errortext << "'" << expandedfullpath << "' could not be located. ";
315 throw Exception(errortext.str().c_str());
329 std::ostringstream errortext;
330 errortext << "The specified file reference ";
331 errortext << " '" << filename << "' could not be located. ";
332 errortext << "The following attempts were made: ";
344 if(i!=0) errortext << " : ";
345 errortext << expandedfullpath;
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DContext.cpp312 std::ostringstream errortext;
313 errortext << "The specified absolute file reference ";
314 errortext << "'" << expandedfullpath << "' could not be located. ";
315 throw Exception(errortext.str().c_str());
329 std::ostringstream errortext;
330 errortext << "The specified file reference ";
331 errortext << " '" << filename << "' could not be located. ";
332 errortext << "The following attempts were made: ";
344 if(i!=0) errortext << " : ";
345 errortext << expandedfullpath;
[all …]

12345678910>>...15