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

/vbox/src/VBox/Debugger/
H A DDBGCCmdHlp.cpp71 char *pchQuote = (char *)memchr(psz, chQuote, cch); local
72 if (!pchQuote)
77 size_t cchSub = pchQuote - psz + 1;

Completed in 69 milliseconds