Searched defs:Sys_Error (Results 1 - 13 of 13) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsys_null.c62 void Sys_Error (char *error, ...) function
H A Dsys_android.c118 Sys_Error("memory overwrite in Sys_Printf");
145 void Sys_Error (char *error, ...) function
159 printf("Sys_Error - exiting.");
210 Sys_Error ("Error fstating %s", path);
225 Sys_Error ("Error opening %s: %s", path,strerror(errno));
H A Dsys_linux.c115 Sys_Error("memory overwrite in Sys_Printf");
141 void Sys_Error (char *error, ...) function
205 Sys_Error ("Error fstating %s", path);
220 Sys_Error ("Error opening %s: %s", path,strerror(errno));
425 Sys_Error("Protection change failed\n");
H A Dsys_win.c146 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, ...) function
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 ("Could
[all...]
/external/quake/quake/src/QW/server/
H A Dsys_unix.c78 Sys_Error ("mkdir %s: %s",path, strerror(errno));
106 Sys_Error
109 void Sys_Error (char *error, ...) function
138 Sys_Error("memory overwrite in Sys_Printf");
236 Sys_Error("Can't allocate %ld\n", parms.memsize);
H A Dsys_win.c61 Sys_Error
64 void Sys_Error (char *error, ...) function
222 Sys_Error("Insufficient memory.\n");
/external/quake/quake/src/WinQuake/
H A Dsys_null.cpp43 Sys_Error ("out of handles");
93 Sys_Error ("Error opening %s: %s", path,strerror(errno));
152 void Sys_Error (char *error, ...) function
156 printf ("Sys_Error: ");
H A Dsys_sun.cpp65 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, ...) function
225 printf ("Sys_Error: ");
H A Dsys_wind.cpp47 Sys_Error ("out of handles");
97 Sys_Error ("Error opening %s: %s", path,strerror(errno));
160 void Sys_Error (char *error, ...) function
H A Dsys_linux.cpp97 Sys_Error("memory overwrite in Sys_Printf");
139 void Sys_Error (char *error, ...) function
203 Sys_Error ("Error fstating %s", path);
218 Sys_Error ("Error opening %s: %s", path,strerror(errno));
454 Sys_Error("Protection change failed\n");
H A Dsys_android.cpp168 void Sys_Error (const char *error, ...) function
186 PMPERROR(("Sys_Error - exiting."));
188 printf("Sys_Error - exiting.\n");
244 Sys_Error ("Error fstating %s", path);
259 Sys_Error ("Error opening %s: %s", path,strerror(errno));
570 Sys_Error("Could not find data directories %s or %s", basedir1, basedir2);
H A Dsys_dos.cpp96 Sys_Error ("System stack overflow!");
155 Sys_Error("ctrl-c hit\n");
228 Sys_Error ("Lock of current memory at 0x%lx for %ldKb failed!\n",
328 Sys_Error ("Can't lock memory; %d Mb lockable RAM required. "
558 // shutdown only once (so Sys_Error can call this function to shutdown, then
606 void Sys_Error (char *error, ...) function
633 Sys_Error ("Error fstating %s", path);
648 Sys_Error ("Error opening %s: %s", path,strerror(errno));
825 Sys_Error ("Couldn't lock text and data");
910 dos_error_func = Sys_Error;
[all...]
H A Dsys_win.cpp31 #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, ...) function
571 Sys_Error ("Error getting # of console events");
577 Sys_Error ("Erro
[all...]

Completed in 1372 milliseconds