Home | History | Annotate | Download | only in src

Lines Matching refs:spec_t

38 } spec_t;
52 spec_t *spec_arr;
228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf)
289 spec_t *spec_arr = data->spec_arr;
412 spec_t *spec_copy = NULL;
458 maxnspec = UINT_MAX / sizeof(spec_t);
500 (spec_t *) malloc(sizeof(spec_t) * data->nspec)))
502 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
513 spec_copy = (spec_t *) malloc(sizeof(spec_t) * data->nspec);
520 &data->spec_arr[i], sizeof(spec_t));
524 &data->spec_arr[i], sizeof(spec_t));
575 static spec_t *lookup_common(struct selabel_handle *rec,
581 spec_t *spec_arr = data->spec_arr;
585 spec_t *ret = NULL;
667 spec_t *spec;
686 spec_t **specs;
696 specs = calloc(n+1, sizeof(spec_t *));
738 spec_t *spec_arr = data->spec_arr;