Home
last modified time | relevance | path

Searched refs:ignore_path_node_t (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dignore_path.h35 } ignore_path_node_t; typedef
38 ignore_path_node_t *slash_suffix_paths;
39 ignore_path_node_t *star_suffix_paths;
42 ignore_path_node_t *insert_ignore_path(ignore_path_node_t **paths_ptr, const char *line);
46 ignore_path_node_t **paths_ptr;
54 void free_ignore_list(ignore_path_node_t **list_ptr);
Dignore_path.c30 ignore_path_node_t *insert_ignore_path(ignore_path_node_t **paths_ptr, const char *line) in insert_ignore_path()
32 ignore_path_node_t *new_node = malloc(sizeof(ignore_path_node_t)); in insert_ignore_path()
101 ignore_path_node_t *new_node = insert_ignore_path(info.paths_ptr, line); in load_ignore_cfg_from_file()
134 static bool find_ignore_path(ignore_path_node_t *current, const char *path) in find_ignore_path()
156 void free_ignore_list(ignore_path_node_t **list_ptr) in free_ignore_list()
159 ignore_path_node_t *temp = *list_ptr; in free_ignore_list()