Searched refs:_strncasecmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dstrcasestr.c47 _strncasecmp(const char *s1, const char *s2, size_t n) function
80 } while (_strncasecmp(s, find, len) != 0);

Completed in 98 milliseconds