Home
last modified time | relevance | path

Searched refs:optionsets (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c84 char **optionsets; variable
212 optionsets = calloc(optionset_alloc, sizeof(char *)); in options_init()
287 free(optionsets[i]); in options_free()
288 free(optionsets); in options_free()
289 optionsets = NULL; in options_free()
1463 return optionsets[idx]; in optionset_name()
1471 if (!strcmp(optionsets[i], name)) in optionset()
1477 optionsets = realloc(optionsets, optionset_alloc * sizeof(char *)); in optionset()
1479 optionsets[i] = NULL; in optionset()
1482 optionsets[optionset_count] = strdup(name); in optionset()