Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c19 || ( S_IROTH != 00004 ) || ( S_IWOTH != 00002 ) || ( S_IXOTH != 00001 )
37 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
/openbmc/u-boot/include/linux/
H A Dstat.h43 #define S_IXOTH 00001 /* execute/search permission for other */ macro
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py93 os.chmod(outputdir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch47 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/openbmc/u-boot/cmd/
H A Dcramfs.c69 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py28 os.chmod(output, st.st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
/openbmc/qemu/bsd-user/
H A Dbsdload.c140 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Define-prototype-for-safe_flock.patch21 #define S_IXOTH (S_IEXEC >> 6)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py327 … os.chmod(save_dir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass170 ….ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] & stat.S_IXOTH)):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass195 … os.chmod(p, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c418 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
H A Djffs2_1pass.c891 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py650 add_perm(stat.S_IXOTH, 'x')
H A Dpackage.py130 exec_mask = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
1113 or (s[stat.ST_MODE] & stat.S_IXOTH) \
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c919 S_IRGRP | S_IROTH | S_IXGRP | S_IXOTH); in ext4fs_write()