Searched refs:fstype (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/usr.sbin/makefs/ |
| D | makefs.c | 101 fstype_t *fstype; in main() local 126 if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL) in main() 134 if (fstype->prepare_options) in main() 135 fstype->prepare_options(&fsoptions); in main() 226 if (! fstype->parse_options(p, &fsoptions)) in main() 245 if (fstype->cleanup_options) in main() 246 fstype->cleanup_options(&fsoptions); in main() 248 if ((fstype = get_fstype(optarg)) == NULL) in main() 250 fstype->prepare_options(&fsoptions); in main() 299 fstype->make_fs(argv[0], argv[1], root, &fsoptions); in main()
|
| /mirbsd/src/sbin/newfs/ |
| D | newfs.c | 216 char *fstype = NULL; in main() local 337 fstype = optarg; in main() 338 if (strcmp(fstype, "ffs")) in main() 378 if (fstype == NULL) in main() 379 fstype = readlabelfs(special, 0); in main() 380 if (fstype != NULL && strcmp(fstype, "ffs")) { in main() 381 snprintf(name, sizeof name, "newfs_%s", fstype); in main() 384 _PATH_SBIN, fstype); in main() 387 _PATH_USRSBIN, fstype); in main()
|
| /mirbsd/src/usr.bin/locate/locate/ |
| D | updatedb.sh | 81 for fstype in $FILESYSTEMS 83 excludes="$excludes $or -fstype $fstype"
|
| /mirbsd/src/etc/ |
| D | security | 486 (find / \( ! -fstype local -o -fstype fdesc -o -fstype kernfs \ 487 -o -fstype procfs \) -a -prune -o \
|
| D | rc | 102 typeset dev mp fstype opt rest 106 fstype=${_fstype[$1]} 116 _fstype[$2]=$fstype
|
| /mirbsd/src/distrib/common/ |
| D | upgrade.sh | 111 'noauto' option is absent, and /sbin/mount_<fstype> is found, and the fstype is
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Basename.t | 82 is(fileparse_set_fstype('MacOS'), 'MSDOS', 'set fstype to MacOS');
|
| /mirbsd/src/usr.bin/find/ |
| D | function.c | 633 static char fstype[MFSNAMELEN]; in f_fstype() local 673 strncpy(fstype, sb.f_fstypename, MFSNAMELEN); in f_fstype() 679 return (strncmp(fstype, plan->c_data, MFSNAMELEN) == 0); in f_fstype()
|
| /mirbsd/src/share/doc/smm/01.setup/ |
| D | spell.ok | 291 fstype
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | archive | 173 >>0x36 string >\0 fstype %.8s
|