Searched refs:RTStrCat (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTStrCat.cpp3 * IPRT - RTStrCat.
35 RTDECL(int) RTStrCat(char *pszDst, size_t cbDst, const char *pszSrc) function
55 RT_EXPORT_SYMBOL(RTStrCat); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrCatCopy.cpp87 RTTestISub("RTStrCat");
92 RTTESTI_CHECK_RC(RTStrCat(pszBuf4H, 4, "abc"), VINF_SUCCESS);
95 RTTESTI_CHECK_RC(RTStrCat(pszBuf4T, 4, "abc"), VINF_SUCCESS);
100 RTTESTI_CHECK_RC(RTStrCat(pszBuf4H, 4, "bc"), VINF_SUCCESS);
102 RTTESTI_CHECK_RC(RTStrCat(pszBuf4T, 4, "bc"), VINF_SUCCESS);
107 RTTESTI_CHECK_RC(RTStrCat(pszBuf4H, 4, "c"), VINF_SUCCESS);
109 RTTESTI_CHECK_RC(RTStrCat(pszBuf4T, 4, "c"), VINF_SUCCESS);
114 RTTESTI_CHECK_RC(RTStrCat(pszBuf4H, 4, ""), VINF_SUCCESS);
116 RTTESTI_CHECK_RC(RTStrCat(pszBuf4T, 4, ""), VINF_SUCCESS);
121 RTTESTI_CHECK_RC(RTStrCat(pszBuf4
[all...]
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp893 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
895 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs),
926 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
928 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), ValueUnion.psz);
970 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), " ");
972 vrc = RTStrCat(szMSIArgs, sizeof(szMSIArgs), ValueUnion.psz);
/vbox/src/VBox/Runtime/common/err/
H A Derrinfo.cpp84 RTStrCat(pErrInfo->pszMsg, pErrInfo->cbMsg, pszMsg);
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp134 rc = RTStrCat(szPath, sizeof(szPath), pszExt);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp116 rc = RTStrCat(szDTraceCmd, sizeof(szDTraceCmd), RTLdrGetSuff());
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp107 rc = RTStrCat(szDest, sizeof(szDest), " nohistory");
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp341 rc = RTStrCat(pOpts->szOutput, sizeof(pOpts->szOutput), pOpts->pszSuff);
H A DRTDbgSymCache.cpp353 rc = RTStrCat(szDstPath, sizeof(szDstPath), pszExtraStuff);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp469 rc = RTStrCat(pszPath, RTPATH_MAX, pszSuffix);
524 rc = RTStrCat(pszPath, RTPATH_MAX, pszSuffix);
1714 rc2 = RTStrCat(szPath, sizeof(szPath), papszSuffixes[0]);
1716 rc2 = RTStrCat(szPath, sizeof(szPath), pszBundleSubDir);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1359 vrc = RTStrCat(szPath, sizeof(szPath), pszDefExt);
1387 vrc = RTStrCat(szPath, sizeof(szPath), ".rel");
1406 vrc = RTStrCat(szPath, sizeof(szPath), ".rel");
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp1907 rc2 = RTStrCat(szParmVerbose, sizeof(szParmVerbose), "-");
1910 rc2 = RTStrCat(szParmVerbose, sizeof(szParmVerbose), "v");
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp801 vrc = RTStrCat(szPath, sizeof(szPath), RTLdrGetSuff());
/vbox/include/iprt/
H A Dstring.h2236 RTDECL(int) RTStrCat(char *pszDst, size_t cbDst, const char *pszSrc);
H A Dmangling.h1439 # define RTStrCat RT_MANGLER(RTStrCat) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp490 rc = RTStrCat(pThis->szName, sizeof(pThis->szName), "/");
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp234 rc = RTStrCat(szExtPackUnInstDir, sizeof(szExtPackUnInstDir), "-_-uninst");
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4768 rc = RTStrCat(szOld, sizeof(szOld), ".old");
4795 rc = RTStrCat(szOld, sizeof(szOld), ".old");

Completed in 132 milliseconds