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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c54 static int au_d_length = 0; /* current table length */ variable
66 if (au_d_required_length > au_d_length) {
71 au_d_required_length = au_d_length;
75 if (au_d_length > 0) {
76 (void) memcpy(au_d_new, au_d, au_d_length *
81 au_d_length = au_d_required_length;
83 for (d = 0; d < au_d_length; d++) {
95 if (au_d_length >= AU_TABLE_MAX) {
120 if ((d >= au_d_length) || (au_d[d] == (token_t *)0)) {
156 if (d < 0 || d >= au_d_length ||
[all...]

Completed in 56 milliseconds