Searched refs:exec_paths (Results 1 – 3 of 3) sorted by relevance
17 local rules exec_paths rules_es exec_paths_es27 exec_paths=$!32 wait $exec_paths53 local sj rules exec_paths81 exec_paths="/nowhere/nonexistent"82 sysctl_set_and_check_exec_paths $exec_paths84 sysctl_check_exec_paths $exec_paths87 exec_paths="$MDO"88 sysctl_set_and_check_exec_paths $exec_paths90 sysctl_check_exec_paths $exec_paths[all …]
15 echo "$1".exec_paths
212 struct exec_paths { struct214 char exec_paths[MAX_EXEC_PATHS][PATH_MAX]; argument225 struct exec_paths exec_paths; argument348 has_exec_paths(const struct exec_paths *const exec_paths) in has_exec_paths() argument350 return (exec_paths->exec_paths_str[0] != '\0'); in has_exec_paths()406 init_exec_paths(struct exec_paths *const exec_paths) in init_exec_paths() argument408 MPASS(is_zeroed(exec_paths, sizeof(*exec_paths))); in init_exec_paths()418 init_exec_paths(&conf->exec_paths); in new_conf()1146 parse_exec_paths(const char *const string, struct exec_paths *const exec_paths, in parse_exec_paths() argument1160 bcopy(string, exec_paths->exec_paths_str, len + 1); in parse_exec_paths()[all …]