Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestcups.c509 cups_option_t *aoption; /* Current option */ in dests_equal() local
526 for (i = a->num_options, aoption = a->options; i > 0; i --, aoption ++) in dests_equal()
527 if ((bval = cupsGetOption(aoption->name, b->num_options, in dests_equal()
529 strcmp(aoption->value, bval)) in dests_equal()
574 cups_option_t *aoption; /* Current option */ in show_diffs() local
599 for (i = a->num_options, aoption = a->options; i > 0; i --, aoption ++) in show_diffs()
600 if ((bval = cupsGetOption(aoption->name, b->num_options, in show_diffs()
602 strcmp(aoption->value, bval)) in show_diffs()
603 printf(" %-20.20s %-24.24s %-24.24s\n", aoption->name, in show_diffs()
604 aoption->value, bval ? bval : "(null)"); in show_diffs()
Dppd-emit.c132 aoption[PPD_MAX_NAME]; in ppdCollect2() local
141 aoption) == 4 && in ppdCollect2()
143 !strcmp(amain + 7, c->option->keyword) && !strcmp(aoption, "True")) in ppdCollect2()