Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:role_id

2838 	char *role_id;
2844 role_id = queue_remove(id_queue);
2845 free(role_id);
2851 role_id = queue_remove(id_queue);
2852 if (!is_id_in_scope(SYM_ROLES, role_id)) {
2853 yyerror2("role %s is not within scope", role_id);
2854 free(role_id);
2858 role_id);
2863 free(role_id);
2868 declare_symbol(SYM_ROLES, (hashtab_key_t) role_id,
2878 role_id);
2932 free(role_id);