Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dstrcasestr.c47 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp() function
80 } while (_strncasecmp(s, find, len) != 0); in strcasestr()

Completed in 9 milliseconds