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

/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp462 char *pCh = RTStrStr((char*)pBuf, "("); local
465 if (!(pCh && pTmpCh))
471 if (((pTmpCh - (char *)pBuf) - (pCh - (char *)pBuf)) < 0) {
477 pCh+1, ((pTmpCh - (char *)pBuf) - (pCh - (char *)pBuf)) - 1))
482 *((char *)pThis->szParportName + (pTmpCh - (char *)pBuf) - (pCh - (char *)pBuf) + 1 ) = '\0';

Completed in 45 milliseconds