HomeSort by relevance Sort by last modified time
    Searched refs:defchoice (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
ppd.c 824 strlcpy(option->defchoice, ppd->attrs[j]->value,
825 sizeof(option->defchoice));
    [all...]
ppd-conflicts.c 437 if (_cups_strcasecmp(value, constptr->option->defchoice) &&
439 constptr->option->defchoice,
448 constptr->option->defchoice,
467 _cups_strcasecmp(constptr->option->defchoice, cptr->choice) &&
    [all...]
ppd.h 171 char defchoice[PPD_MAX_NAME];/* Default option choice */ member in struct:ppd_option_s
ppd-mark.c 732 ppd_mark_option(ppd, o->keyword, o->defchoice);

Completed in 3198 milliseconds