Searched defs:vbcppStrBufAppendCh (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxCPP.cpp725 static RTEXITCODE vbcppStrBufAppendCh(PVBCPPSTRBUF pStrBuf, char ch) function
2123 rcExit = vbcppStrBufAppendCh(pStrBuf, ch);
2143 rcExit = vbcppStrBufAppendCh(pStrBuf, ' ');
2158 rcExit = vbcppStrBufAppendCh(pStrBuf, ',');
2164 rcExit = vbcppStrBufAppendCh(pStrBuf, ' ');
2173 rcExit = vbcppStrBufAppendCh(pStrBuf, ch);
4314 RTEXITCODE rcExit = vbcppStrBufAppendCh(pStrBuf, chOpen);
4326 rcExit = vbcppStrBufAppendCh(pStrBuf, '\\');
4328 rcExit = vbcppStrBufAppendCh(pStrBuf, ch);
4334 rcExit = vbcppStrBufAppendCh(pStrBu
[all...]

Completed in 57 milliseconds