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

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp69 static void strLenRemoveTrailingWhiteSpace(char *psz, size_t cchStr) argument
71 while ( (cchStr > 0)
72 && (psz[cchStr -1] == ' '))
73 psz[--cchStr] = '\0';
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp1050 ssize_t cchStr; local
1056 cchStr = RTStrNLen(pszStr, (unsigned)cchPrecision);
1061 while (--cchWidth >= cchStr)
1065 while (offCur < cchStr)
1090 while (--cchWidth >= cchStr)
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp735 ssize_t cchStr = RTStrAPrintfV(&pszStr, pszFormat, va); local
739 RTPipeWriteBlocking(pTest->hXmlPipe, pszStr, cchStr, NULL);
741 RTFileWrite(pTest->hXmlFile, pszStr, cchStr, NULL);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py66 cchStr = getSZLen(abData, off);
67 if cchStr >= 0:
68 abStr = abData[off:(off + cchStr)];
/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp564 size_t cchStr = 0; local
575 cchStr++;
581 pToken->Class.StringConst.cchString = cchStr;
582 pToken->Pos.iChEnd += cchStr;

Completed in 110 milliseconds