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

/netbsd-current/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 DMakefile9 SRCS= mount.c vfslist.c
H A Dmount.c107 const char *mntfromname, *mntonname, **vfslist, *vfstype; local
122 vfslist = NULL;
146 if (vfslist != NULL)
149 vfslist = makevfslist(optarg);
180 if (checkvfsname(fs->fs_vfstype, vfslist))
207 vfslist))
214 if (vfslist != NULL) {
295 if (vfslist == NULL) {
/netbsd-current/sbin/umount/
H A DMakefile16 SRCS+= vfslist.c

Completed in 115 milliseconds