Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h120 #define S_IWGRP S_IWRITE macro
138 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
376 #define S_IWGRP 0000020 /* write permission, grougroup */ macro
/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h41 #define S_IWGRP 0 /* write, group */ macro
/openbsd/gnu/lib/libreadline/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c96 #define S_IWGRP 0020 macro
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c84 #define S_IWGRP 0020 macro
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h47 #define S_IWGRP 00020 /* group: ----w---- */ macro
/openbsd/sys/sys/
H A Dstat.h113 #define S_IWGRP 0000020 /* W for group */ macro
/openbsd/gnu/usr.bin/perl/
H A Dperl.h1919 # define S_IWGRP (S_IWUSR>>3) macro
1923 # define S_IWGRP 0020 macro