Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dfilemode.c70 #ifndef S_IWUSR
71 #define S_IWUSR 0200 macro
111 str[2] = (mode & S_IWUSR) != 0 ? 'w' : '-'; in mode_string()
Drename.c166 && (s.st_mode & S_IWUSR) in smart_rename()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-djgpp.c102 S_IRUSR | S_IWUSR); in pex_djgpp_open_write()
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)