Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dsystem.h71 # define S_IRWXO 0007 macro
/freebsd/contrib/tcsh/
H A Dtc.os.h332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/freebsd/sys/sys/
H A Dstat.h261 #define S_IRWXO global() macro
/freebsd/crypto/openssh/
H A Ddefines.h194 # define S_IRWXO 0000007 /* read, write, execute */ macro