Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dfilemode.c96 #ifndef S_IWOTH
97 #define S_IWOTH 0002 macro
117 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-'; in mode_string()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-unix.c109 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)