OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfslist
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/mount/
vfslist.c
1
/* $NetBSD:
vfslist
.c,v 1.7 2008/08/05 20:57:45 pooka Exp $ */
35
static char sccsid[] = "@(#)
vfslist
.c 8.1 (Berkeley) 5/8/95";
37
__RCSID("$NetBSD:
vfslist
.c,v 1.7 2008/08/05 20:57:45 pooka Exp $");
51
checkvfsname(const char *vfsname, const char **
vfslist
)
54
if (
vfslist
== NULL)
56
while (*
vfslist
!= NULL) {
57
if (strcmp(vfsname, *
vfslist
) == 0)
59
++
vfslist
;
Makefile
9
SRCS= mount.c
vfslist
.c
mount.c
107
const char *mntfromname, *mntonname, **
vfslist
, *vfstype;
local in function:main
122
vfslist
= NULL;
146
if (
vfslist
!= NULL)
149
vfslist
= makevfslist(optarg);
186
if (checkvfsname(fs->fs_vfstype,
vfslist
))
213
vfslist
))
220
if (
vfslist
!= NULL) {
301
if (
vfslist
== NULL) {
/src/sbin/umount/
Makefile
16
SRCS+=
vfslist
.c
Completed in 73 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025