Searched refs:RTStrStr (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTStrStr.cpp3 * IPRT - RTStrStr.
35 RTDECL(char *) RTStrStr(const char *pszHaystack, const char *pszNeedle) function
46 RT_EXPORT_SYMBOL(RTStrStr); variable
H A Dministring.cpp344 return ::RTStrStr(m_psz, that.m_psz) != NULL;
/vbox/src/VBox/Runtime/common/misc/
H A Dcidr.cpp57 pszNetmask = RTStrStr(psz, "/");
H A Ds3.cpp158 if (RTStrStr(ppHeaders[i], "Date: ") == ppHeaders[i])
162 else if(RTStrStr(ppHeaders[i], "Content-Type: ") == ppHeaders[i])
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetPortForwardString.cpp73 char *pszEndOfAddress = RTStrStr(pszRaw, PF_STR_ADDRESS_FIELD_ENDS);
110 pszEndOfPort = RTStrStr(pszRaw, ":");
257 char *pszEndOfName = RTStrStr(pszRaw + 1, PF_STR_FIELD_SEPARATOR);
H A DComHostUtils.cpp97 pszTerm = RTStrStr(pszLo2Off, "=");
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1025 * Tests RTStrStr and RTStrIStr.
1047 RTTestSub(hTest, "RTStrStr");
1048 CHECK(RTStrStr("abcdef", ""), "abcdef");
1049 CHECK_NULL(RTStrStr("abcdef", NULL));
1050 CHECK_NULL(RTStrStr(NULL, ""));
1051 CHECK_NULL(RTStrStr(NULL, NULL));
1052 CHECK(RTStrStr("abcdef", "abcdef"), "abcdef");
1053 CHECK(RTStrStr("abcdef", "b"), "bcdef");
1054 CHECK(RTStrStr("abcdef", "bcdef"), "bcdef");
1055 CHECK(RTStrStr("abcde
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp106 char* beginSignatureStr = RTStrStr((char*)pvBuf, "=");
108 char* endSignatureStr = RTStrStr((char*)pvBuf, "-----BEGIN CERTIFICATE-----");
H A Dmanifest.cpp461 /** @todo r=bird: Using RTStrStr here looks bogus. */
462 if (RTStrStr(paFiles[i].pTestPattern->pszTestFile, RTStrStrip(pszName)) != NULL)
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp257 && !RTStrStr(pszFlags, "RDONLYGUEST"))
1114 RTStrStr(szVal, "0x") == szVal ? 0 : 16);
1128 RTStrStr(szVal, "0x") == szVal ? 0 : 16);
1140 RTStrStr(szVal, "0x") == szVal ? 0 : 16);
1152 RTStrStr(szVal, "0x") == szVal ? 0 : 16);
/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp456 if (RTStrStr((char*)pBuf, "LPT"))
462 char *pCh = RTStrStr((char*)pBuf, "(");
463 char *pTmpCh = RTStrStr((char *)pBuf, ")");
489 if (!RTStrStr((char *)pThis->szParportName, "LPT")
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceUtils.cpp179 && !RTStrStr(pszFlags, "RDONLYGUEST"))
H A DVBoxServicePropCache.cpp348 if (RTStrStr(pNodeIt->pszName, pszPath) == pNodeIt->pszName)
H A DVBoxServiceControlProcess.cpp1319 if (RTStrStr(pszExec, "vbox_") == pszExec)
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c738 token = RTStrStr(res, " \t");
928 token = RTStrStr(res, " \t");
/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp250 char *pszEq = RTStrStr(pszSrc, "=");
257 char *pszEnd = RTStrStr(pszEq, ";");
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_vrdp.cpp345 if (RTStrStr(pachFormats, "H3DOR_FMT_RGBA_TOPDOWN"))
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp255 if ( RTStrStr((char*)pvd.name_id, RTISOFS_STANDARD_ID)
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c140 || RTStrStr((const char *)pcTftpSession->pszFilename, "/../"))
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp453 && !RTStrStr(pszFlags, "RDONLYGUEST"))
/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp543 char *pszPortStart = RTStrStr(pszAddress, ":");
/vbox/include/iprt/
H A Dstring.h2387 RTDECL(char *) RTStrStr(const char *pszHaystack, const char *pszNeedle);
H A Dmangling.h1523 # define RTStrStr RT_MANGLER(RTStrStr) macro
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp410 char *pComma = RTStrStr(pcszGroups, ",");
1780 token = RTStrStr(token, ",");
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1472 const char *pcszComma = RTStrStr(pcszNext, ",");
1478 const char *pcszEqual = RTStrStr(strFlag.c_str(), "=");
3200 char *pSlash = RTStrStr(pStr, "/");

Completed in 723 milliseconds