Searched refs:Sys_Printf (Results 1 - 25 of 30) sorted by relevance

12

/external/quake/quake/src/QW/server/
H A Dsys.h29 void Sys_Printf (char *fmt, ...);
H A Dsys_win.c148 Sys_Printf
151 void Sys_Printf (char *fmt, ...) function
H A Dsys_unix.c124 Sys_Printf
127 void Sys_Printf (char *fmt, ...) function
138 Sys_Error("memory overwrite in Sys_Printf");
H A Dsv_user.c600 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);
H A Dsv_send.c124 Sys_Printf ("%s", msg); // also echo to debugging console
207 Sys_Printf ("%s", string); // print to the console
/external/quake/quake/src/QW/client/
H A Dsys.h52 void Sys_Printf (char *fmt, ...);
H A Dsys_null.c75 void Sys_Printf (char *fmt, ...) function
H A Dnet_udp.c204 Sys_Printf ("NET_GetPacket: %s\n", strerror(errno));
229 Sys_Printf ("NET_SendPacket: %s\n", strerror(errno));
H A Dsys_win.c250 void Sys_Printf (char *fmt, ...) function
670 Sys_Printf ("Host_Init\n");
H A Dd_surf.c227 Sys_Printf ("ROVER:\n");
H A Dsys_android.c61 void Sys_Printf (char *fmt, ...)
74 void Sys_Printf (char *fmt, ...)
107 void Sys_Printf (char *fmt, ...) function
118 Sys_Error("memory overwrite in Sys_Printf");
H A Dsys_linux.c58 void Sys_Printf (char *fmt, ...)
71 void Sys_Printf (char *fmt, ...)
104 void Sys_Printf (char *fmt, ...) function
115 Sys_Error("memory overwrite in Sys_Printf");
H A Dvid_svgalib.c361 Sys_Printf("Mode [%s] not supported\n", name);
378 Sys_Printf("Mode %dx%d (%d bits) not supported\n",
H A Dconsole.c364 Sys_Printf ("%s", msg); // also echo to debugging console
/external/quake/quake/src/WinQuake/
H A Dsys.h52 void Sys_Printf (const char *fmt, ...);
H A Dsys_null.cpp165 void Sys_Printf (char *fmt, ...) function
H A Dsv_user.cpp494 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");
H A Dsys_wind.cpp175 void Sys_Printf (char *fmt, ...) function
H A Dsys_win.cpp426 void Sys_Printf (char *fmt, ...) function
849 Sys_Printf ("Host_Init\n");
H A Dd_surf.cpp224 Sys_Printf ("ROVER:\n");
H A Dsys_linux.cpp40 void Sys_Printf (char *fmt, ...)
53 void Sys_Printf (char *fmt, ...)
86 void Sys_Printf (char *fmt, ...) function
97 Sys_Error("memory overwrite in Sys_Printf");
H A Dsys_sun.cpp234 void Sys_Printf (char *fmt, ...) function
H A Dhost.cpp368 Sys_Printf ("Client %s removed\n",host_client->name);
923 Sys_Printf ("========Quake Initialized=========\n");
H A Dvid_svgalib.cpp360 Sys_Printf("Mode [%s] not supported\n", name);
377 Sys_Printf("Mode %dx%d (%d bits) not supported\n",
H A Dconsole.cpp388 Sys_Printf ("%s", msg); // also echo to debugging console

Completed in 139 milliseconds

12