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

/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c55 static token_t **au_d = au_i; /* record descriptor table */ variable
69 au_d_new = calloc(au_d_required_length, sizeof (au_d));
77 (void) memcpy(au_d_new, au_d, au_d_length *
78 sizeof (au_d));
79 if (au_d != au_i) {
80 free(au_d);
83 au_d = au_d_new;
87 if (au_d[d] == NULL) {
88 au_d[d] = (token_t *)&au_d;
[all...]

Completed in 27 milliseconds