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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp542 char chRight = *pszModule++; local
543 if (chLeft != chRight)
546 if (chLeft != RT_C_TO_LOWER(chRight))
548 if ( chRight == '\0'
H A DSUPDrv-win.cpp2332 char chRight = *pszRight++; local
2333 Assert(chRight == RT_C_TO_LOWER(chRight));
2335 if ( wchLeft != chRight
2336 && RT_C_TO_LOWER(wchLeft) != chRight)
2338 if (!chRight)

Completed in 60 milliseconds