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,
1993 char *id, *perm_id;
2059 perm_id = fparg.key;
2061 assert(perm_id != NULL);
2062 if (!is_perm_enabled(id, perm_id, state->base)) {