Searched defs:aent_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c84 } aent_t; typedef in typeref:struct:_acl_entry
106 static aent_t *acl_list_head = (aent_t *) NULL;
107 static aent_t *acl_list_tail = (aent_t *) NULL;
198 static aent_t *
206 aent_t *acle;
218 acle = (aent_t *) NULL;
223 acle = (aent_t *) malloc(sizeof(aent_t));
[all...]

Completed in 329 milliseconds