Searched refs:restriction_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.h109 } restriction_t; typedef in typeref:struct:_restriction
117 restriction_t **);
122 restriction_t **);
126 restriction_t *);
H A Dserver_acl.c83 restriction_t *ae_restrictions;
289 acle->ae_restrictions = (restriction_t *) NULL;
316 restriction_t **rpp;
327 *rpp = (restriction_t *) NULL;
331 || !(*rpp = (restriction_t *) malloc(sizeof(restriction_t)))) {
395 *rpp = (restriction_t *) NULL;
415 restriction_t *rp;
795 restriction_t **restrictions;
812 : (restriction_t *) NUL
[all...]

Completed in 27 milliseconds