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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp609 static RTEXITCODE vbcppErrorPos(PVBCPP pThis, const char *pszPos, const char *pszMsg, ...) function
831 vbcppErrorPos(pThis, pchIdentifier, "Zero length identifier");
837 vbcppErrorPos(pThis, pchIdentifier, "Bad lead chararacter in identifier: '%.*s'", cchIdentifier, pchIdentifier);
845 vbcppErrorPos(pThis, pchIdentifier + off, "Illegal chararacter in identifier: '%.*s' (#%zu)", cchIdentifier, pchIdentifier, off + 1);
2663 return vbcppErrorPos(pThis, &pszParams[off], "Unexpected character");
2770 return vbcppErrorPos(pThis, pszDefine, "The define has no name");
2790 return vbcppErrorPos(pThis, pszParams + cchParams - 1, "Missing closing parenthesis");

Completed in 233 milliseconds