Home
last modified time | relevance | path

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

/freebsd/sbin/quotacheck/
H A Dquotacheck.h35 extern char *blockcheck(char *);
H A Dpreen.c257 p->p_devname = estrdup(blockcheck(fs->fs_spec)); in addpart()
H A Dquotacheck.c199 (name = blockcheck(fs->fs_spec))) { in main()
/freebsd/sbin/fsck_ffs/
H A Dutilities.c50 blockcheck(char *origname) in blockcheck() function
H A Dfsck.h467 char *blockcheck(char *name);
H A Dmain.c249 filesys = blockcheck(filesys); in checkfilesys()