Home
last modified time | relevance | path

Searched refs:S_IXOTH (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dmode_string.c20 || ( S_IROTH != 00004 ) || ( S_IWOTH != 00002 ) || ( S_IXOTH != 00001 )
38 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
/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.h42 #define S_IXOTH 00001 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.h42 #define S_IXOTH 00001 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.h42 #define S_IXOTH 00001 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h42 #define S_IXOTH 00001 macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstat.h43 #define S_IXOTH 00001 /* execute/search permission for other */ 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.c69 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; 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/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.h119 # define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ 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/
H A Dfcntl.h119 # define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ macro
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c107 perm_mode |= S_IXOTH; in orangefs_inode_perms()
542 S_IXOTH, S_IWOTH, S_IROTH, in ORANGEFS_util_translate_mode()
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c135 stx->stx_mode & S_IXOTH ? 'x' : '-'); in dump_statx()
/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.h188 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ 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/sys/
H A Dstat.h188 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ macro
/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
/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)
/OK3568_Linux_fs/buildroot/package/makedevs/
H A Dmakedevs.c131 mode = (S_IXUSR | S_IXGRP | S_IXOTH | in bb_make_directory()
/OK3568_Linux_fs/kernel/fs/affs/
H A Dinode.c105 inode->i_mode |= S_IXOTH; in affs_iget()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duninative.bbclass160 ….ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] & stat.S_IXOTH)):

12