Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c17 || ( S_IRUSR != 00400 ) || ( S_IWUSR != 00200 ) || ( S_IXUSR != 00100 ) \
35 S_IRUSR, S_IWUSR, S_IXUSR, S_ISUID,
/openbmc/u-boot/include/linux/
H A Dstat.h33 #define S_IXUSR 00100 /* execute/search permission for owner */ macro
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp36 if (chmod(dir, S_IXUSR | S_IXGRP) == -1) in createSandbox()
56 chmod(root.c_str(), S_IRUSR | S_IWUSR | S_IXUSR); in ~MockLed()
/openbmc/u-boot/cmd/
H A Dcramfs.c67 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()
/openbmc/qemu/bsd-user/
H A Dbsdload.c140 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py632 add_perm(stat.S_IXUSR, 's', 'S')
634 add_perm(stat.S_IXUSR, 'x')
H A Dpackage.py130 exec_mask = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
1112 if (s[stat.ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) \
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass170 …if not ((s[stat.ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] &…
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py300 if st.st_mode & stat.S_IXUSR:
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c416 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()
H A Djffs2_1pass.c889 if(mode & S_ISUID) str[3] = (mode & S_IXUSR)?'s':'S'; in mkmodestr()