Home
last modified time | relevance | path

Searched refs:Q_strncmp (Results 1 – 17 of 17) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet_comx.cpp610 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 …]
Dsnd_mem.cpp215 if (!Q_strncmp((char*) data_p, name, 4)) in FindNextChunk()
265 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4))) in GetWavinfo()
Dcvar.cpp92 if (!Q_strncmp (partial,cvar->name, len)) in Cvar_CompleteVariable()
Dgl_rmisc.cpp428 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()
Dcommon.h138 int Q_strncmp (const char *s1, const char *s2, int count);
Dcmd.cpp600 if (!Q_strncmp (partial,cmd->name, len)) in Cmd_CompleteCommand()
Dgl_model.cpp386 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()
Dmodel.cpp401 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()
Dcommon.cpp240 int Q_strncmp (const char *s1, const char *s2, int count) in Q_strncmp() function
/external/quake/quake/src/QW/client/
Dsnd_mem.c215 if (!Q_strncmp((char*) data_p, name, 4)) in FindNextChunk()
267 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4))) in GetWavinfo()
Dcvar.c101 if (!Q_strncmp (partial,cvar->name, len)) in Cvar_CompleteVariable()
Dgl_rmisc.c430 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()
Dcommon.h144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
Dmodel.c383 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()
Dgl_model.c386 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()
Dcommon.c239 int Q_strncmp (char *s1, char *s2, int count)
/external/quake/quake/src/QW/server/
Dmodel.c730 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()