Searched refs:S_IXGRP (Results 1 - 25 of 45) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dstat.h40 #define S_IXGRP 00010 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dstat.h40 #define S_IXGRP 00010 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A D__apply_mask_to_mode.c32 *mode &= ~S_IXGRP;
H A Dperm_copy_fd.c94 if (mode & S_IXGRP) acl_text[12] = 'x';
H A Dperm_copy_file.c94 if (mode & S_IXGRP) acl_text[12] = 'x';
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dmode_string.c46 S_IRGRP, S_IWGRP, S_IXGRP,
H A Dparse_mode.c48 S_IXUSR | S_IXGRP | S_IXOTH, /* x */
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddosmode.c81 result |= (S_IXUSR | S_IXGRP | S_IXOTH);
93 result |= S_IXGRP;
130 if (MAP_SYSTEM(conn) && ((sbuf->st_mode & S_IXGRP) != 0))
225 mask |= S_IXGRP;
H A Dposix_acls.c857 mode = S_IRGRP|S_IWGRP|S_IXGRP;
861 mode |= (sec_access.mask & (GENERIC_EXECUTE_ACCESS|FILE_SPECIFIC_EXECUTE_BITS)) ? S_IXGRP : 0;
979 and_bits = unix_perms_to_acl_perms(and_bits, S_IRGRP, S_IWGRP, S_IXGRP);
980 or_bits = unix_perms_to_acl_perms(or_bits, S_IRGRP, S_IWGRP, S_IXGRP);
1130 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRGRP, S_IWGRP, S_IXGRP);
2523 *posix_perms |= MAP_PERM(group_ace->perms, S_IXUSR, S_IXGRP);
3212 *mode &= ~(S_IRGRP|S_IWGRP|S_IXGRP);
3215 *mode |= (SMB_VFS_SYS_ACL_GET_PERM(conn, permset, SMB_ACL_EXECUTE) ? S_IXGRP : 0);
3261 perms = unix_perms_to_acl_perms(mode, S_IRGRP, S_IWGRP, S_IXGRP);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dtestparm.c307 if (lp_map_system(s) && !(lp_create_mask(s) & S_IXGRP)) {
309 Map system can only work if create mask includes octal 010 (S_IXGRP).\n",
312 if (lp_map_system(s) && (lp_force_create_mode(s) & S_IXGRP)) {
314 Map system can only work if force create mode excludes octal 010 (S_IXGRP).\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A DaddSystemMap.c246 chmod(argv[3], S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
H A DaddRamDisk.c297 chmod(argv[4], S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Damigaffs.c408 mode |= S_IXGRP;
431 if (mode & S_IXGRP)
H A Dinode.c110 inode->i_mode |= S_IXGRP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Dsysctl.c57 int sysctl_khttpd_permforbid = S_IFDIR | S_ISVTX | S_IXOTH | S_IXGRP | S_IXUSR;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dfile.c258 if ((inode->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmnt.c238 data.dir_mode |= S_IXGRP;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw_stat.c39 if (IS_DOS_SYSTEM(mode)) st->st_mode |= S_IXGRP;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dincludes.h1127 #ifndef S_IXGRP
1128 #define S_IXGRP 00010 /* execute permission: group */ macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c536 if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
H A Dcmdedit.c557 if ((!my_euid && (st->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) ||
559 (my_gid == st->st_gid && (st->st_mode & S_IXGRP)) ||
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Ddump.c48 { LINUX_S_IXGRP, S_IXGRP },
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h436 # define S_IXGRP (S_IEXEC >> 3) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dlocks.c642 if ((inode->i_mode & (S_ISGID | S_IXGRP)) != S_ISGID)
1371 (inode->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID) {
1527 (inode->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID) {
1679 (inode->i_mode & (S_IXGRP | S_ISGID)) == S_ISGID) ?
H A Dexec.c657 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP))

Completed in 143 milliseconds

12