Home
last modified time | relevance | path

Searched defs:S_IRGRP (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h40 #define S_IRGRP 0 /* read, group */ macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h119 #define S_IRGRP S_IREAD macro
137 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h123 # define S_IRGRP (S_IREAD >> 3) /* read, group */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c93 #define S_IRGRP 0040 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c81 #define S_IRGRP 0040 macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h46 #define S_IRGRP 00040 /* group: ---r----- */ macro
/openbsd/sys/sys/
H A Dstat.h112 #define S_IRGRP 0000040 /* R for group */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1918 # define S_IRGRP (S_IRUSR>>3) macro
1922 # define S_IRGRP 0040 macro