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

/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c688 int list_index; local
691 list_index = ((union convert *)p_data)->msg_selector;
693 if ((list_index + list->ml_offset < list->ml_min_index) ||
694 (list_index + list->ml_offset > list->ml_max_index)) {
697 string = list->ml_msg_list[list_index +

Completed in 23 milliseconds