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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c649 int i, arrayCount; local
735 arrayCount = ((union convert *)p_data)->tint;
740 if (arrayCount < 0)
741 arrayCount = 0;
743 if ((arrayCount > 0) && (int_list != NULL)) {
744 for (; arrayCount > 0; arrayCount--) {
791 arrayCount = ((union convert *)p_data)->tint;
793 if (arrayCount < 0)
794 arrayCount
[all...]

Completed in 58 milliseconds