Home
last modified time | relevance | path

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

/trueos/include/apple/sys/_types/
HD_s_ifmt.h59 #define S_IRWXO 0000007 /* [XSI] RWX mask for other */ macro
/trueos/contrib/libreadline/
HDposixstat.h134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/trueos/contrib/binutils/binutils/
HDfilemode.c92 #define S_IRWXO 0007 macro
/trueos/contrib/diff/src/
HDsystem.h71 # define S_IRWXO 0007 macro
/trueos/contrib/tcsh/
HDtc.os.h333 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/trueos/sys/sys/
HDstat.h217 #define S_IRWXO 0000007 /* RWX mask for other */ macro
/trueos/crypto/openssh/
HDdefines.h163 # define S_IRWXO 0000007 /* read, write, execute */ macro