S_IWUSR           170 lib/euidaccess.c   if (S_IRUSR == (4 << 6) && S_IWUSR == (2 << 6) && S_IXUSR == (1 << 6)
S_IWUSR           176 lib/euidaccess.c                + (stats.st_mode & S_IWUSR ? 2 << 6 : 0)
S_IWUSR            89 lib/filemode.c   str[2] = mode & S_IWUSR ? 'w' : '-';
S_IWUSR            40 lib/set-permissions.c   if (mode & S_IWUSR) acl_text[ 4] = 'w';
S_IWUSR           342 lib/sys_stat.in.h #if !S_IWUSR && S_IWRITE
S_IWUSR           345 lib/sys_stat.in.h #if !S_IWUSR
S_IWUSR           349 lib/sys_stat.in.h # define S_IWGRP (S_IWUSR >> 3)
S_IWUSR           352 lib/sys_stat.in.h # define S_IWOTH (S_IWUSR >> 6)
S_IWUSR           369 lib/sys_stat.in.h # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
S_IWUSR           131 lib/tempname.c                  | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
S_IWUSR           137 lib/tempname.c   return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR);
S_IWUSR            75 nt/inc/sys/stat.h #define S_IWGRP (S_IWUSR >> 3)
S_IWUSR            76 nt/inc/sys/stat.h #define S_IWOTH (S_IWUSR >> 6)
S_IWUSR           392 src/filelock.c 	      || fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)