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

/external/quake/quake/src/WinQuake/
H A Dnet_comx.cpp610 if (Q_strncmp(response, "OK", 2) == 0)
612 if (Q_strncmp(response, "ERROR", 5) == 0)
635 if (Q_strncmp(response, "OK", 2) == 0)
637 if (Q_strncmp(response, "ERROR", 5) == 0)
822 if (Q_strncmp(response, "CONNECT", 7) == 0)
835 if (Q_strncmp(response, "NO CARRIER", 10) == 0)
837 if (Q_strncmp(response, "NO DIALTONE", 11) == 0)
839 if (Q_strncmp(response, "NO DIAL TONE", 12) == 0)
841 if (Q_strncmp(response, "NO ANSWER", 9) == 0)
843 if (Q_strncmp(respons
[all...]
H A Dcvar.cpp92 if (!Q_strncmp (partial,cvar->name, len))
H A Dsnd_mem.cpp215 if (!Q_strncmp((char*) data_p, name, 4))
265 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4)))
H A Dcommon.h138 int Q_strncmp (const char *s1, const char *s2, int count);
H A Dgl_rmisc.cpp428 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) )
430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) )
H A Dcmd.cpp600 if (!Q_strncmp (partial,cmd->name, len))
H A Dgl_model.cpp386 if (!Q_strncmp(mt->name,"sky",3))
802 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
811 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
H A Dmodel.cpp401 if (!Q_strncmp(mt->name,"sky",3))
811 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
817 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
H A Dcommon.cpp240 int Q_strncmp (const char *s1, const char *s2, int count) function
/external/quake/quake/src/QW/client/
H A Dcvar.c101 if (!Q_strncmp (partial,cvar->name, len))
H A Dsnd_mem.c215 if (!Q_strncmp((char*) data_p, name, 4))
267 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4)))
H A Dgl_rmisc.c430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) )
432 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) )
H A Dcommon.h144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
H A Dgl_model.c386 if (!Q_strncmp(mt->name,"sky",3))
802 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
811 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
H A Dmodel.c383 if (!Q_strncmp(mt->name,"sky",3))
793 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
799 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
H A Dcommon.c239 int Q_strncmp (char *s1, char *s2, int count)
/external/quake/quake/src/QW/server/
H A Dmodel.c730 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
736 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent

Completed in 229 milliseconds