Home
last modified time | relevance | path

Searched defs:S_IRWXO (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c91 #define S_IRWXO 0007 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c91 #define S_IRWXO 0007 macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/dragonfly/sys/sys/
H A Dfcntl.h306 #define S_IRWXO 0000007 /* RWX mask for other */ macro
H A Dstat.h179 #define S_IRWXO 0000007 /* RWX mask for other */ macro
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h611 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h842 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/dragonfly/crypto/openssh/
H A Ddefines.h194 # define S_IRWXO 0000007 /* read, write, execute */ macro