Searched refs:ch2Upper (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp73 char ch2Upper = *pszUpper++; local
75 if ( ch1 != ch2Upper
77 return ch1 < ch2Upper ? -1 : 1;

Completed in 39 milliseconds