Home
last modified time | relevance | path

Searched defs:S_IRWXG (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c78 #define S_IRWXG 0070 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c78 #define S_IRWXG 0070 macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/dragonfly/sys/sys/
H A Dfcntl.h294 #define S_IRWXG 0000070 /* RWX mask for group */ macro
H A Dstat.h166 #define S_IRWXG 0000070 /* RWX mask for group */ macro
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h608 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h839 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/dragonfly/crypto/openssh/
H A Ddefines.h193 # define S_IRWXG 0000070 /* read, write, execute */ macro