Home
last modified time | relevance | path

Searched defs:S_IROTH (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_stat.h71 #define S_IROTH S_IREAD macro
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h45 #define S_IROTH 0 /* read, others */ macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h123 #define S_IROTH S_IREAD macro
143 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c106 #define S_IROTH 0004 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c94 #define S_IROTH 0004 macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h51 #define S_IROTH 00004 /* others: ------r-- */ macro
/openbsd/sys/sys/
H A Dstat.h117 #define S_IROTH 0000004 /* R for other */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1930 # define S_IROTH (S_IRUSR>>6) macro
1934 # define S_IROTH 0040 macro