Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0002-Replace-__S_IEXEC-with-S_IEXEC.patch6 19:12:10 -0700 Subject: [PATCH] Replace __S_IEXEC with S_IEXEC
8 S_IEXEC is portable
28 + if (st.st_mode & S_IEXEC)
37 + if (st.st_mode & S_IEXEC)
46 + if (st.st_mode & S_IEXEC)
57 + if (st.st_mode & S_IEXEC)
H A D0001-modules-lookup_multi.c-Replace-__S_IEXEC-with-S_IEXE.patch4 Subject: [PATCH] modules/lookup_multi.c: Replace __S_IEXEC with S_IEXEC
26 + if (st.st_mode & S_IEXEC)
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h269 #ifndef S_IEXEC
270 #define S_IEXEC 0000100 macro
H A Dyaffsfs.c2273 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC)) in yaffs_access()
/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/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/meta-openembedded/meta-networking/recipes-daemons/autofs/
H A Dautofs_5.1.8.bb23 file://0002-Replace-__S_IEXEC-with-S_IEXEC.patch \
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools280 os.chmod(tmpbuildtools, st.st_mode | stat.S_IEXEC)
/openbmc/openbmc/poky/meta/classes-global/
H A Ddebian.bbclass46 return (s[stat.ST_MODE] & stat.S_IEXEC)
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py184 os.chmod(script_file, st.st_mode | stat.S_IEXEC)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py680 os.chmod(meson_wrapper, st.st_mode | stat.S_IEXEC)
813 os.chmod(script_file, st.st_mode | stat.S_IEXEC)