Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c107 static aent_t *acl_list_head = (aent_t *) NULL; variable
479 for (ap=acl_list_head; ap; ap = np) { in kadm5int_acl_free_entries()
498 acl_list_head = acl_list_tail = (aent_t *) NULL; in kadm5int_acl_free_entries()
520 aentpp = &acl_list_head; in kadm5int_acl_load_acl_file()
556 (acl_list_head = kadm5int_acl_parse_line((char *)acl_catchall_entry))) { in kadm5int_acl_load_acl_file()
557 acl_list_tail = acl_list_head; in kadm5int_acl_load_acl_file()
642 for (entry=acl_list_head; entry; entry = entry->ae_next) {