Home
last modified time | relevance | path

Searched refs:strs_add (Results 1 – 4 of 4) sorted by relevance

/third_party/selinux/libsepol/src/
Dkernel_to_common.c164 int strs_add(struct strs *strs, char *s) in strs_add() function
200 rc = strs_add(strs, str); in strs_create_and_add()
373 rc = strs_add(strs, val_to_name[i]); in ebitmap_to_strs()
422 return strs_add(stack, s); in strs_stack_push()
Dkernel_to_cil.c829 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs()
933 rc = strs_add(strs, key); in map_category_aliases_to_strs()
1243 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_cil()
1288 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_cil()
1373 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_cil()
1420 rc = strs_add(strs, key); in map_type_aliases_to_strs()
1503 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_cil()
1601 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_cil()
1810 rc = strs_add(strs, rule); in map_avtab_write_helper()
2082 rc = strs_add(strs, rule); in write_cond_av_list_to_cil()
[all …]
Dkernel_to_conf.c782 rc = strs_add(strs, key); in map_sensitivity_aliases_to_strs()
913 rc = strs_add(strs, key); in map_category_aliases_to_strs()
1221 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_attributes_to_conf()
1266 rc = strs_add(strs, pdb->p_role_val_to_name[i]); in write_role_attributes_to_conf()
1351 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_decl_rules_to_conf()
1398 rc = strs_add(strs, key); in map_type_aliases_to_strs()
1472 rc = strs_add(strs, pdb->p_type_val_to_name[i]); in write_type_bounds_rules_to_conf()
1649 rc = strs_add(strs, pdb->p_type_val_to_name[i-1]); in write_type_permissive_rules_to_conf()
1781 rc = strs_add(strs, rule); in map_avtab_write_helper()
2053 rc = strs_add(strs, rule); in write_cond_av_list_to_conf()
[all …]
Dkernel_to_common.h98 int strs_add(struct strs *strs, char *s);