Home
last modified time | relevance | path

Searched refs:Sys_Error (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/dports/games/uhexen2/hexen2source-1.5.9/hw_utils/hwmquery/
H A Dhwmquery.c73 #pragma aux Sys_Error aborts;
165 Sys_Error ("Can't initialize IBM OS/2 sockets"); in NET_Init()
170 Sys_Error ("Can't open bsdsocket.library."); in NET_Init()
206 void Sys_Error (const char *error, ...) in Sys_Error() function
272 Sys_Error ("Unable to resolve address %s", argv[1]); in main()
288 Sys_Error ("ioctl FIONBIO: %s", socketerror(err)); in main()
300 Sys_Error ("Sendto failed: %s", socketerror(err)); in main()
307 Sys_Error ("*** timeout waiting for reply"); in main()
315 Sys_Error ("Recv failed: %s", socketerror(err)); in main()
319 Sys_Error ("Received oversized packet!"); in main()
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dzone.c59 Sys_Error("Mem_Alloc: pool == NULL (alloc at %s:%i)", filename, fileline); in _Mem_Alloc()
79 Sys_Error("Mem_Alloc: trashed clump sentinel 1 (alloc at %s:%d)", filename, fileline); in _Mem_Alloc()
107 Sys_Error("Mem_Alloc: out of memory (alloc at %s:%i)", filename, fileline); in _Mem_Alloc()
135 Sys_Error("Mem_Alloc: out of memory (alloc at %s:%i)", filename, fileline); in _Mem_Alloc()
202 Sys_Error("Mem_Free: trashed clump sentinel 1 (free at %s:%i)", filename, fileline); in _Mem_FreeBlock()
204 Sys_Error("Mem_Free: trashed clump sentinel 2 (free at %s:%i)", filename, fileline); in _Mem_FreeBlock()
260 Sys_Error("Mem_Free: data is not allocated (called at %s:%i)", filename, fileline); in _Mem_Free()
273 Sys_Error("Mem_AllocPool: out of memory (allocpool at %s:%i)", filename, fileline); in _Mem_AllocPool()
353 Sys_Error("Mem_EmptyPool: pool == NULL (emptypool at %s:%i)", filename, fileline); in _Mem_EmptyPool()
545 Sys_Error("Mem_ExpandableArray_FreeRecord: no such record %p\n", p); in Mem_ExpandableArray_FreeRecord()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/hw_utils/hwrcon/
H A Dhwterm.c73 #pragma aux Sys_Error aborts;
165 Sys_Error ("Can't initialize IBM OS/2 sockets"); in NET_Init()
170 Sys_Error ("Can't open bsdsocket.library."); in NET_Init()
206 void Sys_Error (const char *error, ...) in Sys_Error() function
288 Sys_Error ("Unable to resolve address %s", argv[1]); in main()
320 Sys_Error ("ioctl FIONBIO: %s", socketerror(err)); in main()
356 Sys_Error ("Sendto failed: %s", socketerror(err)); in main()
376 Sys_Error ("Recv failed: %s", socketerror(err)); in main()
380 Sys_Error ("Received oversized packet!"); in main()
387 Sys_Error ("Received oversized compressed data!"); in main()
[all …]
H A Dhwrcon.c62 FUNC_NORETURN void Sys_Error (const char *error, ...) FUNC_PRINTF(1,2);
64 #pragma aux Sys_Error aborts;
139 Sys_Error ("Winsock initialization failed (%s)", socketerror(err)); in NET_Init()
143 Sys_Error ("Can't initialize IBM OS/2 sockets"); in NET_Init()
148 Sys_Error ("Can't open bsdsocket.library."); in NET_Init()
159 Sys_Error ("WATTCP initialization failed (%s)", sock_init_err(err)); in NET_Init()
184 void Sys_Error (const char *error, ...) in Sys_Error() function
239 Sys_Error ("Unable to resolve address %s", argv[1]); in main()
260 Sys_Error ("Command too long"); in main()
275 Sys_Error ("Couldn't open socket: %s", socketerror(err)); in main()
[all …]
H A Dhuffman.c39 FUNC_NORETURN extern void Sys_Error (const char *error, ...) FUNC_PRINTF(1,2);
41 #pragma aux Sys_Error aborts;
136 Sys_Error("no huff node"); in FindTab()
141 Sys_Error("no one in node"); in FindTab()
143 Sys_Error("compression screwd"); in FindTab()
191 Sys_Error("Failed allocating memory for HuffTree"); in BuildTree()
230 Sys_Error("minat1: %d", minat1); in BuildTree()
232 Sys_Error("minat2: %d", minat2); in BuildTree()
250 Sys_Error("bad frequency table"); in BuildTree()
340 Sys_Error("bogus compression"); in HuffEncode()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dzone.c114 Sys_Error("%s: NULL pointer", __func__); in Z_Free()
345 Sys_Error("%s: bad size", __func__); in Hunk_Check()
402 Sys_Error("%s: bad size", __func__); in Hunk_Print()
460 Sys_Error("%s: bad size: %i", __func__, size); in Hunk_AllocName()
501 Sys_Error("%s: bad mark %i", __func__, mark); in Hunk_FreeToLowMark()
525 Sys_Error("%s: bad mark %i", __func__, mark); in Hunk_FreeToHighMark()
755 Sys_Error("%s: NULL link", __func__); in Cache_UnlinkLRU()
766 Sys_Error("%s: active link", __func__); in Cache_MakeLRU()
929 Sys_Error("%s: not allocated", __func__); in Cache_Free()
985 Sys_Error("%s: size %i", __func__, size); in Cache_AllocPadded()
[all …]
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dzone.c86 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
119 Sys_Error ("Z_TagMalloc: tried to use a 0 tag"); in Z_TagMalloc()
327 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Check()
329 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
384 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Print()
386 Sys_Error ("Hunk_Check: bad size"); in Hunk_Print()
444 Sys_Error ("Hunk_Alloc: bad size: %i", size); in Hunk_AllocName()
698 Sys_Error ("Cache_UnlinkLRU: NULL link"); in Cache_UnlinkLRU()
709 Sys_Error ("Cache_MakeLRU: active link"); in Cache_MakeLRU()
863 Sys_Error ("Cache_Free: not allocated"); in Cache_Free()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dzone.c147 Sys_Error ("Z_Free: NULL pointer"); in Z_Free()
158 Sys_Error ("%s", msg); in Z_Free()
173 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
215 Sys_Error ("%s", msg); in Z_Malloc()
320 Sys_Error ("%s", msg); in Z_Realloc()
438 Sys_Error ("Hunk_Check: trashed sentinal"); in Hunk_Check()
440 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
565 Sys_Error in Hunk_AllocName()
963 Sys_Error ("Cache_Free: not allocated"); in Cache_Free()
1009 Sys_Error ("Cache_Alloc: size %i", size); in Cache_Alloc()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfvis/source/
H A Dqfvis.c120 Sys_Error ("NewWinding: %i points", points); in NewWinding()
412 Sys_Error ("portal not done"); in ClusterFlow()
464 Sys_Error ("pthread_mutex_init failed"); in CalcPortalVis()
466 Sys_Error ("pthread_attr_create failed"); in CalcPortalVis()
472 Sys_Error ("pthread_create failed"); in CalcPortalVis()
476 Sys_Error ("pthread_create failed"); in CalcPortalVis()
480 Sys_Error ("pthread_join failed"); in CalcPortalVis()
483 Sys_Error ("pthread_join failed"); in CalcPortalVis()
486 Sys_Error ("pthread_mutex_destroy failed"); in CalcPortalVis()
744 Sys_Error ("LoadPortals: not a portal file"); in LoadPortals()
[all …]
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dzone.c68 Sys_Error("Hunk_Check: trashed sentinel"); in Hunk_Check()
71 Sys_Error("Hunk_Check: bad size"); in Hunk_Check()
121 Sys_Error("Hunk_Print: trashed sentinel"); in Hunk_Print()
124 Sys_Error("Hunk_Print: bad size"); in Hunk_Print()
176 Sys_Error("Hunk_AllocName: bad size: %i", size); in Hunk_AllocName()
422 Sys_Error("Cache_UnlinkLRU: NULL link"); in Cache_UnlinkLRU()
434 Sys_Error("Cache_MakeLRU: active link"); in Cache_MakeLRU()
601 Sys_Error("Cache_Free: not allocated"); in Cache_Free()
647 Sys_Error("Cache_Alloc: already allocated"); in Cache_Alloc()
651 Sys_Error("Cache_Alloc: size %i", size); in Cache_Alloc()
[all …]
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dzone.c68 Sys_Error("Hunk_Check: trashed sentinel"); in Hunk_Check()
71 Sys_Error("Hunk_Check: bad size"); in Hunk_Check()
121 Sys_Error("Hunk_Print: trashed sentinel"); in Hunk_Print()
124 Sys_Error("Hunk_Print: bad size"); in Hunk_Print()
176 Sys_Error("Hunk_AllocName: bad size: %i", size); in Hunk_AllocName()
422 Sys_Error("Cache_UnlinkLRU: NULL link"); in Cache_UnlinkLRU()
434 Sys_Error("Cache_MakeLRU: active link"); in Cache_MakeLRU()
601 Sys_Error("Cache_Free: not allocated"); in Cache_Free()
647 Sys_Error("Cache_Alloc: already allocated"); in Cache_Alloc()
651 Sys_Error("Cache_Alloc: size %i", size); in Cache_Alloc()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dzone.c104 Sys_Error ("Z_Free: NULL pointer"); in Z_Free()
110 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
300 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Check()
302 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
358 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Print()
360 Sys_Error ("Hunk_Check: bad size"); in Hunk_Print()
653 Sys_Error ("Cache_UnlinkLRU: NULL link"); in Cache_UnlinkLRU()
664 Sys_Error ("Cache_MakeLRU: active link"); in Cache_MakeLRU()
830 Sys_Error ("Cache_Free: not allocated"); in Cache_Free()
880 Sys_Error ("Cache_Alloc: size %i", size); in Cache_Alloc()
[all …]
H A Dnet_vcr.c61 Sys_Error ("=== END OF PLAYBACK===\n"); in VCR_ReadNext()
64 Sys_Error ("VCR_ReadNext: bad op"); in VCR_ReadNext()
83 Sys_Error ("VCR missmatch"); in VCR_GetMessage()
106 Sys_Error ("VCR missmatch"); in VCR_SendMessage()
121 Sys_Error ("VCR missmatch"); in VCR_CanSendMessage()
152 Sys_Error ("VCR missmatch"); in VCR_CheckNewConnections()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dzone.c104 Sys_Error ("Z_Free: NULL pointer"); in Z_Free()
110 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
300 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Check()
302 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
358 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Print()
360 Sys_Error ("Hunk_Check: bad size"); in Hunk_Print()
653 Sys_Error ("Cache_UnlinkLRU: NULL link"); in Cache_UnlinkLRU()
664 Sys_Error ("Cache_MakeLRU: active link"); in Cache_MakeLRU()
829 Sys_Error ("Cache_Free: not allocated"); in Cache_Free()
879 Sys_Error ("Cache_Alloc: size %i", size); in Cache_Alloc()
[all …]
/dports/games/quake2-relay/relay-0.4/democonv/
H A Ddc_main.c99 Sys_Error("Error reading from demo: %s\n", strerror(errno)); in ReadFrame()
105 Sys_Error("Error parsing demo\n"); in ReadFrame()
186 Sys_Error("Error: Unable to open file %s\n", infilename); in main()
190 Sys_Error("Error reading pre-frame data\n"); in main()
212 Sys_Error("Error loading bsp file %s\n", dm2in.configstrings[CS_MODELS+1]); in main()
214 Sys_Error("Error parsing bsp file %s\n", dm2in.configstrings[CS_MODELS+1]); in main()
224 Sys_Error("Error: Unable to write to file %s\n", outfilename); in main()
247 Sys_Error("Error writing pre-frame data\n"); in main()
258 Sys_Error("Error writing to %s: %s\n", outfilename, strerror(errno)); in main()
268 Sys_Error("Error writing to %s: %s\n", outfilename, strerror(errno)); in main()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfspritegen/
H A Dspritegen.c191 Sys_Error ("could not open"); in LoadScreen()
216 Sys_Error ("Bad sprite type\n"); in Cmd_Type()
270 Sys_Error ("Sprite dimensions not multiples of 8\n"); in Cmd_Frame()
273 Sys_Error ("Sprite has a dimension longer than 255"); in Cmd_Frame()
287 Sys_Error ("Non-positive interval"); in Cmd_Frame()
358 Sys_Error ("End of file during group"); in Cmd_GroupStart()
381 Sys_Error ("Empty group\n"); in Cmd_GroupStart()
456 Sys_Error ("Couldn't get buffer memory"); in Cmd_Spritename()
473 Sys_Error ("no frames\n"); in FinishSprite()
476 Sys_Error ("Didn't name sprite file"); in FinishSprite()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dpr_exec.cpp258 Sys_Error("Delegate is not initialised"); in RunFunction()
276 Sys_Error("Delegate is not initialised"); in RunFunction()
1113 Sys_Error("Division by 0"); in RunFunction()
1121 Sys_Error("Division by 0"); in RunFunction()
1278 Sys_Error("Division by 0"); in RunFunction()
1286 Sys_Error("Division by 0"); in RunFunction()
1394 Sys_Error("Division by 0"); in RunFunction()
1402 Sys_Error("Division by 0"); in RunFunction()
1442 Sys_Error("Division by 0"); in RunFunction()
1753 Sys_Error("Array index is negative"); in RunFunction()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/common/
H A Daselib.cpp111 Sys_Error("File not found '%s'", filename); in ASE_Load()
125 Sys_Error("fread() != -1 for '%s'", filename); in ASE_Load()
226 Sys_Error("Too many GEOMOBJECTs"); in ASE_GetCurrentMesh()
231 Sys_Error("Too many MESHes"); in ASE_GetCurrentMesh()
288 Sys_Error("Unexpected '}'"); in ASE_ParseBracedBlock()
308 Sys_Error("Unexpected '}'"); in ASE_SkipEnclosingBraces()
348 Sys_Error("Too many materials!"); in ASE_KeyMATERIAL_LIST()
408 Sys_Error("No *MESH_MTLID found for face!"); in ASE_KeyMESH_FACE_LIST()
566 Sys_Error("Too many animation frames"); in ASE_KeyGEOMOBJECT()
645 Sys_Error("Too many GEOMOBJECTs"); in ASE_Process()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Dvid.c105 Sys_Error ("VID: -width <width>"); in VID_GetWindowSize()
110 Sys_Error ("VID: Bad window width"); in VID_GetWindowSize()
115 Sys_Error ("VID: -height <height>"); in VID_GetWindowSize()
120 Sys_Error ("VID: Bad window height"); in VID_GetWindowSize()
125 Sys_Error ("VID: -winsize <width> <height>"); in VID_GetWindowSize()
131 Sys_Error ("VID: Bad window width/height"); in VID_GetWindowSize()
147 Sys_Error ("VID: -conwidth <width>"); in VID_GetWindowSize()
160 Sys_Error ("VID: -conheight <width>"); in VID_GetWindowSize()
285 Sys_Error ("Not enough memory for video mode"); in VID_InitBuffers()
293 Sys_Error ("Not enough memory for video mode"); in VID_InitBuffers()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dzone.c232 Sys_Error("Clump_AllocBlock: trashed sentinel1\n"); in Clump_AllocBlock()
234 Sys_Error("Clump_AllocBlock: trashed sentinel2\n"); in Clump_AllocBlock()
290 Sys_Error("Clump_AllocBlock: internal error (%i needbits)\n", needbits); in Clump_AllocBlock()
330 Sys_Error("Clump_FreeBlock: trashed sentinel1\n"); in Clump_FreeBlock()
332 Sys_Error("Clump_FreeBlock: trashed sentinel2\n"); in Clump_FreeBlock()
334 Sys_Error("Clump_FreeBlock: block overrun\n"); in Clump_FreeBlock()
342 Sys_Error("Clump_FreeBlock: double free\n"); in Clump_FreeBlock()
390 Sys_Error("Mem_Alloc: pool == NULL (alloc at %s:%i)", filename, fileline); in _Mem_Alloc()
590 Sys_Error("Mem_EmptyPool: pool == NULL (emptypool at %s:%i)", filename, fileline); in _Mem_EmptyPool()
761 Sys_Error("Mem_ExpandableArray_FreeRecord: no such record %p\n", p); in Mem_ExpandableArray_FreeRecord()
[all …]
H A Dsys_win.c54 void Sys_Error (const char *error, ...) in Sys_Error() function
139 Sys_Error ("Error getting # of console events (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
148 Sys_Error ("Error reading console input (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
154 Sys_Error ("Couldn't read console input (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
237 Sys_Error ("Couldn't create event"); in Sys_InitConsole()
250Sys_Error ("Couldn't create dedicated server console (error code %x)", (unsigned int)GetLastError(… in Sys_InitConsole()
255 Sys_Error ("Couldn't create dedicated server console"); in Sys_InitConsole()
395 Sys_Error("Called Sys_SDL_GetTicks on non-SDL target"); in Sys_SDL_GetTicks()
400 Sys_Error("Called Sys_SDL_Delay on non-SDL target"); in Sys_SDL_Delay()
/dports/games/darkplaces/darkplaces/
H A Dzone.c232 Sys_Error("Clump_AllocBlock: trashed sentinel1\n"); in Clump_AllocBlock()
234 Sys_Error("Clump_AllocBlock: trashed sentinel2\n"); in Clump_AllocBlock()
290 Sys_Error("Clump_AllocBlock: internal error (%i needbits)\n", needbits); in Clump_AllocBlock()
330 Sys_Error("Clump_FreeBlock: trashed sentinel1\n"); in Clump_FreeBlock()
332 Sys_Error("Clump_FreeBlock: trashed sentinel2\n"); in Clump_FreeBlock()
334 Sys_Error("Clump_FreeBlock: block overrun\n"); in Clump_FreeBlock()
342 Sys_Error("Clump_FreeBlock: double free\n"); in Clump_FreeBlock()
390 Sys_Error("Mem_Alloc: pool == NULL (alloc at %s:%i)", filename, fileline); in _Mem_Alloc()
590 Sys_Error("Mem_EmptyPool: pool == NULL (emptypool at %s:%i)", filename, fileline); in _Mem_EmptyPool()
761 Sys_Error("Mem_ExpandableArray_FreeRecord: no such record %p\n", p); in Mem_ExpandableArray_FreeRecord()
[all …]
H A Dsys_win.c54 void Sys_Error (const char *error, ...) in Sys_Error() function
139 Sys_Error ("Error getting # of console events (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
148 Sys_Error ("Error reading console input (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
154 Sys_Error ("Couldn't read console input (error code %x)", (unsigned int)GetLastError()); in Sys_ConsoleInput()
237 Sys_Error ("Couldn't create event"); in Sys_InitConsole()
250Sys_Error ("Couldn't create dedicated server console (error code %x)", (unsigned int)GetLastError(… in Sys_InitConsole()
255 Sys_Error ("Couldn't create dedicated server console"); in Sys_InitConsole()
395 Sys_Error("Called Sys_SDL_GetTicks on non-SDL target"); in Sys_SDL_GetTicks()
400 Sys_Error("Called Sys_SDL_Delay on non-SDL target"); in Sys_SDL_Delay()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dzone.c144 Sys_Error ("%s: NULL pointer", __thisfunc__); in Z_Free()
388 Sys_Error ("%s: trashed sentinal", __thisfunc__); in Hunk_Check()
390 Sys_Error ("%s: bad size", __thisfunc__); in Hunk_Check()
448 Sys_Error ("%s: bad mark %i", __thisfunc__, mark); in Hunk_FreeToLowMark()
472 Sys_Error ("%s: bad mark %i", __thisfunc__, mark); in Hunk_FreeToHighMark()
488 Sys_Error ("%s: bad size: %i", __thisfunc__, size); in Hunk_HighAllocName()
662 Sys_Error ("%s: NULL link", __thisfunc__); in Cache_UnlinkLRU()
673 Sys_Error ("%s: active link", __thisfunc__); in Cache_MakeLRU()
808 Sys_Error ("%s: not allocated", __thisfunc__); in Cache_Free()
875 Sys_Error ("%s: out of memory", __thisfunc__); in Cache_Alloc()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/net/nm/
H A Dnet_vcr.c74 Sys_Error ("=== END OF PLAYBACK==="); in VCR_ReadNext()
77 Sys_Error ("VCR_ReadNext: bad op"); in VCR_ReadNext()
101 Sys_Error ("VCR missmatch"); in VCR_GetMessage()
129 Sys_Error ("VCR missmatch"); in VCR_SendMessage()
147 Sys_Error ("VCR missmatch"); in VCR_CanSendMessage()
183 Sys_Error ("VCR missmatch"); in VCR_CheckNewConnections()

12345678910>>...47