Lines Matching refs: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,
1987 char *id, *perm_id;
2053 perm_id = fparg.key;
2055 assert(perm_id != NULL);
2056 if (!is_perm_enabled(id, perm_id, state->base)) {