executable
static int executable(Char *, Char *, int);
if (executable(NULL, name, 0)) {
if (executable(*pv, sav, 0)) {
bool executable;
executable = l3pte_executable(pte, user);
if (!executable && (prot & VM_PROT_EXECUTE)) {
bool executable;
executable = file_is_executable(path);
if (executable) {
parse_map_yyin(parent, map, executable ? key : NULL);
if (executable) {