hasmntopt
if (hasmntopt(&mnt, "soft") != NULL)
if (hasmntopt(&mnt, "intr") != NULL)
flags |= hasmntopt(mnt, opt->opt) ? opt->flag : 0;
char *str = hasmntopt(mnt, opt);
if (hasmntopt(&mnt, "soft") != NULL)
if (hasmntopt(&mnt, "spongy") != NULL) {
if (hasmntopt(&mnt, "intr") != NULL)
if (hasmntopt(&mnt, MNTOPT_NODEVS) != NULL)
if (hasmntopt(&mnt, "noconn") != NULL)
if (hasmntopt(&mnt, "resvport") != NULL)
if (hasmntopt(&mnt, "nocto") != NULL)
if (hasmntopt(&mnt, "tcp") != NULL)
if (pingval == 0 && hasmntopt(&mnt, "tcp"))
if (hasmntopt(&mnt, "nounmount"))
extern char *hasmntopt(struct mntent *, char *);