Searched refs:RTStrStrip (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrstrip.cpp44 RTDECL(char *) RTStrStrip(char *psz) function
57 RT_EXPORT_SYMBOL(RTStrStrip); variable
/vbox/src/VBox/Runtime/generic/
H A DRTMpGetDescription-generic.cpp102 char *pszSrc = RTStrStrip(szString);
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp129 RTPrintf("%25s: %s\n", s_aDmiStrings[iDmiString].pszName, RTStrStrip(szTmp));
131 RTPrintf("%25s: %s [rc=%Rrc]\n", s_aDmiStrings[iDmiString].pszName, RTStrStrip(szTmp), rc);
350 int cch = RTPrintf("%s\n", RTStrStrip(szTmp));
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp462 if (RTStrStr(paFiles[i].pTestPattern->pszTestFile, RTStrStrip(pszName)) != NULL)
465 paFiles[i].pszManifestFile = RTStrDup(RTStrStrip(pszName));
466 paFiles[i].pszManifestDigest = RTStrDup(RTStrStrip(pszDigest));
H A Dmanifest2.cpp1313 char *psz = RTStrStrip(szLine);
1361 psz = RTStrStrip(psz + 1);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp149 pszEnvValue = RTStrStrip(szEnvValue);
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevTesting.cpp155 pszRegNm = RTStrStrip(pszRegNm);
157 char *pszValueNm = RTStrStrip(pThis->TestingData.String.sz);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp1671 strMtu = RTStrStrip(ch);
1673 strSockSnd = RTStrStrip(ch);
1675 strSockRcv = RTStrStrip(ch);
1677 strTcpSnd = RTStrStrip(ch);
1679 strTcpRcv = RTStrStrip(ch);
1717 strName = RTStrStrip(ch);
1719 strProto = RTStrStrip(ch);
1721 strHostIp = RTStrStrip(ch);
1723 strHostPort = RTStrStrip(ch);
1725 strGuestIp = RTStrStrip(c
[all...]
H A DVBoxManageControlVM.cpp549 strName = RTStrStrip(ch);
551 strProto = RTStrStrip(ch);
553 strHostIp = RTStrStrip(ch);
555 strHostPort = RTStrStrip(ch);
557 strGuestIp = RTStrStrip(ch);
559 strGuestPort = RTStrStrip(ch);
H A DVBoxInternalManage.cpp371 psz = RTStrStrip(pszKeys);
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp227 char *psz = RTStrStrip(szLine);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp102 char *pszStart = RTStrStrip(pszBuf);
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1341 pszVendor = RTStrStrip(szVendor);
1352 pszProduct = RTStrStrip(szProduct);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp882 pszVendor = RTStrStrip(szVendor);
893 pszProduct = RTStrStrip(szProduct);
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp263 pszMsgText = RTStrStrip(pszMsgText);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp563 psz = RTStrStrip(szLine);
/vbox/include/iprt/
H A Dstring.h2134 RTDECL(char *) RTStrStrip(char *psz);
H A Dmangling.h1524 # define RTStrStrip RT_MANGLER(RTStrStrip) macro
/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp145 char *pszValue = RTStrStrip(pszEqual + 1);
/vbox/src/bldprogs/
H A Dscmsubversion.cpp589 char *pszStripped = RTStrStrip(pszVersion);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp296 char *pszMaxLevel = RTStrStrip(szEnvVal);
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp309 pszMsgText = RTStrStrip(pszMsgText);
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4503 pszCpuDesc = RTStrStrip(szNameRaw);

Completed in 181 milliseconds