getmntopts
void getmntopts(const char *, const struct mntopt *, int *, int *);
getmntopts(optarg, mopts, &mntflags, 0);
getmntopts(optarg, mopts, &mntflags, NULL);
getmntopts(optarg, mopts, &mntflags, &altflags);
getmntopts(optarg, mopts, &mntflags, NULL);