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

/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c56 static int au_d_length = AU_TABLE_LENGTH; /* current table length */ variable
68 if (au_d_required_length > au_d_length) {
72 au_d_required_length = au_d_length;
76 if (au_d_length > 0) {
77 (void) memcpy(au_d_new, au_d, au_d_length *
84 au_d_length = au_d_required_length;
86 for (d = 0; d < au_d_length; d++) {
98 if (au_d_length >= AU_TABLE_MAX) {
133 if ((d >= au_d_length) || (au_d[d] == NULL)) {
174 if (d < 0 || d >= au_d_length ||
[all...]

Completed in 30 milliseconds