Searched refs:role_id (Results 1 - 2 of 2) sorted by relevance

/external/checkpolicy/
H A Dmodule_compiler.c167 char *role_id, role_datum_t *role)
172 delim = strrchr(role_id, '.');
176 bounds_id = strdup(role_id);
181 bounds_id[(size_t)(delim - role_id)] = '\0';
186 bounds_id, role_id);
194 role_id, bounds_id,
166 role_implicit_bounds(hashtab_t roles_tab, char *role_id, role_datum_t *role) argument
H A Dpolicy_define.c2171 char *role_id; local
2177 role_id = queue_remove(id_queue);
2178 free(role_id);
2184 role_id = queue_remove(id_queue);
2185 if (!is_id_in_scope(SYM_ROLES, role_id)) {
2186 yyerror2("role %s is not within scope", role_id);
2187 free(role_id);
2191 role_id);
2196 free(role_id);
2201 declare_symbol(SYM_ROLES, (hashtab_key_t) role_id,
[all...]

Completed in 29 milliseconds