Searched defs:stricmp (Results 1 – 8 of 8) sorted by relevance
10 pub fn stricmp(s1: *const ::c_char, s2: *const ::c_char) -> ::c_int; in stricmp() function
353 #define stricmp _stricmp macro
433 #define stricmp _stricmp macro
448 set(stricmp "_stricmp") variable
367 static int stricmp(char const *a, char const *b) { in stricmp() function
245 int (*stricmp)(const char*,const char*); member