Lines Matching defs:role_strs
2400 struct strs *strs, *role_strs;
2445 rc = strs_init(&role_strs, pdb->p_roles.nprim);
2449 rc = ebitmap_to_strs(roles, role_strs, pdb->p_role_val_to_name);
2451 strs_destroy(&role_strs);
2455 rc = strs_add(role_strs, (char *)DEFAULT_OBJECT);
2457 strs_destroy(&role_strs);
2461 strs_sort(role_strs);
2463 num_roles = strs_num_items(role_strs);
2465 role = strs_read_at_index(role_strs, j);
2468 strs_destroy(&role_strs);