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

  /external/quake/quake/src/QW/client/
common.h 140 #define Q_strlen(s) ((int)strlen(s))
  /external/quake/quake/src/WinQuake/
common.cpp 199 int Q_strlen (const char *str)
212 int len = Q_strlen(s);
221 dest += Q_strlen(dest);
581 SZ_Write (sb, s, Q_strlen(s)+1);
786 len = Q_strlen(data)+1;
    [all...]

Completed in 271 milliseconds