Home
last modified time | relevance | path

Searched refs:fullLen (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c301 int32_t longEntryStartCluster, char *fullPath, int *fullLen) in storeInfoAboutEntry() argument
316 appendToPath(dp, fullPath, fullLen); in storeInfoAboutEntry()
325 (char *)malloc(*fullLen + 1)) != NULL) { in storeInfoAboutEntry()
327 (void) strncpy(pathCopy->fullName, fullPath, *fullLen); in storeInfoAboutEntry()
328 pathCopy->fullName[*fullLen] = '\0'; in storeInfoAboutEntry()