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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DComparison.c25 /** The wcscmp function compares the wide string pointed to by s1 to the wide
28 @return The wcscmp function returns an integer greater than, equal to, or
33 int wcscmp(const wchar_t *s1, const wchar_t *s2) function
69 transformation is such that if the wcscmp function is applied to two

Completed in 181 milliseconds