Searched refs:RTStrCatP (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTStrCatP.cpp35 RTDECL(int) RTStrCatP(char **ppszDst, size_t *pcbDst, const char *pszSrc) function
50 RT_EXPORT_SYMBOL(RTStrCatP); variable
/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp350 RTStrCatP(&pszTmp, &cbSize, pszScheme);
351 RTStrCatP(&pszTmp, &cbSize, ":");
354 RTStrCatP(&pszTmp, &cbSize, "//");
355 RTStrCatP(&pszTmp, &cbSize, pszAuthority1);
359 RTStrCatP(&pszTmp, &cbSize, pszPath1);
363 RTStrCatP(&pszTmp, &cbSize, "?");
364 RTStrCatP(&pszTmp, &cbSize, pszQuery1);
368 RTStrCatP(&pszTmp, &cbSize, "#");
369 RTStrCatP(&pszTmp, &cbSize, pszFragment1);
606 RTStrCatP(
[all...]
/vbox/src/VBox/Runtime/common/path/
H A DRTPathCalcRelative.cpp115 rc = RTStrCatP(&pszPathTmp, &cbPathTmp, pszPathTo);
/vbox/include/iprt/
H A Dstring.h2272 RTDECL(int) RTStrCatP(char **ppszDst, size_t *pcbDst, const char *pszSrc);
H A Dmangling.h1441 # define RTStrCatP RT_MANGLER(RTStrCatP) macro

Completed in 300 milliseconds