Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dstrcasestr.c50 const unsigned char *us1 = (const unsigned char *)s1, in _strncasecmp() local
54 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp()
55 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
56 if (*us1++ == '\0') in _strncasecmp()

Completed in 22 milliseconds