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

12

/vbox/src/VBox/Runtime/common/string/
H A Dstrstrip.cpp66 RTDECL(char *) RTStrStripL(const char *psz) function
74 RT_EXPORT_SYMBOL(RTStrStripL); variable
/vbox/src/VBox/Runtime/common/checksum/
H A Dmd2str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTMD2_HASH_SIZE, 0 /*fFlags*/);
H A Dmd5str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTMD5_HASH_SIZE, 0 /*fFlags*/);
H A Dsha1str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA1_HASH_SIZE, 0 /*fFlags*/);
H A Dsha224str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA224_HASH_SIZE, 0 /*fFlags*/);
H A Dsha256str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA256_HASH_SIZE, 0 /*fFlags*/);
H A Dsha384str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA384_HASH_SIZE, 0 /*fFlags*/);
H A Dsha512str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA512_HASH_SIZE, 0 /*fFlags*/);
H A Dsha512t224str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA512T224_HASH_SIZE, 0 /*fFlags*/);
H A Dsha512t256str.cpp47 return RTStrConvertHexBytes(RTStrStripL(pszDigest), &pabDigest[0], RTSHA512T256_HASH_SIZE, 0 /*fFlags*/);
H A Dmanifest2.cpp1330 psz = RTStrStripL(psz);
1341 char *psz2 = RTStrStripL(psz + 1);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsystemmem-linux.cpp78 rc = RTStrToUInt64Ex(RTStrStripL(&sz[sizeof("MemTotal:")]), NULL, 0, &cbTotal);
80 rc = RTStrToUInt64Ex(RTStrStripL(&sz[sizeof("MemFree:")]), NULL, 0, &cbFree);
82 rc = RTStrToUInt64Ex(RTStrStripL(&sz[sizeof("Buffers:")]), NULL, 0, &cbBuffers);
84 rc = RTStrToUInt64Ex(RTStrStripL(&sz[sizeof("Cached:")]), NULL, 0, &cbCached);
/vbox/src/VBox/Runtime/common/net/
H A Dmacstr.cpp59 int rc = RTStrToUInt8Ex(RTStrStripL(pszValue), &pszNext, 16, &pAddr->au8[0]);
85 pszNext = RTStrStripL(pszNext);
H A Dnetaddrstr2.cpp93 pcszAddr = RTStrStripL(pcszAddr);
98 pszNext = RTStrStripL(pszNext);
384 pcszAddr = RTStrStripL(pcszAddr);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp285 rc = RTStrToUInt64Ex(RTStrStripL(&szLine[9]), &psz, 0, &u64Kb);
291 rc = RTStrToUInt64Ex(RTStrStripL(&szLine[8]), &psz, 0, &u64Kb);
297 rc = RTStrToUInt64Ex(RTStrStripL(&szLine[8]), &psz, 0, &u64Kb);
303 rc = RTStrToUInt64Ex(RTStrStripL(&szLine[7]), &psz, 0, &u64Kb);
309 rc = RTStrToUInt64Ex(RTStrStripL(&szLine[10]), &psz, 0, &u64Kb);
364 rc = RTStrToUInt64Ex(RTStrStripL(psz), &psz, 0, &u64User);
368 rc = RTStrToUInt64Ex(RTStrStripL(psz), &psz, 0, &u64Nice);
372 rc = RTStrToUInt64Ex(RTStrStripL(psz), &psz, 0, &u64System);
376 rc = RTStrToUInt64Ex(RTStrStripL(psz), &psz, 0, &u64Idle);
/vbox/src/VBox/Debugger/
H A DDBGCCmdWorkers.cpp62 pszCmd = RTStrStripL(pszCmd);
100 pszCmd = RTStrStripL(pszCmd);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp371 pszSpec = RTStrStripL(pszSpec + sizeof(RTVFSCHAIN_SPEC_PREFIX) - 1);
394 pszSrc = RTStrStripL(pszSrc + cch);
469 pszSrc = RTStrStripL(pszSrc + 1);
490 pszSrc = RTStrStripL(pszSrc + 1);
502 pszSrc = RTStrStripL(pszSrc + 1);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp156 pszValue = RTStrStripL(pszValue);
254 pszValue = RTStrStripL(pszValue);
281 char *pszValue2 = RTStrStripL(pszNext + 1);
358 pszValue = RTStrStripL(pszValue);
574 psz = RTStrStripL(psz + 3);
616 psz = RTStrStripL(psz);
662 psz = RTStrStripL(psz);
685 psz = RTStrStripL(psz);
760 psz = RTStrStripL(psz);
1212 pszBuf = RTStrStripL(pszBu
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp481 psz = RTStrStripL(psz + 5);
492 psz = RTStrStripL(psz + 5);
510 psz = RTStrStripL(psz + 4);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp269 pszModNameEnd = pszModName = RTStrStripL(pszModName);
284 pszEnd = RTStrStripL(pszEnd);
448 char *pszType = RTStrStripL(szLine);
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp463 psz = RTStrStripL(szLine);
468 psz = RTStrStripL(psz + 2); Assert(!strncmp(psz, RT_STR_TUPLE("Bus=")));
469 psz = RTStrStripL(psz + 4);
482 psz = RTStrStripL(psz + 5);
495 psz = RTStrStripL(szLine);
508 psz = RTStrStripL(psz + 5);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp782 rc = RTStrToInt32Ex(RTStrStripL(&szLine[19]), &psz, 0, &maxCapacity);
809 rc = RTStrToInt32Ex(RTStrStripL(&szLine[19]), &psz, 0, &currentCapacity);
835 rc = RTStrToInt32Ex(RTStrStripL(&szLine[13]), &psz, 0, &presentRate);
/vbox/src/VBox/Storage/
H A DDMG.cpp880 (psz) = RTStrStripL((psz) + sizeof(szWord) - 1); \
887 (psz) = RTStrStripL((psz) + sizeof(szWord) - 1); \
894 (psz) = RTStrStripL((psz) + sizeof("<" szTag ">") - 1); \
908 (psz) = RTStrStripL((psz) + sizeof("</" szTag ">") - 1); \
1039 psz = RTStrStripL(psz);
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp79 strcpy(szTmp, RTStrStripL(strchr(pState->szLine, ':') + 1));
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp112 pszNext = RTStrStripL (pszNext);

Completed in 79 milliseconds

12