Lines Matching refs:mntflags
125 char mntflags[(_POSIX_MAX_INPUT+1) * 2];
658 char opts[sizeof (mntflags)];
696 /* cat '/' separator to mntflags */
704 strcpy(mntflags, "");
706 strcat(mntflags, "read/write");
708 strcat(mntflags, "read only");
710 strcat(mntflags, "read-only");
713 strcat(mntflags, "/setuid");
715 strcat(mntflags, "/nosetuid");
717 strcat(mntflags, "/devices");
719 strcat(mntflags, "/nodevices");
721 strcat(mntflags, "/nosetuid/nodevices");
724 strcat(mntflags, "/");
725 strcat(mntflags, opts);
730 * assert (strlen(mntflags) < sizeof mntflags);
734 return (mntflags);