Lines Matching refs:mntflags
125 char mntflags[(_POSIX_MAX_INPUT+1) * 2];
649 char opts[sizeof (mntflags)];
687 /* cat '/' separator to mntflags */
695 strcpy(mntflags, "");
697 strcat(mntflags, "read/write");
699 strcat(mntflags, "read only");
701 strcat(mntflags, "read-only");
704 strcat(mntflags, "/setuid");
706 strcat(mntflags, "/nosetuid");
708 strcat(mntflags, "/devices");
710 strcat(mntflags, "/nodevices");
712 strcat(mntflags, "/nosetuid/nodevices");
715 strcat(mntflags, "/");
716 strcat(mntflags, opts);
721 * assert (strlen(mntflags) < sizeof mntflags);
725 return (mntflags);