S_IRUSR           415 lib/cib/cib_file.c     if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) {
S_IRUSR           272 lib/common/io.c     if ((target_stat->st_mode & (S_IRUSR | S_IWUSR)) == 0) {
S_IRUSR           246 lib/common/ipc_server.c         qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
S_IRUSR           234 lib/common/logging.c     mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;