Symbol: MFSNAMELEN
bin/df/df.c
204
if (!strncmp(type, *av, MFSNAMELEN))
sbin/fsck/fsck.c
369
if (!strncmp(e->type, type, MFSNAMELEN))
sbin/fsck/fsck.c
382
if (!strncmp(e->type, type, MFSNAMELEN))
sbin/fsck/fsck.c
400
if (!strncmp(e->type, optstr, MFSNAMELEN)) {
sbin/mount/mount.c
387
strncmp(vfstype, sf.f_fstypename, MFSNAMELEN) == 0) {
sbin/mount/mount.c
395
MFSNAMELEN, sf.f_fstypename,
sbin/mount/mount.c
485
MFSNAMELEN, sf->f_fstypename);
sbin/mount/mount.c
649
if (!strncmp(type, *av, MFSNAMELEN))
sbin/mountd/mountd.c
1115
if (!strncmp(fsp->f_fstypename, MOUNT_MFS, MFSNAMELEN) ||
sbin/mountd/mountd.c
1116
!strncmp(fsp->f_fstypename, MOUNT_FFS, MFSNAMELEN) ||
sbin/mountd/mountd.c
1117
!strncmp(fsp->f_fstypename, MOUNT_EXT2FS, MFSNAMELEN) ||
sbin/mountd/mountd.c
1118
!strncmp(fsp->f_fstypename, MOUNT_MSDOS, MFSNAMELEN) ||
sbin/mountd/mountd.c
1119
!strncmp(fsp->f_fstypename, MOUNT_CD9660, MFSNAMELEN)) {
sbin/umount/umount.c
155
char *name, *newname, rname[PATH_MAX], type[MFSNAMELEN];
sbin/umount/umount.c
196
if (!strncmp(type, MOUNT_NFS, MFSNAMELEN)) {
sbin/umount/umount.c
223
if (!strncmp(type, MOUNT_NFS, MFSNAMELEN) &&
sbin/umount/umount.c
297
if (!strncmp(type, *av, MFSNAMELEN))
sys/arch/alpha/stand/installboot.c
367
if (strncmp(statfsbuf.f_fstypename, MOUNT_FFS, MFSNAMELEN))
sys/kern/vfs_subr.c
190
strncpy(mp->mnt_stat.f_fstypename, vfsp->vfc_name, MFSNAMELEN);
sys/kern/vfs_subr.c
2341
strncpy(sbp->f_fstypename, mp->mnt_vfc->vfc_name, MFSNAMELEN);
sys/kern/vfs_syscalls.c
110
char fstypename[MFSNAMELEN];
sys/kern/vfs_syscalls.c
187
error = copyinstr(SCARG(uap, type), fstypename, MFSNAMELEN, NULL);
sys/sys/mount.h
304
char f_fstypename[MFSNAMELEN]; /* fs type name */
sys/sys/mount.h
462
char vfc_name[MFSNAMELEN]; /* filesystem type name */
usr.bin/find/function.c
853
static char fstype[MFSNAMELEN];
usr.bin/find/function.c
893
strncpy(fstype, sb.f_fstypename, MFSNAMELEN);
usr.bin/find/function.c
899
return (strncmp(fstype, plan->c_data, MFSNAMELEN) == 0);
usr.bin/quota/quota.c
449
if (strncmp(fst[i].f_fstypename, "nfs", MFSNAMELEN) == 0) {
usr.bin/quota/quota.c
452
} else if (!strncmp(fst[i].f_fstypename, "ffs", MFSNAMELEN) ||
usr.bin/quota/quota.c
453
!strncmp(fst[i].f_fstypename, "ufs", MFSNAMELEN) ||
usr.bin/quota/quota.c
454
!strncmp(fst[i].f_fstypename, "mfs", MFSNAMELEN)) {
usr.sbin/installboot/i386_installboot.c
818
if (strncmp(fssb.f_fstypename, "ffs", MFSNAMELEN) &&
usr.sbin/installboot/i386_installboot.c
819
strncmp(fssb.f_fstypename, "ufs", MFSNAMELEN) )
usr.sbin/pstat/pstat.c
391
if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_FFS, MFSNAMELEN) ||
usr.sbin/pstat/pstat.c
392
!strncmp(mp->mnt_stat.f_fstypename, MOUNT_MFS, MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
395
MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
398
MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
411
if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_FFS, MFSNAMELEN) ||
usr.sbin/pstat/pstat.c
412
!strncmp(mp->mnt_stat.f_fstypename, MOUNT_MFS, MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
414
} else if (!strncmp(mp->mnt_stat.f_fstypename, MOUNT_NFS, MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
417
MFSNAMELEN)) {
usr.sbin/pstat/pstat.c
709
(void)printf("%.*s %s on %s", MFSNAMELEN,