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

12

/vbox/src/VBox/Runtime/common/string/
H A DRTStrNLen.cpp37 const char *pchEnd = RTStrEnd(pszString, cchMax);
H A DRTStrCatEx.cpp37 char *pszDst2 = RTStrEnd(pszDst, cbDst);
41 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc);
H A DRTStrNLenEx.cpp36 const char *pchEnd = RTStrEnd(pszString, cchMax);
H A DRTStrCat.cpp37 char *pszDst2 = RTStrEnd(pszDst, cbDst);
H A DRTStrCatP.cpp43 char *pszDst = RTStrEnd(pszDstOrg, cbDst);
H A DRTStrCatPEx.cpp42 char *pszDst = RTStrEnd(*ppszDst, cbDst);
H A DRTStrCopyEx.cpp37 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc);
H A DRTStrCopyPEx.cpp37 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc);
H A Dstringalloc.cpp143 char const *pszEnd = RTStrEnd(pszString, cchMax);
275 pszZero = RTStrEnd(pszOld, cchNew + 63);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestProp.cpp63 # define RTStrEnd xf86RTStrEnd macro
65 DECLINLINE(char const *) RTStrEnd(char const *pszString, size_t cchMax) function
80 DECLINLINE(char *) RTStrEnd(char *pszString, size_t cchMax) function
379 char *pszFlags = RTStrEnd((char *)pvBuf, cbBuf) + 1;
387 char *pszEos = RTStrEnd(pszFlags, cbBuf - (pszFlags - (char *)pvBuf));
738 char *pszValue = pchNext = RTStrEnd(pchNext, pchEnd - pchNext) + 1;
741 char *pszTimestamp = pchNext = RTStrEnd(pchNext, pchEnd - pchNext) + 1;
744 char *pszFlags = pchNext = RTStrEnd(pchNext, pchEnd - pchNext) + 1;
754 pchNext = RTStrEnd(pchNext, pchEnd - pchNext) + 1;
961 char *pszValue = RTStrEnd((cha
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryDmi.cpp76 RTTESTI_CHECK(RTStrEnd(szInfo, sizeof(szInfo)) != NULL);
111 if (!RTStrEnd(szInfo, cch))
H A DtstRTSystemQueryOsInfo.cpp89 RTTESTI_CHECK(RTStrEnd(szInfo, sizeof(szInfo)) != NULL);
124 if (!RTStrEnd(szInfo, cch))
H A DtstUtf8.cpp1009 * Tests RTStrEnd
1013 RTTestSub(hTest, "RTStrEnd");
1016 RTTESTI_CHECK(RTStrEnd(s_szEmpty, 0) == NULL);
1017 RTTESTI_CHECK(RTStrEnd(s_szEmpty, 1) == &s_szEmpty[0]);
1019 RTTESTI_CHECK(RTStrEnd(s_szEmpty, ~i) == &s_szEmpty[0]);
/vbox/src/VBox/Runtime/generic/
H A Dstrcache-stubs-generic.cpp66 Assert(!RTStrEnd(pchString, cchString));
84 Assert(!RTStrEnd(pchString, cchString));
H A DRTDirCreateUniqueNumbered-generic.cpp50 char *pszEnd = RTStrEnd(pszPath, cbSize);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathAppendEx.cpp109 char *pszPathEnd = RTStrEnd(pszPath, cbPathDst);
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/
H A DVBoxNetAdp-freebsd.c181 pReq->szName[0] && RTStrEnd(pReq->szName, RT_MIN(IOCPARM_LEN(iCmd), sizeof(pReq->szName))) ?
191 if (!RTStrEnd(pReq->szName, RT_MIN(sizeof(pReq->szName), IOCPARM_LEN(iCmd))))
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp245 Assert(RTStrEnd(pszErrorId, 128) != NULL);
247 Assert(RTStrEnd(pszFormat, 512) != NULL);
/vbox/src/VBox/Debugger/
H A DDBGPlugInSolaris.cpp449 if (!RTStrEnd(szModName, sizeof(szModName)))
457 else if (!RTStrEnd(szFilename, sizeof(szFilename)))
596 if (!RTStrEnd(szModName, sizeof(szModName)))
604 else if (!RTStrEnd(szFilename, sizeof(szFilename)))
H A DDBGPlugInDarwin.cpp335 char *pszEnd = RTStrEnd(pszVersion, cchVersion);
761 || !RTStrEnd(pszName, sizeof(uMod.Info64.name))
770 if ( !RTStrEnd(pszVersion, sizeof(uMod.Info64.version))
/vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/
H A DVBoxNetAdp-darwin.cpp408 pReq->szName[0] && RTStrEnd(pReq->szName, RT_MIN(cbReq, sizeof(pReq->szName))) ?
422 if (!RTStrEnd(pReq->szName, RT_MIN(cbReq, sizeof(pReq->szName))))
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp211 AssertReturn(RTStrEnd(&pReg->szName[0], sizeof(pReg->szName)), VERR_INVALID_NAME);
306 AssertReturn(RTStrEnd(&pReg->szName[0], sizeof(pReg->szName)), VERR_INVALID_NAME);
H A DPDMDriver.cpp272 AssertMsgReturn(RTStrEnd(pReg->szName, sizeof(pReg->szName)),
279 && RTStrEnd(pReg->szR0Mod, sizeof(pReg->szR0Mod))),
284 && RTStrEnd(pReg->szRCMod, sizeof(pReg->szRCMod))),
/vbox/include/iprt/
H A Dstring.h2493 DECLINLINE(char const *) RTStrEnd(char const *pszString, size_t cchMax)
2508 DECLINLINE(char *) RTStrEnd(char *pszString, size_t cchMax) function
2510 DECLINLINE(char *) RTStrEnd(const char *pszString, size_t cchMax)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp1634 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, RTStrEnd(pReq->u.In.szName, sizeof(pReq->u.In.szName)));
1636 REQ_CHECK_EXPR(SUP_IOCTL_LDR_OPEN, RTStrEnd(pReq->u.In.szFilename, sizeof(pReq->u.In.szFilename)));
1672 REQ_CHECK_EXPR_FMT(RTStrEnd((char const *)&pReq->u.In.abImage[pReq->u.In.offStrTab + paSyms[i].offName],
1709 REQ_CHECK_EXPR(SUP_IOCTL_LDR_GET_SYMBOL, RTStrEnd(pReq->u.In.szSymbol, sizeof(pReq->u.In.szSymbol)));
1951 REQ_CHECK_EXPR(SUP_IOCTL_CALL_SERVICE, RTStrEnd(pReq->u.In.szName, sizeof(pReq->u.In.szName)));
2167 if (!RTStrEnd(pReq->u.In.szName, sizeof(pReq->u.In.szName)))
4026 psz = RTStrEnd(pFactory->szName, sizeof(pFactory->szName));
4165 pszEnd = RTStrEnd(pszName, RT_SIZEOFMEMB(SUPDRVFACTORY, szName));
4170 pszEnd = RTStrEnd(pszInterfaceUuid, RTUUID_STR_LENGTH);
4932 pszEnd = RTStrEnd(pszSymbo
[all...]

Completed in 445 milliseconds

12