Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c19 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \
37 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h113 # define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro
119 # define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h113 # define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro
119 # define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h182 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro
188 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
/OK3568_Linux_fs/kernel/fs/
H A Dattr.c300 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in notify_change()
H A Dinode.c1876 if (unlikely((mode & S_ISGID) && (mode & S_IXGRP))) in should_remove_suid()
2150 else if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP) && in inode_init_owner()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h182 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */ macro
188 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstat.h38 #define S_IXGRP 00010 /* execute/search permission for group */ macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch45 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/OK3568_Linux_fs/u-boot/cmd/
H A Dcramfs.c68 if(mode & S_ISGID) str[6] = (mode & S_IXGRP)?'s':'S'; in mkmodestr()
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch48 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c114 perm_mode |= S_IXGRP; in orangefs_inode_perms()
543 S_IXGRP, S_IWGRP, S_IRGRP, in ORANGEFS_util_translate_mode()
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c132 stx->stx_mode & S_IXGRP ? 'x' : '-', in dump_statx()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_common.h154 #define mkdir(x) mkdir(x, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_ringmic_test.c35 #define MODE S_IRWXU | S_IXGRP | S_IROTH | S_IXOTH
H A Decho_ringmic_pdm_test.c32 #define MODE S_IRWXU | S_IXGRP | S_IROTH | S_IXOTH
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackage.py123 exec_mask = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
H A Dsstatesig.py583 add_perm(stat.S_IXGRP, 's', 'S')
585 add_perm(stat.S_IXGRP, 'x')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py253 … os.chmod(save_dir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)

123