Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds