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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp1052 static RTEXITCODE vbcppOutputWrite(PVBCPP pThis, const char *pch, size_t cch) function
1354 rcExit = vbcppOutputWrite(pThis, "/*", 2);
1370 rcExit = vbcppOutputWrite(pThis, "*/", 2);
1417 rcExit = vbcppOutputWrite(pThis, pszLine, cchLine + enmEol);
1421 rcExit = vbcppOutputWrite(pThis, pszLine + cchLine, enmEol);

Completed in 60 milliseconds