Home
last modified time | relevance | path

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

/original-bsd/sbin/fsck/
H A Dpreen.c74 if ((name = blockcheck(fsp->fs_spec)) != 0) {
81 if ((name = blockcheck(fsp->fs_spec)) == NULL) {
263 blockcheck(origname) in blockcheck() function
H A Dmain.c106 (void)checkfilesys(blockcheck(*argv++), 0, 0L, 0);
H A Dfsck.h196 char *blockcheck __P((char *name));
/original-bsd/sbin/quotacheck/
H A Dquotacheck.c83 char *blockcheck __P((char *));
162 (name = blockcheck(fs->fs_spec))) {