Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:new

1683 	/* prepend the new avlist to the pre-existing one */
2038 role_datum_t *new;
2044 new = malloc(sizeof(role_datum_t));
2045 if (!new) {
2049 memset(new, 0, sizeof(role_datum_t));
2050 new->s.value = 0; /* temporary role */
2051 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) {
2053 free(new);
2056 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) {
2058 free(new);
2074 return new;
2354 yyerror("no new role in transition definition?");
2369 yyerror2("the new role %s must be a regular role", id);
3156 /* use tmp conditional node to partially build new node */
3168 /* get the existing conditional node, or create a new one */
3203 /* create a new expression struct */