Searched refs:_strncasecmp (Results 1 – 1 of 1) sorted by relevance
49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp() function82 } while (_strncasecmp(s, find, len) != 0); in strcasestr()
Completed in 3 milliseconds