Home
last modified time | relevance | path

Searched refs:hasopt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/mount/
H A Dmount.c80 static int hasopt(const char *, const char *);
182 if (hasopt(fs->fs_mntops, "noauto")) in main()
331 hasopt(const char *mntopts, const char *option) in hasopt() function
397 if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union")) in mountfs()
455 else if (hasopt(optbuf, "rump")) in mountfs()