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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp983 char lastPathChar, lastLocationChar; local
987 lastPathChar = cmp[0];
990 if( lastPathChar) {
992 lastPathChar = *cmp++;
1005 if (!lastPathChar && !lastLocationChar) {
1010 if( (',' != lastPathChar) && (':' != lastPathChar))
1011 lastPathChar = 0;
1013 if (lastPathChar && lastLocationChar && (lastPathChar !
[all...]

Completed in 8 milliseconds