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

/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Ddksecsize.c46 char *blockcheck __P((char *));
57 if ((cdev = blockcheck(dev))) {
H A Dpreen.c91 char* blockcheck __P((char *name));
119 if ((name = blockcheck(fsp->fs_spec)) != 0) {
126 if ((name = blockcheck(fsp->fs_spec)) == NULL) {
308 blockcheck(char* origname) { function
/macosx-10.10.1/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_msdos.c44 char *blockcheck(char *origname);
72 devname = blockcheck(argv[1]);
146 blockcheck(char *origname) function
H A Dfstyp_ntfs.c44 char *blockcheck(char *origname);
72 devname = blockcheck(argv[1]);
146 blockcheck(char *origname) function
H A Dfstyp_udf.c62 char *blockcheck(char *origname);
89 devname = blockcheck(argv[1]);
264 blockcheck(char *origname) function
/macosx-10.10.1/hfs-285/fstyp_hfs/
H A Dfstyp_hfs.c43 char *blockcheck(char *origname);
73 devname = blockcheck(argv[1]);
147 blockcheck(char *origname) function
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.h101 char *blockcheck(char *origname);
H A Dfsck.c400 if ((name = blockcheck(fsp->fs_spec)) != 0) {
422 * If we get here, then blockcheck failed (returned NULL).
440 if ((name = blockcheck(fsp->fs_spec)) == NULL) {
809 char *blockcheck (char *origname) { function
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_hfs.h53 char *blockcheck __P((char *name));
H A Dfsck_hfs.c313 ret |= checkfilesys(blockcheck(*argv++));
H A Dutilities.c161 blockcheck(char *origname) function
/macosx-10.10.1/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c114 char * blockcheck(char *);
130 char *blockcheck __P((char *));
208 (name = blockcheck(fst[i].f_mntfromname))) {
221 (name = blockcheck(fst[i].f_mntfromname))) {
254 (name = blockcheck(fs->fs_spec))) {

Completed in 96 milliseconds