Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/tests/
H A Ddev_zero.c43 T_ASSERT_TRUE(sb.st_mode & S_IWOTH, "/dev/zero world writable");
50 T_ASSERT_TRUE(sb.st_mode & S_IWOTH, "/dev/zero still world writable");
/xnu-12377.61.12/bsd/sys/_types/
H A D_s_ifmt.h61 #define S_IWOTH 0000002 /* [XSI] W for other */ macro
/xnu-12377.61.12/bsd/kern/
H A Dsys_socket.c379 sb64->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH; in soo_stat()
391 sb->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH; in soo_stat()
/xnu-12377.61.12/bsd/sys/
H A Dstat.h462 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/xnu-12377.61.12/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c495 vap->va_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); in fdesc_attr()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c2190 umode = va->va_mode & (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in open_xattrfile()
H A Dvfs_subr.c9351 needed |= S_IWOTH; in vnode_authorize_posix()
9442 (vap->va_mode & S_IWOTH) ? "w" : "-", in vnode_authorize_posix()