Searched defs:strncasecmp (Results 1 – 4 of 4) sorted by relevance
70 #define strncasecmp strnicmp macro
54 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) macro
704 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
63 # define strncasecmp _strnicmp macro
Completed in 27 milliseconds