Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:Q_strncasecmp

257 int Q_strncasecmp (const char *s1, const char *s2, int n)
289 return Q_strncasecmp (s1, s2, 99999);