Searched defs:ST_NOEXEC (Results 1 – 3 of 3) sorted by relevance
90 ST_NOEXEC = 8, /* Disallow program execution. */ enumerator91 # define ST_NOEXEC ST_NOEXEC macro
33 #define ST_NOEXEC 0x0008 /* disallow program execution */ macro