Searched refs:option2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-constraint.cxx42 option2 = new ppdcString(o2);
57 option2->release();
H A Dppdc-import.cxx233 if (!strcmp(constraint->option1, constraint2->option2) &&
235 !strcmp(constraint->option2, constraint2->option1) &&
242 cconstraint = new ppdcConstraint(constraint->option2, constraint->choice2,
H A Dppdc-driver.cxx733 !strncmp(cn->option2->value, "*Custom", 7))
748 if (cn->option2->value[0] != '*')
751 cupsFilePuts(fp, cn->option2->value);
760 !strncmp(cn->option2->value, "*Custom", 7))
765 if (cn->option2->value[0] != '*')
768 cupsFilePuts(fp, cn->option2->value);
H A Dppdc-source.cxx639 *option2, // Constraint option 2 local
690 option2 = ptr;
700 return (new ppdcConstraint(option1, choice1, option2, choice2));
3643 if (co->option2->value[0] == '*')
3644 cupsFilePrintf(fp, " %s %s\"\n", co->option2->value,
3647 cupsFilePrintf(fp, " *%s %s\"\n", co->option2->value,
H A Dppdc.h291 *option2, // Second option member in class:ppdcConstraint
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c169 ppd_option_t *option2; /* Standard UI option */ local
1478 for (n = 0, option2 = group2->options;
1480 n ++, option2 ++)
1481 if (option != option2 &&
1482 len < strlen(option2->keyword) &&
1483 !strncmp(option->keyword, option2->keyword, len))
1490 option->keyword, option2->keyword);
1624 ppd->consts[j].option2, ppd->consts[j].choice2);
2002 c->option1, c->choice1, c->option2, c->choice2);
2016 c->option1, c->choice1, c->option2,
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dconflicts.c753 !_cups_strcasecmp(oldconst[0].option1, oldconst[1].option2) &&
755 !_cups_strcasecmp(oldconst[0].option2, oldconst[1].option1) &&
810 if (!_cups_strncasecmp(oldconst->option2, "Custom", 6) &&
813 constptr[1].option = ppdFindOption(ppd, oldconst->option2 + 6);
819 constptr[1].option = ppdFindOption(ppd, oldconst->option2);
823 oldconst->option2);
829 oldconst->option2, oldconst->choice2));
988 "option2=\"%s\", choice2=\"%s\", ...",
H A Dppd.c1670 constraint->choice1, constraint->option2,
1705 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1724 !strcmp(constraint->option2, "*")))
1746 constraint->option2[0] == '*')
1752 _cups_strcpy(constraint->choice2, constraint->option2);
1753 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1758 if (constraint->option2[0] == '*')
1759 _cups_strcpy(constraint->option2, constraint->option2 + 1);
1778 !strcmp(constraint->option2, "*") ||
[all...]
H A Dppd.h200 char option2[PPD_MAX_NAME]; /* Second keyword */ member in struct:ppd_const_s
H A Dtestppd.c1057 c->option2, c->choice2);

Completed in 230 milliseconds