Searched defs:exec_paths (Results 1 – 1 of 1) sorted by relevance
212 struct exec_paths { struct213 char exec_paths_str[MAX_EXEC_PATHS_SIZE]; argument214 char exec_paths[MAX_EXEC_PATHS][PATH_MAX]; argument225 struct exec_paths exec_paths; member348 has_exec_paths(const struct exec_paths *const exec_paths) in has_exec_paths()406 init_exec_paths(struct exec_paths *const exec_paths) in init_exec_paths()1146 parse_exec_paths(const char *const string, struct exec_paths *const exec_paths, in parse_exec_paths()1661 const struct exec_paths *const exec_paths = &applicable_conf->exec_paths; in mac_do_jail_get() local2508 struct exec_paths *exec_paths; in check_proc() local