/external/quake/quake/src/QW/server/ |
sys.h | 26 void Sys_Error (char *error, ...);
|
sys_unix.c | 78 Sys_Error ("mkdir %s: %s",path, strerror(errno)); 106 Sys_Error 109 void Sys_Error (char *error, ...) 138 Sys_Error("memory overwrite in Sys_Printf"); 236 Sys_Error("Can't allocate %ld\n", parms.memsize);
|
/external/quake/quake/src/WinQuake/ |
net_vcr.cpp | 61 Sys_Error ("=== END OF PLAYBACK===\n"); 64 Sys_Error ("VCR_ReadNext: bad op"); 88 Sys_Error ("VCR missmatch"); 111 Sys_Error ("VCR missmatch"); 126 Sys_Error ("VCR missmatch"); 157 Sys_Error ("VCR missmatch");
|
sys.h | 49 void Sys_Error (const char *error, ...);
|
wad.cpp | 77 Sys_Error ("W_LoadWadFile: couldn't load %s", filename); 85 Sys_Error ("Wad file %s doesn't have WAD2 id\n",filename); 121 Sys_Error ("W_GetLumpinfo: %s not found", name); 139 Sys_Error ("W_GetLumpNum: bad number: %i", num);
|
zone.cpp | 104 Sys_Error ("Z_Free: NULL pointer"); 108 Sys_Error ("Z_Free: freed a pointer without ZONEID"); 110 Sys_Error ("Z_Free: freed a freed pointer"); 149 Sys_Error ("Z_Malloc: failed on allocation of %i bytes",size); 161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag"); 256 Sys_Error ("Z_CheckHeap: block size does not touch the next block\n"); 258 Sys_Error ("Z_CheckHeap: next block doesn't have proper back link\n"); 260 Sys_Error ("Z_CheckHeap: two consecutive free blocks\n"); 300 Sys_Error ("Hunk_Check: trahsed sentinal"); 302 Sys_Error ("Hunk_Check: bad size") [all...] |
vregset.cpp | 77 Sys_Error ("VideoRegisterSet: Invalid command\n");
|
sys_win.cpp | 31 #define CONSOLE_ERROR_TIMEOUT 60.0 // # of seconds to wait on Sys_Error running
107 Sys_Error ("out of handles");
175 Sys_Error ("Error opening %s: %s", path,strerror(errno));
269 Sys_Error("Protection change failed\n");
308 Sys_Error ("No hardware timer available");
331 Sys_Error ("Couldn't get OS info");
336 Sys_Error ("WinQuake requires at least Win95 or NT 4.0");
346 void Sys_Error (char *error, ...)
571 Sys_Error ("Error getting # of console events");
577 Sys_Error ("Error reading console input"); [all...] |
sys_null.cpp | 43 Sys_Error ("out of handles");
93 Sys_Error ("Error opening %s: %s", path,strerror(errno));
152 void Sys_Error (char *error, ...)
156 printf ("Sys_Error: ");
|
model.cpp | 75 Sys_Error ("Mod_Extradata: caching failed"); 91 Sys_Error ("Mod_PointInLeaf: bad model"); 193 Sys_Error ("Mod_ForName: NULL name"); 219 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); 286 Sys_Error ("Mod_NumForName: %s not found", mod->name); 388 Sys_Error ("Texture %s is not 16 aligned", mt->name); 439 Sys_Error ("Bad animating texture %s", tx->name); 467 Sys_Error ("Bad animating texture %s", tx->name); 476 Sys_Error ("Missing frame %i of %s",j, tx->name); 488 Sys_Error ("Missing frame %i of %s",j, tx->name) [all...] |
vid_sunxil.cpp | 278 Sys_Error("This death brought to you by the number %d\n", signal_num); 399 Sys_Error("VID_Init: pipe"); 425 Sys_Error("VID: Could not open display [%s]\n", 428 Sys_Error("VID: Could not open local display\n"); 454 Sys_Error("VID: -winsize <width> <height>\n"); 458 Sys_Error("VID: Bad window width/height\n"); 468 Sys_Error("VID: -visualid <id#>\n"); 492 Sys_Error("VID: Bad visual id %d\n", template.visualid); 494 Sys_Error("VID: No visuals at depth %d\n", template.depth); 621 Sys_Error("xil_open failed\n") [all...] |
d_surf.cpp | 63 Sys_Error ("D_CheckCacheGuard: failed");
136 Sys_Error ("D_SCAlloc: bad cache width %d\n", width);
139 Sys_Error ("D_SCAlloc: bad cache size %d\n", size);
144 Sys_Error ("D_SCAlloc: %i > cache size",size);
168 Sys_Error ("D_SCAlloc: hit the end of memory");
|
sys_linux.cpp | 97 Sys_Error("memory overwrite in Sys_Printf"); 139 void Sys_Error (char *error, ...) 203 Sys_Error ("Error fstating %s", path); 218 Sys_Error ("Error opening %s: %s", path,strerror(errno)); 454 Sys_Error("Protection change failed\n");
|
sys_sun.cpp | 65 Sys_Error ("out of handles"); 124 Sys_Error ("Error opening %s: %s", path,strerror(errno)); 170 Sys_Error( "Attempted to write to read-only file %d!\n", handle ); 216 Sys_Error("Protection change failed\n"); 221 void Sys_Error (char *error, ...) 225 printf ("Sys_Error: ");
|
gl_model.cpp | 72 Sys_Error ("Mod_Extradata: caching failed"); 88 Sys_Error ("Mod_PointInLeaf: bad model"); 190 Sys_Error ("Mod_ForName: NULL name"); 202 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); 270 Sys_Error ("Mod_NumForName: %s not found", mod->name); 372 Sys_Error ("Texture %s is not 16 aligned", mt->name); 430 Sys_Error ("Bad animating texture %s", tx->name); 458 Sys_Error ("Bad animating texture %s", tx->name); 467 Sys_Error ("Missing frame %i of %s",j, tx->name); 479 Sys_Error ("Missing frame %i of %s",j, tx->name) [all...] |
/external/quake/quake/src/QW/client/ |
sys.h | 49 void Sys_Error (char *error, ...);
|
wad.c | 77 Sys_Error ("W_LoadWadFile: couldn't load %s", filename); 85 Sys_Error ("Wad file %s doesn't have WAD2 id\n",filename); 121 Sys_Error ("W_GetLumpinfo: %s not found", name); 139 Sys_Error ("W_GetLumpNum: bad number: %i", num);
|
zone.c | 104 Sys_Error ("Z_Free: NULL pointer"); 108 Sys_Error ("Z_Free: freed a pointer without ZONEID"); 110 Sys_Error ("Z_Free: freed a freed pointer"); 149 Sys_Error ("Z_Malloc: failed on allocation of %i bytes",size); 161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag"); 256 Sys_Error ("Z_CheckHeap: block size does not touch the next block\n"); 258 Sys_Error ("Z_CheckHeap: next block doesn't have proper back link\n"); 260 Sys_Error ("Z_CheckHeap: two consecutive free blocks\n"); 300 Sys_Error ("Hunk_Check: trahsed sentinal"); 302 Sys_Error ("Hunk_Check: bad size") [all...] |
net_wins.c | 147 Sys_Error ("NET_IsClientLegal: socket:", strerror(errno)); 189 Sys_Error ("NET_GetPacket: %s", strerror(errno)); 239 Sys_Error ("UDP_OpenSocket: socket:", strerror(errno)); 242 Sys_Error ("UDP_OpenSocket: ioctl FIONBIO:", strerror(errno)); 258 Sys_Error ("UDP_OpenSocket: bind: %s", strerror(errno)); 276 Sys_Error ("NET_Init: getsockname:", strerror(errno)); 297 Sys_Error ("Winsock initialization failed.");
|
sys_win.c | 146 Sys_Error("Protection change failed\n"); 171 Sys_Error ("QWCL is already running on this system"); 186 Sys_Error ("No hardware timer available"); 214 Sys_Error ("Couldn't get OS info"); 219 Sys_Error ("QuakeWorld requires at least Win95 or NT 4.0"); 229 void Sys_Error (char *error, ...) 410 Sys_Error ("Error getting # of console events"); 416 Sys_Error ("Error reading console input"); 419 Sys_Error ("Couldn't read console input"); 573 Sys_Error ("Couldn't determine current directory") [all...] |
model.c | 70 Sys_Error ("Mod_Extradata: caching failed"); 86 Sys_Error ("Mod_PointInLeaf: bad model"); 188 Sys_Error ("Mod_ForName: NULL name"); 200 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); 268 Sys_Error ("Mod_NumForName: %s not found", mod->name); 370 Sys_Error ("Texture %s is not 16 aligned", mt->name); 421 Sys_Error ("Bad animating texture %s", tx->name); 449 Sys_Error ("Bad animating texture %s", tx->name); 458 Sys_Error ("Missing frame %i of %s",j, tx->name); 470 Sys_Error ("Missing frame %i of %s",j, tx->name) [all...] |
gl_model.c | 72 Sys_Error ("Mod_Extradata: caching failed"); 88 Sys_Error ("Mod_PointInLeaf: bad model"); 190 Sys_Error ("Mod_ForName: NULL name"); 202 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); 270 Sys_Error ("Mod_NumForName: %s not found", mod->name); 372 Sys_Error ("Texture %s is not 16 aligned", mt->name); 430 Sys_Error ("Bad animating texture %s", tx->name); 458 Sys_Error ("Bad animating texture %s", tx->name); 467 Sys_Error ("Missing frame %i of %s",j, tx->name); 479 Sys_Error ("Missing frame %i of %s",j, tx->name) [all...] |
d_surf.c | 63 Sys_Error ("D_CheckCacheGuard: failed");
135 Sys_Error ("D_SCAlloc: bad cache width %d\n", width);
138 Sys_Error ("D_SCAlloc: bad cache size %d\n", size);
147 Sys_Error ("D_SCAlloc: %i > cache size",size);
171 Sys_Error ("D_SCAlloc: hit the end of memory");
|
net_udp.c | 171 Sys_Error ("NET_IsClientLegal: socket:", strerror(errno)); 243 Sys_Error ("UDP_OpenSocket: socket:", strerror(errno)); 245 Sys_Error ("UDP_OpenSocket: ioctl FIONBIO:", strerror(errno)); 259 Sys_Error ("UDP_OpenSocket: bind: %s", strerror(errno)); 277 Sys_Error ("NET_Init: getsockname:", strerror(errno));
|
sys_linux.c | 115 Sys_Error("memory overwrite in Sys_Printf");
141 void Sys_Error (char *error, ...)
205 Sys_Error ("Error fstating %s", path);
220 Sys_Error ("Error opening %s: %s", path,strerror(errno));
425 Sys_Error("Protection change failed\n");
|