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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp852 char * nextComp; local
860 nextComp = path;
865 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1);
866 nextComp[ len++ ] = ':';
867 nextComp += len;
875 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
904 *nextComp++ = '/';
905 *nextComp = 0;
915 nextComp = path + len;
920 strlcpy( nextComp, alia
[all...]

Completed in 20 milliseconds