Searched refs:S_IEXEC (Results 1 – 15 of 15) sorted by relevance
6 19:12:10 -0700 Subject: [PATCH] Replace __S_IEXEC with S_IEXEC8 S_IEXEC is portable26 + if (st.st_mode & S_IEXEC)35 + if (st.st_mode & S_IEXEC)44 + if (st.st_mode & S_IEXEC)55 + if (st.st_mode & S_IEXEC)
4 Subject: [PATCH] modules/lookup_multi.c: Replace __S_IEXEC with S_IEXEC24 + 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()
23 file://0002-Replace-__S_IEXEC-with-S_IEXEC.patch \
177 # define S_IEXEC S_IXUSR macro
270 os.chmod(tmpbuildtools, st.st_mode | stat.S_IEXEC)
55 return (s[stat.ST_MODE] & stat.S_IEXEC)
3860 * S_IEXEC: Permission Bits. (line 32)
2777 ‘S_IEXEC’2780 bit for the owner of the file. Usually 0100. ‘S_IEXEC’ is an
9827 ‘S_IEXEC’