Searched refs:vfslist (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dvfslist.c1 /* $NetBSD: vfslist.c,v 1.6 2005/06/26 21:43:33 christos Exp $ */
35 static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95";
37 __RCSID("$NetBSD: vfslist.c,v 1.6 2005/06/26 21:43:33 christos Exp $");
51 checkvfsname(const char *vfsname, const char **vfslist) argument
54 if (vfslist == NULL)
56 while (*vfslist != NULL) {
57 if (strcmp(vfsname, *vfslist) == 0)
59 ++vfslist;
H A DMakefile8 SRCS= mount.c vfslist.c
H A Dmount.c101 const char *mntfromname, *mntonname, **vfslist, *vfstype; local
116 vfslist = NULL;
140 if (vfslist != NULL)
143 vfslist = makevfslist(optarg);
174 if (checkvfsname(fs->fs_vfstype, vfslist))
196 vfslist))
204 if (vfslist != NULL) {
286 if (vfslist == NULL) {
/netbsd-6-1-5-RELEASE/sbin/umount/
H A DMakefile16 SRCS+= vfslist.c

Completed in 111 milliseconds