Searched refs:RTUuidCompare2Strs (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Duuid.h111 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2);
H A Dmangling.h1875 # define RTUuidCompare2Strs RT_MANGLER(RTUuidCompare2Strs) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTUuid.cpp152 RTTestSub(hTest, "RTUuidCompare2Strs");
153 RTTEST_CHECK(hTest, RTUuidCompare2Strs(sz, sz) == 0);
154 RTTEST_CHECK(hTest, RTUuidCompare2Strs(sz, "00000000-0000-0000-0000-000000000000") > 0);
155 RTTEST_CHECK(hTest, RTUuidCompare2Strs("00000000-0000-0000-0000-000000000000", sz) < 0);
156 RTTEST_CHECK(hTest, RTUuidCompare2Strs("00000000-0000-0000-0000-000000000000", "00000000-0000-0000-0000-000000000000") == 0);
157 RTTEST_CHECK(hTest, RTUuidCompare2Strs("d95d883b-f91d-4ce5-a5c5-d08bb6a85dec", "a56193c7-3e0b-4c03-9d66-56efb45082f7") > 0);
158 RTTEST_CHECK(hTest, RTUuidCompare2Strs("a56193c7-3e0b-4c03-9d66-56efb45082f7", "d95d883b-f91d-4ce5-a5c5-d08bb6a85dec") < 0);
/vbox/src/VBox/Runtime/r3/win/
H A Duuid-win.cpp98 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) function
/vbox/include/VBox/vmm/
H A Dpdmifs.h115 if (RTUuidCompare2Strs((pszIID), InterfaceType##_IID) == 0) \
186 if (RTUuidCompare2Strs((pszIID), InterfaceType##_IID) == 0) \
257 if (RTUuidCompare2Strs((pszIID), InterfaceType##_IID) == 0) \
/vbox/src/VBox/Runtime/generic/
H A Duuid-generic.cpp156 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2) function
177 RT_EXPORT_SYMBOL(RTUuidCompare2Strs); variable

Completed in 105 milliseconds