Searched defs:strcasecmp (Results 1 – 9 of 9) sorted by relevance
13 # define strcasecmp(s1, s2) stricmp(s1, s2) macro
68 #define strcasecmp stricmp macro
117 #define strcasecmp stricmp macro
66 #define strcasecmp stricmp macro
58 # define strcasecmp _strcmpi macro
131 #define strcasecmp _stricmp macro133 #define strcasecmp stricmp macro
53 #define strcasecmp(s1, s2) _stricmp(s1, s2) macro
690 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
62 # define strcasecmp _stricmp macro
Completed in 23 milliseconds