HomeSort by relevance Sort by last modified time
    Searched defs:Sys_Error (Results 1 - 13 of 13) sorted by null

  /external/quake/quake/src/QW/client/
sys_null.c 62 void Sys_Error (char *error, ...)
sys_android.c 118 Sys_Error("memory overwrite in Sys_Printf");
145 void Sys_Error (char *error, ...)
159 printf("Sys_Error - exiting.");
210 Sys_Error ("Error fstating %s", path);
225 Sys_Error ("Error opening %s: %s", path,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");
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...]
  /external/quake/quake/src/QW/server/
sys_win.c 61 Sys_Error
64 void Sys_Error (char *error, ...)
222 Sys_Error("Insufficient memory.\n");
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/
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: ");
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: ");
sys_wind.cpp 47 Sys_Error ("out of handles");
97 Sys_Error ("Error opening %s: %s", path,strerror(errno));
160 void Sys_Error (char *error, ...)
sys_android.cpp 168 void Sys_Error (const char *error, ...)
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);
sys_dos.cpp 96 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, ...)
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...]
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...]

Completed in 316 milliseconds