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
58 # define strcasecmp _strcmpi macro
107 #define strcasecmp _stricmp macro
66 #define strcasecmp stricmp macro
54 #define strcasecmp(s1, s2) stricmp(s1, s2) macro
535 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
53 # define strcasecmp _stricmp macro
Completed in 31 milliseconds