Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil.c427 cil_list_init(&(*db)->selinuxusers, CIL_LIST_ITEM); in cil_db_init()
482 cil_list_destroy(&(*db)->selinuxusers, CIL_FALSE); in cil_db_destroy()
1669 if (db->selinuxusers->head == NULL) { in cil_selinuxusers_to_string()
1675 cil_list_for_each(curr, db->selinuxusers) { in cil_selinuxusers_to_string()
1693 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
Dcil_internal.h310 struct cil_list *selinuxusers; member
Dcil_post.c717 cil_list_prepend(db->selinuxusers, CIL_SELINUXUSER, node->data); in __cil_post_db_array_helper()
721 cil_list_append(db->selinuxusers, CIL_SELINUXUSERDEFAULT, node->data); in __cil_post_db_array_helper()