Home
last modified time | relevance | path

Searched refs:FATALERROR (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/py-pyinstaller/PyInstaller-3.5/bootloader/src/
H A Dpyi_pythonlib.c96 FATALERROR("DLL name length exceeds buffer\n"); in pyi_pylib_load()
116 FATALERROR("Error loading Python lib '%s': dlopen: %s\n", in pyi_pylib_load()
267 FATALERROR("out of memory\n"); in pyi_wargv_from_argv()
274 FATALERROR("out of memory\n"); in pyi_wargv_from_argv()
287 FATALERROR("Fatal error: " in pyi_wargv_from_argv()
327 FATALERROR("Failed to convert argv to mbcs\n"); in pyi_pylib_set_sys_argv()
351 FATALERROR("Failed to convert argv to wchar_t\n"); in pyi_pylib_set_sys_argv()
555 FATALERROR("Error detected starting Python VM."); in pyi_pylib_start_python()
606 FATALERROR("Failed to get _MEIPASS as PyObject.\n"); in pyi_pylib_import_modules()
666 FATALERROR("mod is NULL - %s", ptoc->name); in pyi_pylib_import_modules()
[all …]
H A Dpyi_launch.c155 FATALERROR("Archive path exceeds PATH_MAX\n"); in _get_archive()
231 FATALERROR("Error copying %s\n", filename); in _extract_dependency()
241 FATALERROR("Error copying %s\n", filename); in _extract_dependency()
255 FATALERROR("Archive not found: %s\n", archive_path); in _extract_dependency()
260 FATALERROR("Archive not found: %s\n", archive_path); in _extract_dependency()
265 FATALERROR("Error extracting %s\n", filename); in _extract_dependency()
377 FATALERROR("Could not get __main__ module."); in pyi_launch_run_scripts()
384 FATALERROR("Could not get __main__ module's dict."); in pyi_launch_run_scripts()
397 FATALERROR("Name exceeds PATH_MAX\n"); in pyi_launch_run_scripts()
418 FATALERROR("Failed to unmarshal code object for %s\n", ptoc->name); in pyi_launch_run_scripts()
[all …]
H A Dpyi_global.h92 #define FATALERROR mbfatalerror macro
105 #define FATALERROR pyi_global_printf macro
H A Dpyi_python.h216 FATALERROR ("Cannot dlsym for " #name "\n"); \
222 FATALERROR ("Cannot dlsym for " #sym "\n"); \
230 FATALERROR ("Cannot dlsym for " #name "\n"); \
H A Dpyi_path.c270 FATALERROR("Failed to convert executable path to UTF-8."); in pyi_path_executable()
281 FATALERROR("System error - unable to load!\n"); in pyi_path_executable()
H A Dpyi_main.c95 FATALERROR("Cannot open self %s or archive %s\n", in pyi_main()
H A Dpyi_archive.c58 FATALERROR("Cannot read Table of Contents.\n"); in pyi_arch_increment_toc_ptr()
440 FATALERROR("Error on file\n."); in pyi_arch_open()
H A Dpyi_utils.c382 FATALERROR("INTERNAL ERROR: cannot create temporary directory!\n"); in pyi_create_temp_path()
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dmemory.c52 LogMsg(LOGERROR, FATALERROR, in AllocateMem()
66 LogMsg(LOGERROR, FATALERROR, in ReallocateMem()
H A Dlogging.h20 #define FATALERROR 2 macro
H A Dlogging.c45 if (level == LOGERROR && (code == NONFATALERROR || code == FATALERROR)) { in LogMsg()
H A Dbuffer.c100 LogMsg(LOGERROR, FATALERROR, "Failed to write string to ACBuffer."); in ACBufferWriteF()
H A Dpsautohint.c79 if (code == FATALERROR || code == NONFATALERROR) in error_handler()
H A Dac.c62 LogMsg(LOGERROR, FATALERROR, "Exceeded VM size for hints."); in Alloc()
H A Dwrite.c88 LogMsg(LOGERROR, FATALERROR, "Hint information overflowing buffer."); in safestrcat()
/dports/japanese/font-mona-ipa/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8/opvp/
H A DHPPageColor.c606 errorno = FATALERROR; in NewList()
612 errorno = FATALERROR; in NewList()
676 errorno = FATALERROR; in AddList()
871 errorno = FATALERROR; in NewGraphicsState()
1168 errorno = FATALERROR; in NewPrinterContext()
1195 errorno = FATALERROR; in NewPrinterContext()
1278 errorno = FATALERROR; in Write()
1333 errorno = FATALERROR; in CheckWrite()
1370 errorno = FATALERROR; in CopyBrush()
1576 errorno = FATALERROR; in SetBrushData()
[all …]
/dports/japanese/font-mplus-ipa/mixfont-mplus-ipa-TrueType-20060520p1/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/opvp/
H A DHPPageColor.c606 errorno = FATALERROR; in NewList()
612 errorno = FATALERROR; in NewList()
676 errorno = FATALERROR; in AddList()
871 errorno = FATALERROR; in NewGraphicsState()
1168 errorno = FATALERROR; in NewPrinterContext()
1195 errorno = FATALERROR; in NewPrinterContext()
1278 errorno = FATALERROR; in Write()
1333 errorno = FATALERROR; in CheckWrite()
1370 errorno = FATALERROR; in CopyBrush()
1576 errorno = FATALERROR; in SetBrushData()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxColladaPlugin.h26 static const TCHAR* FATALERROR; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxColladaPlugin.cpp21 const TCHAR* COLLADAPlugin::FATALERROR = __T("Fatal Error: exception caught."); member in COLLADAMax::COLLADAPlugin
H A DCOLLADAMaxColladaImporter.cpp153 MessageBox ( 0, COLLADAPlugin::FATALERROR, COLLADAPlugin::SHORTDESCRIPTION, MB_OK ); in DoImport()
H A DCOLLADAMaxColladaExporter.cpp154 MessageBox ( 0, COLLADAPlugin::FATALERROR, COLLADAPlugin::SHORTDESCRIPTION, MB_OK ); in DoExport()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/
H A DctkDicomAppHostingTypes.h59 FATALERROR enumerator
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/Testing/Cpp/
H A DctkDicomAppHostingTypesTest1.cpp103 status2.statusType = ctkDicomAppHosting::FATALERROR; in ctkDicomAppHostingTypesTest1()
/dports/japanese/font-mona-ipa/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8/libopvp/
H A Dpdapi.h40 #define FATALERROR 1 /* �饤�֥����������Բ�ǽ�ʥ��顼��ȯ������ */ macro
/dports/japanese/font-mplus-ipa/mixfont-mplus-ipa-TrueType-20060520p1/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/libopvp/
H A Dpdapi.h40 #define FATALERROR 1 /* �饤�֥����������Բ�ǽ�ʥ��顼��ȯ������ */ macro

12