Searched refs:aoption (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | testcups.c | 496 cups_option_t *aoption; /* Current option */ in dests_equal() local 513 for (i = a->num_options, aoption = a->options; i > 0; i --, aoption ++) in dests_equal() 514 if ((bval = cupsGetOption(aoption->name, b->num_options, in dests_equal() 516 strcmp(aoption->value, bval)) in dests_equal() 561 cups_option_t *aoption; /* Current option */ in show_diffs() local 586 for (i = a->num_options, aoption = a->options; i > 0; i --, aoption ++) in show_diffs() 587 if ((bval = cupsGetOption(aoption->name, b->num_options, in show_diffs() 589 strcmp(aoption->value, bval)) in show_diffs() 590 printf(" %-20.20s %-24.24s %-24.24s\n", aoption->name, in show_diffs() 591 aoption->value, bval ? bval : "(null)"); in show_diffs()
|
D | ppd-emit.c | 136 aoption[PPD_MAX_NAME]; in ppdCollect2() local 145 aoption) == 4 && in ppdCollect2() 147 !strcmp(amain + 7, c->option->keyword) && !strcmp(aoption, "True")) in ppdCollect2()
|