Lines Matching refs:spec
17 typedef struct spec {
34 const struct spec *sp1 = A, *sp2 = B;
54 struct spec *curr_spec, *spec_arr = data->spec_arr;
124 /* On the second pass, process and store the specification in spec. */
177 * After the first pass, the spec array is malloced to the appropriate
178 * size. Second pass is to populate the spec array and check for
215 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);
234 struct spec *spec;
238 spec = &data->spec_arr[i];
239 free(spec->property_key);
240 free(spec->lr.ctx_raw);
241 free(spec->lr.ctx_trans);