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

/freebsd-13-stable/sbin/fsck_ffs/
H A Dutilities.c60 struct stat stblock; local
67 if (stat(newname, &stblock) < 0) {
76 if (stat(newname, &stblock) < 0) {
80 switch(stblock.st_mode & S_IFMT) {

Completed in 89 milliseconds