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

  /external/quake/quake/src/QW/client/
common.h 144 #define Q_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
  /external/quake/quake/src/WinQuake/
common.cpp 240 int Q_strncmp (const char *s1, const char *s2, int count)
    [all...]

Completed in 34 milliseconds