Home | History | Annotate | Download | only in src

Lines Matching defs:perm_id

126 	char *perm_id = key, *new_id = NULL;
137 dest_perm = hashtab_search(dest_class->permissions.table, perm_id);
141 perm_id);
149 new_id = strdup(perm_id);
176 state->cur_mod_name, perm_id,
1994 char *id, *perm_id;
2060 perm_id = fparg.key;
2062 assert(perm_id != NULL);
2063 if (!is_perm_enabled(id, perm_id, state->base)) {