Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dfilemode.c93 #ifndef S_IROTH
94 #define S_IROTH 0004 macro
116 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-'; in mode_string()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-unix.c109 … defined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IW…
111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)