/external/iptables/include/ |
iptables.h | 24 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
|
/external/quake/quake/src/QW/client/ |
bothdefs.h | 25 #define LINUX_VERSION 0.98
|
draw.c | 666 sprintf (ver, "Linux (%4.2f) QuakeWorld %4.2f", LINUX_VERSION, VERSION);
|
gl_draw.c | 816 sprintf (ver, "LinuxGL (%4.2f) QuakeWorld", LINUX_VERSION); [all...] |
/external/iptables/extensions/ |
libipt_DNAT.c | 172 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
libipt_SNAT.c | 172 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
/external/quake/quake/src/WinQuake/ |
quakedef.h | 30 #define LINUX_VERSION 1.30
|
sys_linux.cpp | 399 printf ("Linux Quake -- Version %0.3f\n", LINUX_VERSION);
|
draw.cpp | 558 sprintf (ver, "(Linux Quake %2.2f) %4.2f", (float)LINUX_VERSION, (float)VERSION);
|
gl_draw.cpp | 755 sprintf (ver, "(Linux %2.2f, gl %4.2f) %4.2f", (float)LINUX_VERSION, (float)GLQUAKE_VERSION, (float)VERSION); [all...] |
/external/iptables/iptables/ |
iptables.c | [all...] |