Searched refs:strs_add (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | kernel_to_common.c | 158 int strs_add(struct strs *strs, char *s) in strs_add() function 194 rc = strs_add(strs, str); in strs_create_and_add() 366 rc = strs_add(strs, val_to_name[i]); in ebitmap_to_strs() 415 return strs_add(stack, s); in strs_stack_push()
|
D | kernel_to_cil.c | 786 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 891 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1213 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_cil() 1258 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_cil() 1343 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_cil() 1389 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_alias_rules_to_cil() 1451 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_cil() 1550 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_cil() 1759 rc = strs_add(strs, rule); in map_avtab_write_helper() 2017 rc = strs_add(strs, rule); in write_cond_av_list_to_cil() [all …]
|
D | kernel_to_conf.c | 750 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 877 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1187 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_conf() 1232 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_conf() 1317 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_conf() 1363 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_alias_rules_to_conf() 1417 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_conf() 1595 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_conf() 1727 rc = strs_add(strs, rule); in map_avtab_write_helper() 1985 rc = strs_add(strs, rule); in write_cond_av_list_to_conf() [all …]
|
D | kernel_to_common.h | 98 int strs_add(struct strs *strs, char *s);
|