HomeSort by relevance Sort by last modified time
    Searched refs:Sys_Printf (Results 1 - 25 of 30) sorted by null

1 2

  /external/quake/quake/src/QW/server/
sys.h 29 void Sys_Printf (char *fmt, ...);
sys_win.c 148 Sys_Printf
151 void Sys_Printf (char *fmt, ...)
sys_unix.c 124 Sys_Printf
127 void Sys_Printf (char *fmt, ...)
138 Sys_Error("memory overwrite in Sys_Printf");
sv_user.c 600 Sys_Printf("Can't create %s\n", host_client->uploadfn);
606 Sys_Printf("Receiving %s from %d...\n", host_client->uploadfn, host_client->userid);
623 Sys_Printf("%s upload completed.\n", host_client->uploadfn);
706 Sys_Printf ("Couldn't download %s to %s\n", name, host_client->name);
714 Sys_Printf ("Downloading %s to %s\n", name, host_client->name);
787 Sys_Printf ("%s", text);
    [all...]
sv_send.c 124 Sys_Printf ("%s", msg); // also echo to debugging console
207 Sys_Printf ("%s", string); // print to the console
  /external/quake/quake/src/QW/client/
sys.h 52 void Sys_Printf (char *fmt, ...);
sys_null.c 75 void Sys_Printf (char *fmt, ...)
net_udp.c 204 Sys_Printf ("NET_GetPacket: %s\n", strerror(errno));
229 Sys_Printf ("NET_SendPacket: %s\n", strerror(errno));
sys_win.c 250 void Sys_Printf (char *fmt, ...)
670 Sys_Printf ("Host_Init\n");
d_surf.c 227 Sys_Printf ("ROVER:\n");
sys_android.c 61 void Sys_Printf (char *fmt, ...)
74 void Sys_Printf (char *fmt, ...)
107 void Sys_Printf (char *fmt, ...)
118 Sys_Error("memory overwrite in Sys_Printf");
sys_linux.c 58 void Sys_Printf (char *fmt, ...)
71 void Sys_Printf (char *fmt, ...)
104 void Sys_Printf (char *fmt, ...)
115 Sys_Error("memory overwrite in Sys_Printf");
vid_svgalib.c 361 Sys_Printf("Mode [%s] not supported\n", name);
378 Sys_Printf("Mode %dx%d (%d bits) not supported\n",
console.c 364 Sys_Printf ("%s", msg); // also echo to debugging console
  /external/quake/quake/src/WinQuake/
sys.h 52 void Sys_Printf (const char *fmt, ...);
sys_null.cpp 165 void Sys_Printf (char *fmt, ...)
sv_user.cpp 494 Sys_Printf ("SV_ReadClientMessage: NET_GetMessage failed\n");
509 Sys_Printf ("SV_ReadClientMessage: badread\n");
521 Sys_Printf ("SV_ReadClientMessage: unknown command char\n");
525 // Sys_Printf ("clc_nop\n");
581 // Sys_Printf ("SV_ReadClientMessage: client disconnected\n");
sys_wind.cpp 175 void Sys_Printf (char *fmt, ...)
sys_win.cpp 426 void Sys_Printf (char *fmt, ...)
849 Sys_Printf ("Host_Init\n");
d_surf.cpp 224 Sys_Printf ("ROVER:\n");
sys_linux.cpp 40 void Sys_Printf (char *fmt, ...)
53 void Sys_Printf (char *fmt, ...)
86 void Sys_Printf (char *fmt, ...)
97 Sys_Error("memory overwrite in Sys_Printf");
sys_sun.cpp 234 void Sys_Printf (char *fmt, ...)
host.cpp 368 Sys_Printf ("Client %s removed\n",host_client->name);
923 Sys_Printf ("========Quake Initialized=========\n");
vid_svgalib.cpp 360 Sys_Printf("Mode [%s] not supported\n", name);
377 Sys_Printf("Mode %dx%d (%d bits) not supported\n",
console.cpp 388 Sys_Printf ("%s", msg); // also echo to debugging console

Completed in 584 milliseconds

1 2