Searched refs:strs_add (Results 1 – 4 of 4) sorted by relevance
/third_party/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() 364 rc = strs_add(strs, val_to_name[i]); in ebitmap_to_strs() 413 return strs_add(stack, s); in strs_stack_push()
|
D | kernel_to_cil.c | 808 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 912 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1217 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_cil() 1262 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_cil() 1347 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_cil() 1394 rc = strs_add(strs, key); in map_type_aliases_to_strs() 1477 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_cil() 1575 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_cil() 1784 rc = strs_add(strs, rule); in map_avtab_write_helper() 2056 rc = strs_add(strs, rule); in write_cond_av_list_to_cil() [all …]
|
D | kernel_to_common.h | 98 int strs_add(struct strs *strs, char *s);
|
D | kernel_to_conf.c | 765 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs() 896 rc = strs_add(strs, key); in map_category_aliases_to_strs() 1205 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_conf() 1250 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_conf() 1335 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_conf() 1382 rc = strs_add(strs, key); in map_type_aliases_to_strs() 1456 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_conf() 1633 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_conf() 1765 rc = strs_add(strs, rule); in map_avtab_write_helper() 2037 rc = strs_add(strs, rule); in write_cond_av_list_to_conf() [all …]
|