O_EXEC
if ((SCARG(uap, oflag) & O_EXEC) != 0)
if ((open_flags & O_EXEC) && (open_flags & O_ACCMODE))
O_REGULAR|O_EXEC)
#define FEXEC O_EXEC