Home
last modified time | relevance | path

Searched defs:S_IXGRP (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h42 #define S_IXGRP 0 /* execute, group */ macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h121 #define S_IXGRP S_IEXEC macro
139 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h125 # define S_IXGRP (S_IEXEC >> 3) /* execute, group */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c99 #define S_IXGRP 0010 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c87 #define S_IXGRP 0010 macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdio.c36 #define S_IXGRP 0010 /* Execute by group. */ macro
H A Dopncls.c34 #define S_IXGRP 0010 /* Execute by group. */ macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h48 #define S_IXGRP 00010 /* group: -----x--- */ macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfdio.c35 #define S_IXGRP 0010 /* Execute by group. */ macro
H A Dopncls.c34 #define S_IXGRP 0010 /* Execute by group. */ macro
/openbsd/sys/sys/
H A Dstat.h114 #define S_IXGRP 0000010 /* X for group */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1920 # define S_IXGRP (S_IXUSR>>3) macro
1924 # define S_IXGRP 0010 macro