Lines Matching defs:EQ
81 #define EQ(s1, s2) (strcmp(s1, s2) == 0)
286 if (EQ(program_name, DEVNM_CMD))
461 if (EQ(fstype, *p))
673 if (EQ(name, mtep->mte_mount->mnt_special)) {
712 if (EQ(special, mtep->mte_mount->mnt_special)) {
726 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP))
783 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) {
794 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS))
843 if (!EQ(match->mte_mount->mnt_fstype,
879 if (F_option && ! EQ(FSType, fstype))
1010 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
1702 if (F_option && ! EQ(FSType, vtab.vfs_fstype))
1769 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP))
1959 if (! EQ(fstype, requests[j].dfr_fstype))
1973 if (F_option && ! EQ(fstype, FSType)) {
2094 ! EQ(st.st_fstype, MNTTYPE_TMPFS) &&