Searched defs:strcasecmp (Results 1 – 10 of 10) sorted by relevance
72 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
39 #define strcasecmp stricmp macro
77 # define strcasecmp __strcasecmp macro
77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
72 # define strcasecmp __strcasecmp macro
81 # define strcasecmp __strcasecmp macro
190 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() function
275 WRAPPER2(int, strcasecmp, const char *s1, const char *s2) in WRAPPER2() argument