Searched refs:nextComp (Results 1 – 1 of 1) sorted by relevance
1235 char * nextComp; in getPath() local1244 nextComp = path; in getPath()1250 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1); in getPath()1251 nextComp[len++] = ':'; in getPath()1252 nextComp += len; in getPath()1260 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1); in getPath()1285 *nextComp++ = '/'; in getPath()1286 *nextComp = 0; in getPath()1295 nextComp = path + len; in getPath()1300 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1); in getPath()[all …]