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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp762 static char vbcppStrBufLastCh(PVBCPPSTRBUF pStrBuf) function
2121 if (RT_C_IS_SPACE(vbcppStrBufLastCh(pStrBuf)))
4399 && ( RT_C_IS_SPACE(vbcppStrBufLastCh(pStrBuf))
4400 || vbcppStrBufLastCh(pStrBuf) == '\0') )

Completed in 62 milliseconds