Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c85 } aent_t; typedef
107 static aent_t *acl_list_head = (aent_t *) NULL;
108 static aent_t *acl_list_tail = (aent_t *) NULL;
195 static aent_t *
203 aent_t *acle;
215 acle = (aent_t *) NULL;
220 acle = (aent_t *) malloc(sizeof(aent_t));
222 acle->ae_next = (aent_t *) NULL;
262 acle = (aent_t *) NULL;
269 acle = (aent_t *) NULL;
[all …]