/external/quake/quake/src/WinQuake/ |
D | net_comx.cpp | 610 if (Q_strncmp(response, "OK", 2) == 0) in Modem_Init() 612 if (Q_strncmp(response, "ERROR", 5) == 0) in Modem_Init() 635 if (Q_strncmp(response, "OK", 2) == 0) in Modem_Init() 637 if (Q_strncmp(response, "ERROR", 5) == 0) in Modem_Init() 822 if (Q_strncmp(response, "CONNECT", 7) == 0) in TTY_Connect() 835 if (Q_strncmp(response, "NO CARRIER", 10) == 0) in TTY_Connect() 837 if (Q_strncmp(response, "NO DIALTONE", 11) == 0) in TTY_Connect() 839 if (Q_strncmp(response, "NO DIAL TONE", 12) == 0) in TTY_Connect() 841 if (Q_strncmp(response, "NO ANSWER", 9) == 0) in TTY_Connect() 843 if (Q_strncmp(response, "BUSY", 4) == 0) in TTY_Connect() [all …]
|
D | snd_mem.cpp | 215 if (!Q_strncmp((char*) data_p, name, 4)) in FindNextChunk() 265 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4))) in GetWavinfo()
|
D | cvar.cpp | 92 if (!Q_strncmp (partial,cvar->name, len)) in Cvar_CompleteVariable()
|
D | gl_rmisc.cpp | 428 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) ) in R_NewMap() 430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) ) in R_NewMap()
|
D | common.h | 138 int Q_strncmp (const char *s1, const char *s2, int count);
|
D | cmd.cpp | 600 if (!Q_strncmp (partial,cmd->name, len)) in Cmd_CompleteCommand()
|
D | gl_model.cpp | 386 if (!Q_strncmp(mt->name,"sky",3)) in Mod_LoadTextures() 802 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces() 811 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
|
D | model.cpp | 401 if (!Q_strncmp(mt->name,"sky",3)) in Mod_LoadTextures() 811 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces() 817 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
|
D | common.cpp | 240 int Q_strncmp (const char *s1, const char *s2, int count) in Q_strncmp() function
|
/external/quake/quake/src/QW/client/ |
D | snd_mem.c | 215 if (!Q_strncmp((char*) data_p, name, 4)) in FindNextChunk() 267 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4))) in GetWavinfo()
|
D | cvar.c | 101 if (!Q_strncmp (partial,cvar->name, len)) in Cvar_CompleteVariable()
|
D | gl_rmisc.c | 430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) ) in R_NewMap() 432 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) ) in R_NewMap()
|
D | common.h | 144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
|
D | model.c | 383 if (!Q_strncmp(mt->name,"sky",3)) in Mod_LoadTextures() 793 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces() 799 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
|
D | gl_model.c | 386 if (!Q_strncmp(mt->name,"sky",3)) in Mod_LoadTextures() 802 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces() 811 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
|
D | common.c | 239 int Q_strncmp (char *s1, char *s2, int count)
|
/external/quake/quake/src/QW/server/ |
D | model.c | 730 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces() 736 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
|