Lines Matching full:spec
17 typedef struct spec {
34 const struct spec *sp1 = A, *sp2 = B;
54 struct spec *curr_spec, *spec_arr = data->spec_arr;
120 /* On the second pass, process and store the specification in spec. */
173 * After the first pass, the spec array is malloced to the appropriate
174 * size. Second pass is to populate the spec array and check for
212 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);
226 struct spec *spec;
230 spec = &data->spec_arr[i];
231 free(spec->property_key);
232 free(spec->lr.ctx_raw);
233 free(spec->lr.ctx_trans);