Home
last modified time | relevance | path

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

/external/sepolicy/tools/
Dcheck_seapp.c22 typedef struct line_order_list line_order_list; typedef
79 struct line_order_list { struct
81 line_order_list *next; argument
182 static line_order_list *list_head = NULL;
188 static line_order_list *list_tail = NULL;
752 line_order_list *node = malloc(sizeof(line_order_list)); in list_add()
777 line_order_list *cursor, *tmp; in list_free()
942 line_order_list *cursor; in output()