Searched refs:S_IEXEC (Results 1 – 11 of 11) sorted by relevance
6 19:12:10 -0700 Subject: [PATCH] Replace __S_IEXEC with S_IEXEC8 S_IEXEC is portable28 + 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)
4 Subject: [PATCH] modules/lookup_multi.c: Replace __S_IEXEC with S_IEXEC26 + if (st.st_mode & S_IEXEC)
269 #ifndef S_IEXEC270 #define S_IEXEC 0000100 macro
2273 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC)) in yaffs_access()
28 os.chmod(output, st.st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
21 #define S_IXOTH (S_IEXEC >> 6)
23 file://0002-Replace-__S_IEXEC-with-S_IEXEC.patch \
280 os.chmod(tmpbuildtools, st.st_mode | stat.S_IEXEC)
46 return (s[stat.ST_MODE] & stat.S_IEXEC)
184 os.chmod(script_file, st.st_mode | stat.S_IEXEC)
680 os.chmod(meson_wrapper, st.st_mode | stat.S_IEXEC)813 os.chmod(script_file, st.st_mode | stat.S_IEXEC)