MNTTYPE_TMPFS
! EQ(st.st_fstype, MNTTYPE_TMPFS) &&
MNTTYPE_TMPFS, myname);
special, mountp, mflg, MNTTYPE_TMPFS);
again: if (mount(special, mountp, mflg, MNTTYPE_TMPFS, NULL, 0,
strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) {
if (strcmp(stbuf.st_fstype, MNTTYPE_TMPFS) == 0) {
if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) {