S_IRGRP           277 examples/libsmbclient/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
S_IRGRP           148 lib/replace/system/filesys.h #ifndef S_IRGRP
S_IRGRP          2911 source3/client/client.c 	*p++ = rwx_to_str(m, S_IRGRP, 'r');
S_IRGRP           274 source3/client/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
S_IRGRP           215 source3/client/umount.cifs.c 	rc = fchmod (fileno (new_fd), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
S_IRGRP           379 source3/lib/dbwrap_file.c 		mode |= (mode & S_IRGRP) ? S_IXGRP : 0;
S_IRGRP          1216 source3/lib/system.c #define SOLARIS_ATTRMODE S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP
S_IRGRP           106 source3/libsmb/clifile.c         ret |= ((perms & S_IRGRP) ?  UNIX_R_GRP : 0);
S_IRGRP           135 source3/libsmb/clifile.c         ret |= ((perms & UNIX_R_GRP) ? S_IRGRP : 0);
S_IRGRP           498 source3/modules/onefs_acl.c 		    ((mode & S_IRGRP) ? r : 0 ) |
S_IRGRP            25 source3/profile/profile.c #define IPC_PERMS ((S_IRUSR | S_IWUSR) | S_IRGRP | S_IROTH)
S_IRGRP            70 source3/smbd/dosmode.c 	mode_t result = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
S_IRGRP           126 source3/smbd/dosmode.c 			result |= dir_mode & (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);
S_IRGRP           645 source3/smbd/dosmode.c 	if ((tmp = st->st_mode & (S_IRUSR|S_IRGRP|S_IROTH))) {
S_IRGRP           646 source3/smbd/dosmode.c 		unixmode &= ~(S_IRUSR|S_IRGRP|S_IROTH);
S_IRGRP          1119 source3/smbd/posix_acls.c 	case S_IRGRP:
S_IRGRP          1121 source3/smbd/posix_acls.c 			mode = S_IRGRP|S_IWGRP|S_IXGRP;
S_IRGRP          1123 source3/smbd/posix_acls.c 			mode |= ((*mask) & (GENERIC_READ_ACCESS|FILE_SPECIFIC_READ_BITS)) ? S_IRGRP : 0;
S_IRGRP          1249 source3/smbd/posix_acls.c 	case S_IRGRP:
S_IRGRP          1250 source3/smbd/posix_acls.c 		and_bits = unix_perms_to_acl_perms(and_bits, S_IRGRP, S_IWGRP, S_IXGRP);
S_IRGRP          1251 source3/smbd/posix_acls.c 		or_bits = unix_perms_to_acl_perms(or_bits, S_IRGRP, S_IWGRP, S_IXGRP);
S_IRGRP          1347 source3/smbd/posix_acls.c 				apply_default_perms(params, is_directory, pace, S_IRGRP);
S_IRGRP          1426 source3/smbd/posix_acls.c 			apply_default_perms(params, is_directory, pace, S_IRGRP);
S_IRGRP          1428 source3/smbd/posix_acls.c 			pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRGRP, S_IWGRP, S_IXGRP);
S_IRGRP          2893 source3/smbd/posix_acls.c 	*posix_perms |= MAP_PERM(group_ace->perms, S_IRUSR, S_IRGRP);
S_IRGRP          3974 source3/smbd/posix_acls.c 				*mode &= ~(S_IRGRP|S_IWGRP|S_IXGRP);
S_IRGRP          3975 source3/smbd/posix_acls.c 				*mode |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_READ) ? S_IRGRP : 0);
S_IRGRP          4018 source3/smbd/posix_acls.c 				perms = unix_perms_to_acl_perms(mode, S_IRGRP, S_IWGRP, S_IXGRP);
S_IRGRP          1147 source3/smbd/trans2.c 	ret |= ((perms & UNIX_R_GRP ) ? S_IRGRP : 0);
S_IRGRP           474 source3/web/swat.c 		fchmod(fileno(f), S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
S_IRGRP           476 source3/web/swat.c 		chmod(get_dyn_CONFIGFILE(), S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
S_IRGRP           237 source4/client/smbmnt.c                 if ((data.dir_mode & S_IRGRP) != 0)
S_IRGRP           304 source4/client/smbmount.c         if (fchmod (fileno (new_mtab), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
S_IRGRP           165 source4/client/smbumount.c         if (fchmod (fileno (new_mtab), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
S_IRGRP           272 source4/client/tree.c 		     (st1.st_mode&S_IRGRP?'r':'-'),
S_IRGRP            65 source4/libcli/clifile.c         ret |= ((perms & S_IRGRP) ?  UNIX_R_GRP : 0);
S_IRGRP           224 source4/ntvfs/posix/pvfs_acl.c 	if (mode & S_IRGRP) {
S_IRGRP           124 source4/ntvfs/posix/pvfs_fileinfo.c 	mode_t mode = (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH);