Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dfilemode.c83 #ifndef S_IWGRP
84 #define S_IWGRP 0020 macro
114 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-'; in mode_string()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-unix.c109 #if defined (S_IRUSR) && defined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_…
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)