Home | History | Annotate | Download | only in src

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;
112 /* On the second pass, process and store the specification in spec. */
175 * After the first pass, the spec array is malloced to the appropriate
176 * size. Second pass is to populate the spec array and check for
214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);
228 struct spec *spec;
232 spec = &data->spec_arr[i];
233 free(spec->property_key);
234 free(spec->lr.ctx_raw);
235 free(spec->lr.ctx_trans);