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