Home | History | Annotate | Download | only in autofs

Lines Matching defs:executable

724  * Entries for executable maps are slightly different, as they
748 * In case of executable map, the key is always
981 * Note that it is different from executable maps, in that
983 * (as opposed to executable maps that only output a single
1021 bool executable;
1059 executable = file_is_executable(path);
1061 if (executable) {
1062 log_debugx("map \"%s\" is executable", map);
1082 parse_map_yyin(parent, map, executable ? key : NULL);
1084 if (executable) {
1088 log_errx(1, "failed to handle executable map \"%s\"",