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

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c52 * the following map_to_sort table is needed.
59 static struct map map_to_sort[] = { variable in typeref:struct:map
102 if (tp->a_type == map_to_sort[k].entry_type) {
103 tp->a_type = map_to_sort[k].sort_order;
115 if (tp->a_type == map_to_sort[k].sort_order) {
116 tp->a_type = map_to_sort[k].entry_type;

Completed in 44 milliseconds