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;
109 /* On the second pass, process and store the specification in spec. */
162 * After the first pass, the spec array is malloced to the appropriate
163 * size. Second pass is to populate the spec array and check for
201 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);
220 struct spec *spec;
224 spec = &data->spec_arr[i];
225 free(spec->property_key);
226 free(spec->lr.ctx_raw);
227 free(spec->lr.ctx_trans);