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
484 for (ap=acl_list_head; ap; ap = np) {
503 acl_list_head = acl_list_tail = (aent_t *) NULL;
526 aentpp = &acl_list_head;
562 (acl_list_head = kadm5int_acl_parse_line((char *)acl_catchall_entry))) {
563 acl_list_tail = acl_list_head;
650 for (entry=acl_list_head; entry; entry = entry->ae_next) {

Completed in 58 milliseconds