Searched refs:RTStrIStr (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp821 if ( RTStrIStr(pszComp, ".x86.chk.")
822 || RTStrIStr(pszComp, ".x86chk.")
823 || RTStrIStr(pszComp, "_x86_chk_")
824 || RTStrIStr(pszComp, "_x86chk_")
825 || RTStrIStr(pszComp, "-x86-DEBUG")
826 || (RTStrIStr(pszComp, "-x86-") && RTStrIStr(pszComp, "-DEBUG"))
827 || RTStrIStr(pszComp, "_debug_checked_x86")
833 else if ( RTStrIStr(pszComp, ".amd64.chk.")
834 || RTStrIStr(pszCom
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1025 * Tests RTStrStr and RTStrIStr.
1066 RTTestSub(hTest, "RTStrIStr");
1067 CHECK(RTStrIStr("abcdef", ""), "abcdef");
1068 CHECK_NULL(RTStrIStr("abcdef", NULL));
1069 CHECK_NULL(RTStrIStr(NULL, ""));
1070 CHECK_NULL(RTStrIStr(NULL, NULL));
1071 CHECK(RTStrIStr("abcdef", "abcdef"), "abcdef");
1072 CHECK(RTStrIStr("abcdef", "Abcdef"), "abcdef");
1073 CHECK(RTStrIStr("abcdef", "ABcDeF"), "abcdef");
1074 CHECK(RTStrIStr("abcde
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dutf-8-case.cpp198 RTDECL(char *) RTStrIStr(const char *pszHaystack, const char *pszNeedle) function
273 RT_EXPORT_SYMBOL(RTStrIStr); variable
H A Dministring.cpp345 return ::RTStrIStr(m_psz, that.m_psz) != NULL;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp1600 && RTStrIStr(pszSymPrefix + 3, pDrvIns->pReg->szName) != NULL)
1638 && RTStrIStr(pszSymPrefix + 3, pDrvIns->pReg->szName) != NULL)
H A DPDMDevHlp.cpp2147 && RTStrIStr(pszSymPrefix + 3, pDevIns->pReg->szName) != NULL)
2185 && RTStrIStr(pszSymPrefix + 3, pDevIns->pReg->szName) != NULL)
/vbox/include/iprt/
H A Dstring.h2402 RTDECL(char *) RTStrIStr(const char *pszHaystack, const char *pszNeedle);
H A Dmangling.h1475 # define RTStrIStr RT_MANGLER(RTStrIStr) macro
/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp611 if (RTStrIStr(pDev->pszName, "Mic") == 0) /** @todo what is with non en_us windows versions? */

Completed in 116 milliseconds