S_IWUSR           415 lib/cib/cib_file.c     if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) {
S_IWUSR           272 lib/common/io.c     if ((target_stat->st_mode & (S_IRUSR | S_IWUSR)) == 0) {
S_IWUSR           246 lib/common/ipc_server.c         qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
S_IWUSR           240 lib/common/logging.c     mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
S_IWUSR           170 maint/gnulib/lib/euidaccess.c   if (S_IRUSR == (4 << 6) && S_IWUSR == (2 << 6) && S_IXUSR == (1 << 6)
S_IWUSR           176 maint/gnulib/lib/euidaccess.c                + (stats.st_mode & S_IWUSR ? 2 << 6 : 0)
S_IWUSR            89 maint/gnulib/lib/filemode.c   str[2] = mode & S_IWUSR ? 'w' : '-';
S_IWUSR           180 maint/gnulib/lib/fopen.c                    S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
S_IWUSR           214 maint/gnulib/lib/fopen.c                  S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
S_IWUSR            59 maint/gnulib/lib/modechange.c            && S_IRUSR == RUSR && S_IWUSR == WUSR && S_IXUSR == XUSR
S_IWUSR            67 maint/gnulib/lib/modechange.c                       | (octal & WUSR ? S_IWUSR : 0)
S_IWUSR           265 maint/gnulib/lib/modechange.c                     value |= S_IWUSR | S_IWGRP | S_IWOTH;
S_IWUSR           367 maint/gnulib/lib/modechange.c                     | (value & (S_IWUSR | S_IWGRP | S_IWOTH)
S_IWUSR           368 maint/gnulib/lib/modechange.c                        ? S_IWUSR | S_IWGRP | S_IWOTH : 0)
S_IWUSR            67 maint/gnulib/lib/pt_chown.c   if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != (S_IRUSR|S_IWUSR|S_IWGRP)
S_IWUSR            68 maint/gnulib/lib/pt_chown.c       && chmod (pty, S_IRUSR|S_IWUSR|S_IWGRP) < 0)
S_IWUSR           140 maint/gnulib/lib/pt_chown.c                 TTY_GROUP, S_IRUSR|S_IWUSR|S_IWGRP);
S_IWUSR            40 maint/gnulib/lib/set-permissions.c   if (mode & S_IWUSR) acl_text[ 4] = 'w';
S_IWUSR           441 maint/gnulib/lib/supersede.c   mode_t open_mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
S_IWUSR           342 maint/gnulib/lib/sys_stat.in.h #if !S_IWUSR && S_IWRITE
S_IWUSR           345 maint/gnulib/lib/sys_stat.in.h #if !S_IWUSR
S_IWUSR           349 maint/gnulib/lib/sys_stat.in.h # define S_IWGRP (S_IWUSR >> 3)
S_IWUSR           352 maint/gnulib/lib/sys_stat.in.h # define S_IWOTH (S_IWUSR >> 6)
S_IWUSR           369 maint/gnulib/lib/sys_stat.in.h # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
S_IWUSR           180 maint/gnulib/lib/tempname.c                  | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
S_IWUSR           186 maint/gnulib/lib/tempname.c   return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR);
S_IWUSR            42 maint/gnulib/tests/test-mkfifo.h   ASSERT (func ("", S_IRUSR | S_IWUSR) == -1);
S_IWUSR            93 maint/gnulib/tests/test-openat-safer.c                           S_IRUSR | S_IWUSR) == -1);
S_IWUSR            39 maint/gnulib/tests/test-sys_stat.c     S_IRWXU, S_IRUSR, S_IWUSR, S_IXUSR,
S_IWUSR            64 maint/gnulib/tests/test-sys_stat.c verify (S_IRWXU == (S_IRUSR | S_IWUSR | S_IXUSR));
S_IWUSR           309 maint/gnulib/tests/test-sys_stat.c verify (S_IWUSR == 00200);