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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp893 char * nextComp; local
901 nextComp = path;
906 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1);
907 nextComp[ len++ ] = ':';
908 nextComp += len;
916 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
945 *nextComp++ = '/';
946 *nextComp = 0;
956 nextComp = path + len;
961 strlcpy( nextComp, alia
[all...]

Completed in 9 milliseconds