Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c91 #define S_IRWXO 0007 macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c91 #define S_IRWXO 0007 macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/netbsd-src/sys/sys/
H A Dstat.h133 #define S_IRWXO 0000007 /* RWX mask for other */ macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in384 #define S_IRWXO 00007 /* others have read, write and execute permission */ macro