HomeSort by relevance Sort by last modified time
    Searched refs:Q_strncmp (Results 1 - 24 of 24) sorted by null

  /external/quake/quake/src/WinQuake/
net_comx.cpp 610 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(response, "BUSY", 4) == 0)
    [all...]
cvar.cpp 92 if (!Q_strncmp (partial,cvar->name, len))
snd_mem.cpp 215 if (!Q_strncmp((char*) data_p, name, 4))
265 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4)))
common.h 138 int Q_strncmp (const char *s1, const char *s2, int count);
gl_rmisc.cpp 428 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) )
430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) )
cmd.cpp 600 if (!Q_strncmp (partial,cmd->name, len))
gl_model.cpp 386 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
    [all...]
model.cpp 401 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
    [all...]
common.cpp 240 int Q_strncmp (const char *s1, const char *s2, int count)
    [all...]
  /external/quake/quake/src/QW/client/
cvar.c 101 if (!Q_strncmp (partial,cvar->name, len))
snd_mem.c 215 if (!Q_strncmp((char*) data_p, name, 4))
267 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4)))
gl_rmisc.c 430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) )
432 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) )
common.h 144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
gl_model.c 386 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
    [all...]
model.c 383 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
    [all...]
common.c 239 int Q_strncmp (char *s1, char *s2, int count)
    [all...]
  /gdk/samples/quake/jni/
cvar.cpp 92 if (!Q_strncmp (partial,cvar->name, len))
snd_mem.cpp 215 if (!Q_strncmp((char*) data_p, name, 4))
265 if (!(data_p && !Q_strncmp((char*) (data_p+8), "WAVE", 4)))
common.h 138 int Q_strncmp (const char *s1, const char *s2, int count);
gl_rmisc.cpp 428 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"sky",3) )
430 if (!Q_strncmp(cl.worldmodel->textures[i]->name,"window02_1",10) )
cmd.cpp 600 if (!Q_strncmp (partial,cmd->name, len))
gl_model.cpp 386 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
    [all...]
common.cpp 240 int Q_strncmp (const char *s1, const char *s2, int count)
    [all...]
  /external/quake/quake/src/QW/server/
model.c 730 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
736 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent

Completed in 183 milliseconds