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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp5032 const char *pchDirective = ScmStreamCGetWord(pStrmInput, &cchDirective); local
5033 if (pchDirective)
5036 #define IS_DIRECTIVE(a_sz) ( sizeof(a_sz) - 1 == cchDirective && strncmp(pchDirective, a_sz, sizeof(a_sz) - 1) == 0)
5064 rcExit = vbcppError(pThis, "Unknown preprocessor directive '#%.*s'", cchDirective, pchDirective);

Completed in 61 milliseconds