Searched defs:us1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A Dstrncasecmp.c68 const unsigned char *us1 = (const unsigned char *)s1, local
72 if (tolower(*us1) != tolower(*us2++))
73 return (tolower(*us1) - tolower(*--us2));
74 if (*us1++ == '\0')
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp70 const PRUnichar* us1 = t1.get(); local
73 PRIntn u2 = nsCRT::strcmp(us1, us2);
74 PRIntn u2_n = nsCRT::strncmp(us1, us2, n);

Completed in 40 milliseconds