Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-localize.c141 if ((attr = ppdFindAttr(ppd, "APCustomColorMatchingName", NULL)) != NULL) in ppdLocalize()
148 for (attr = ppdFindAttr(ppd, "cupsICCProfile", NULL); in ppdLocalize()
165 for (attr = ppdFindAttr(ppd, "APPrinterPreset", NULL); in ppdLocalize()
215 locattr = ppdFindAttr(ppd, keyword, spec); in ppdLocalizeAttr()
276 locattr = ppdFindAttr(ppd, "cupsIPPReason", reason); in ppdLocalizeIPPReason()
516 locattr = ppdFindAttr(ppd, "cupsMarkerName", name); in ppdLocalizeMarkerName()
560 if ((attr = ppdFindAttr(ppd, "cupsLanguages", NULL)) == NULL || !attr->value) in _ppdGetLanguages()
663 if ((attr = ppdFindAttr(ppd, lkeyword, spec)) == NULL) in _ppdLocalizedAttr()
674 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
680 attr = ppdFindAttr(ppd, lkeyword, spec); in _ppdLocalizedAttr()
[all …]
Dppd-page.c229 if ((attr = ppdFindAttr(ppd, "cupsMediaQualifier2", NULL)) != NULL && in ppdPageSizeLimits()
235 if ((attr = ppdFindAttr(ppd, "cupsMediaQualifier3", NULL)) != NULL && in ppdPageSizeLimits()
258 attr = ppdFindAttr(ppd, "cupsMinSize", spec); in ppdPageSizeLimits()
266 attr = ppdFindAttr(ppd, "cupsMinSize", spec); in ppdPageSizeLimits()
272 attr = ppdFindAttr(ppd, "cupsMinSize", spec); in ppdPageSizeLimits()
307 attr = ppdFindAttr(ppd, "cupsMaxSize", spec); in ppdPageSizeLimits()
315 attr = ppdFindAttr(ppd, "cupsMaxSize", spec); in ppdPageSizeLimits()
321 attr = ppdFindAttr(ppd, "cupsMaxSize", spec); in ppdPageSizeLimits()
Dppd-emit.c140 for (attr = ppdFindAttr(ppd, "NonUIOrderDependency", NULL); in ppdCollect2()
400 if ((charset = ppdFindAttr(ppd, "cupsPJLCharset", NULL)) != NULL) in ppdEmitJCL()
406 if ((display = ppdFindAttr(ppd, "cupsPJLDisplay", NULL)) != NULL) in ppdEmitJCL()
888 if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", "Width")) != NULL) in ppdEmitString()
900 if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", "Height")) != NULL) in ppdEmitString()
935 if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", in ppdEmitString()
1145 rpr = ppdFindAttr(ppd, "RequiresPageRegion", input_slot->choice); in ppd_handle_media()
1150 rpr = ppdFindAttr(ppd, "RequiresPageRegion", "All"); in ppd_handle_media()
Dbackend.c69 if ((ppdattr = ppdFindAttr(ppd, "cupsIPPFaxOut", NULL)) != NULL && in cupsBackendDeviceURI()
Dppd-attr.c29 ppdFindAttr(ppd_file_t *ppd, /* I - PPD file data */ in ppdFindAttr() function
Dppd-cache.c1350 if ((ppd_attr = ppdFindAttr(ppd, "APPrinterPreset", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1593 if ((ppd_attr = ppdFindAttr(ppd, "cupsFilter2", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1621 ((ppd_attr = ppdFindAttr(ppd, "cupsCommands", NULL)) == NULL || in _ppdCacheCreateWithPPD()
1643 if ((ppd_attr = ppdFindAttr(ppd, "cupsPreFilter", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1656 if ((ppd_attr = ppdFindAttr(ppd, "cupsSingleFile", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1670 if ((ppd_attr = ppdFindAttr(ppd, "cupsIPPFinishings", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1808 if ((ppd_attr = ppdFindAttr(ppd, "cupsMaxCopies", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1820 if ((ppd_attr = ppdFindAttr(ppd, "cupsChargeInfoURI", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1823 if ((ppd_attr = ppdFindAttr(ppd, "cupsJobAccountId", NULL)) != NULL) in _ppdCacheCreateWithPPD()
1826 if ((ppd_attr = ppdFindAttr(ppd, "cupsJobAccountingUserId", NULL)) != NULL) in _ppdCacheCreateWithPPD()
[all …]
Dppd-mark.c316 if ((attr = ppdFindAttr(ppd, "cupsIPPFinishings", s)) == NULL) in cupsMarkOptions()
332 if ((attr = ppdFindAttr(ppd, "APPrinterPreset", optptr->value)) != NULL) in cupsMarkOptions()
Dppd-conflicts.c261 if ((resolver = ppdFindAttr(ppd, "cupsUIResolver", in cupsResolveConflicts()
845 for (constattr = ppdFindAttr(ppd, "cupsUIConstraints", NULL); in ppd_load_constraints()
Dppd.h407 extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name,
Dlibcups2.def502 ppdFindAttr
Dtestppd.c204 if ((attr = ppdFindAttr(ppd, "cupsTest", NULL)) == NULL) in main()
232 if ((attr = ppdFindAttr(ppd, "cupsTest", "Foo")) == NULL) in main()
Dppd.c1426 if ((custom_attr = ppdFindAttr(ppd, custom_name, "True")) != NULL) in _ppdOpen()
1530 if ((custom_attr = ppdFindAttr(ppd, custom_name, "True")) != NULL) in _ppdOpen()
3416 if ((attr = ppdFindAttr(ppd, "cupsFilter2", NULL)) == NULL) in ppd_update_filters()
Dtest.ppd55 *% These attributes test ppdFindAttr/ppdFindNext...
/external/libcups/filter/
Dcommandtops.c207 if ((attr = ppdFindAttr(ppd, buffer, NULL)) == NULL || !attr->value) in auto_configure()
Drastertopwg.c85 back = ppdFindAttr(ppd, "cupsBackSide", NULL); in main()
Dpstops.c2510 (attr = ppdFindAttr(ppd, "PageStackOrder", choice->choice)) != NULL && in set_pstops_options()
2513 else if ((attr = ppdFindAttr(ppd, "DefaultOutputOrder", NULL)) != NULL && in set_pstops_options()
2567 if ((attr = ppdFindAttr(ppd, "cupsMaxCopies", NULL)) != NULL) in set_pstops_options()
2627 ((attr = ppdFindAttr(ppd, "cupsEvenDuplex", NULL)) != NULL && in set_pstops_options()