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

/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1019 char lastPathChar, lastLocationChar; local
1023 lastPathChar = cmp[0];
1026 if( lastPathChar) {
1028 lastPathChar = *cmp++;
1041 if (!lastPathChar && !lastLocationChar) {
1046 if( (',' != lastPathChar) && (':' != lastPathChar))
1047 lastPathChar = 0;
1049 if (lastPathChar && lastLocationChar && (lastPathChar !
[all...]

Completed in 22 milliseconds