Searched refs:ISUID (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/ufs/ufs/
H A Ddinode.h143 #define ISUID 0004000 /* Set-uid. */ macro
H A Dufs_vnops.c547 DIP_AND(ip, mode, ~ISUID);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c357 ip->i_e2fs_mode &= ~(ISUID | ISGID);
H A Dext2fs_vnops.c385 ip->i_e2fs_mode &= ~ISUID;
/openbsd-current/sys/ufs/ffs/
H A Dffs_vnops.c394 DIP_ASSIGN(ip, mode, DIP(ip, mode) & ~(ISUID | ISGID));
/openbsd-current/sbin/ncheck_ffs/
H A Dncheck_ffs.c222 ((DIP(dp, di_mode) & (ISGID | ISUID)) == 0 &&

Completed in 82 milliseconds