Searched refs:RTStrStripL (Results 26 - 39 of 39) sorted by relevance

12

/vbox/include/iprt/
H A Dstring.h2142 RTDECL(char *) RTStrStripL(const char *psz);
H A Dmangling.h1525 # define RTStrStripL RT_MANGLER(RTStrStripL) macro
/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp110 pszPart2 = RTStrStripL(pszPart2);
/vbox/src/bldprogs/
H A Dscm.cpp1544 const char *psz = RTStrStripL(strchr(s_szRev, ' '));
H A DVBoxTpG.cpp2329 const char *psz = RTStrStripL(strchr(s_szRev, ' '));
H A DVBoxCPP.cpp5363 const char *psz = RTStrStripL(strchr(s_szRev, ' '));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp294 const char *pszKeys = RTStrStripL(KeysUtf8.c_str());
366 char *pszNext = RTStrStripL(psz + cchKey);
H A DVBoxManageModifyVM.cpp437 pszNext = RTStrStripL(pszNext);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp941 char *psz = RTStrStripL(szLine);
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp1300 const char *pszFixed = RTStrStripL(pszSep);
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1730 *ppszComment = RTStrStripL(pszArgs);
H A DPGM.cpp2668 pszArgs = RTStrStripL(pszArgs);
H A DCPUMR3CpuId.cpp5525 pszArgs = RTStrStripL(pszArgs);
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4544 pszName = RTStrStripL(pszName);

Completed in 409 milliseconds

12