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

/freebsd-11-stable/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh27 # $FreeBSD: stable/11/usr.sbin/fstyp/tests/fstyp_test.sh 312271 2017-01-16 07:11:47Z ngie $
31 atf_set "descr" "fstyp(8) should detect cd9660 filesystems"
36 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
37 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img
42 atf_set "descr" "fstyp(8) can read the label on a cd9660 filesystem"
47 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
49 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img
54 atf_set "descr" "fstyp(8) should fail on a directory"
58 atf_check -s exit:1 -e match:"not a disk" fstyp dir
63 atf_set "descr" "fstyp(
[all...]
/freebsd-11-stable/usr.sbin/fstyp/
H A DMakefile1 # $FreeBSD: stable/11/usr.sbin/fstyp/Makefile 339118 2018-10-03 02:52:47Z mav $
5 PROG= fstyp
6 SRCS= cd9660.c exfat.c ext2fs.c fstyp.c geli.c msdosfs.c ntfs.c ufs.c
12 MAN= fstyp.8
/freebsd-11-stable/stand/common/
H A Dboot.c313 char lbuf[128], *cp, *ep, *dev, *fstyp, *options; local
325 fstyp = NULL;
358 free(fstyp);
359 fstyp = strdup(ep);
374 sprintf(lbuf, "%s:%s", fstyp, dev);
388 free(fstyp);
/freebsd-11-stable/usr.sbin/
H A DMakefile31 fstyp \
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1106 * Actions to take if <sys/fstyp.h> exists.
1109 # include <sys/fstyp.h>
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend347 usr.sbin/fstyp/tests \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend590 usr.sbin/fstyp \

Completed in 188 milliseconds