Lines Matching refs:mnttab
93 static int eatmntopt(struct mnttab *, char *);
95 static void fixopts(struct mnttab *, char *);
96 static void mountfs(struct mnttab *);
99 static void rmopt(struct mnttab *, char *);
129 struct mnttab mntent; in in_mnttab()
168 struct mnttab mnt; in main()
414 mountfs(struct mnttab *mnt) in mountfs()
616 eatmntopt(struct mnttab *mnt, char *opt) in eatmntopt()
629 rmopt(struct mnttab *mnt, char *opt) in rmopt()
660 fixopts(struct mnttab *mnt, char *opts) in fixopts()
662 struct mnttab omnt; in fixopts()