Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:bounds_id

1295 static int define_typebounds_helper(char *bounds_id, char *type_id)
1299 if (!is_id_in_scope(SYM_TYPES, bounds_id)) {
1300 yyerror2("type %s is not within scope", bounds_id);
1304 bounds = hashtab_search(policydbp->p_types.table, bounds_id);
1306 yyerror2("hoge unknown type %s", bounds_id);