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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTErrUnique.cpp54 size_t cchDefine = strlen(pszDefine); local
59 return STR_ENDS_WITH(pszDefine, cchDefine, "_FIRST")
60 || STR_ENDS_WITH(pszDefine, cchDefine, "_LAST")
61 || STR_ENDS_WITH(pszDefine, cchDefine, "_LOWEST")
62 || STR_ENDS_WITH(pszDefine, cchDefine, "_HIGHEST")
/vbox/src/VBox/Runtime/common/err/
H A Derrmsg.cpp94 size_t const cchDefine = strlen(g_aStatusMsgs[i].pszDefine); local
95 if ( !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_FIRST")
96 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_LAST")
97 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_LOWEST")
98 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_HIGHEST")
/vbox/src/bldprogs/
H A DVBoxCPP.cpp524 static PVBCPPMACRO vbcppMacroLookup(PVBCPP pThis, const char *pszDefine, size_t cchDefine);
1554 size_t cchDefine; local
1555 const char *pchDefine = ScmStreamCGetWordM1(pStrmInput, &cchDefine);
1561 PVBCPPMACRO pMacro = vbcppMacroLookup(pThis, pchDefine, cchDefine);
1578 rcExit = vbcppStrBufAppendN(&ExpCtx.StrBuf, pchDefine, cchDefine);
1580 rcExit = vbcppMacroExpandIt(pThis, &ExpCtx, 0 /* offset */, pMacro, cchDefine);
1607 int rc = ScmStreamWrite(&pThis->StrmOutput, pchDefine, cchDefine);
1642 * @param cchDefine The length of the name. RTSTR_MAX is ok.
1644 static bool vbcppMacroExists(PVBCPP pThis, const char *pszDefine, size_t cchDefine) argument
1646 return cchDefine >
1661 vbcppMacroLookup(PVBCPP pThis, const char *pszDefine, size_t cchDefine) argument
2132 size_t cchDefine = pszSrc - pszSrcSeq; local
2346 size_t const cchDefine = *poff - offDefine; local
2435 size_t cchDefine = off - offDefine; local
2527 vbcppMacroUndef(PVBCPP pThis, const char *pszDefine, size_t cchDefine, bool fExplicitUndef) argument
2634 vbcppMacroAddFn(PVBCPP pThis, const char *pszDefine, size_t cchDefine, const char *pszParams, size_t cchParams, const char *pszValue, size_t cchValue, bool fCmdLine) argument
2757 vbcppMacroAdd(PVBCPP pThis, const char *pszDefine, size_t cchDefine, const char *pszValue, size_t cchValue, bool fCmdLine) argument
2980 size_t cchDefine; local
3094 size_t cchDefine; local
4575 size_t cchDefine; local
4621 size_t cchDefine; local
[all...]

Completed in 48 milliseconds