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