S_IRUSR 352 lib/ais/plugin.c ignore = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); S_IRUSR 399 lib/cib/cib_file.c if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) { S_IRUSR 321 lib/common/io.c && buf.st_uid == sys_user->pw_uid && (buf.st_mode & (S_IRUSR | S_IWUSR))); S_IRUSR 341 lib/common/ipc.c qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); S_IRUSR 309 lib/common/logging.c rc = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);