Lines Matching refs:perm
492 char *id = 0, *perm = 0;
505 yyerror("no common name for common perm definition?");
536 while ((perm = queue_remove(id_queue))) {
551 (hashtab_key_t) perm,
555 yyerror2("duplicate permission %s in common %s", perm,
576 if (perm)
577 free(perm);
599 yyerror("no tclass name for av perm definition?");
1611 class_perm_node_t *perm;
1673 perm = malloc(sizeof(class_perm_node_t));
1674 if (!perm) {
1678 class_perm_node_init(perm);
1679 perm->tclass = i + 1;
1680 perm->data = datum->s.value;
1681 perm->next = avrule->perms;
1682 avrule->perms = perm;