OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q_strncasecmp
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
common.h
149
#define
Q_strncasecmp
(s1, s2, n) _strnicmp((s1), (s2), (n))
154
#define
Q_strncasecmp
(s1, s2, n) strncasecmp((s1), (s2), (n))
/external/quake/quake/src/WinQuake/
common.cpp
257
int
Q_strncasecmp
(const char *s1, const char *s2, int n)
289
return
Q_strncasecmp
(s1, s2, 99999);
[
all
...]
Completed in 762 milliseconds