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
629 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
60 # define strncasecmp _strnicmp macro
Completed in 13 milliseconds