Lines Matching refs:mntflags
127 char mntflags[(_POSIX_MAX_INPUT+1) * 2];
651 char opts[sizeof (mntflags)];
689 /* cat '/' separator to mntflags */
697 strcpy(mntflags, "");
699 strcat(mntflags, "read/write");
701 strcat(mntflags, "read only");
703 strcat(mntflags, "read-only");
706 strcat(mntflags, "/setuid");
708 strcat(mntflags, "/nosetuid");
710 strcat(mntflags, "/devices");
712 strcat(mntflags, "/nodevices");
714 strcat(mntflags, "/nosetuid/nodevices");
717 strcat(mntflags, "/");
718 strcat(mntflags, opts);
723 * assert (strlen(mntflags) < sizeof mntflags);
727 return (mntflags);