Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_STAPLE (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcups/cups/
H A Dtestcups.c92 mask |= CUPS_PRINTER_STAPLE; in main()
93 type |= CUPS_PRINTER_STAPLE; in main()
H A Dtestdest.c88 type |= CUPS_PRINTER_STAPLE; in main()
89 mask |= CUPS_PRINTER_STAPLE; in main()
H A Dcups.h208 CUPS_PRINTER_STAPLE = 0x0020, /* Can staple output */ enumerator
H A Dcupspm.md175 - `CUPS_PRINTER_STAPLE`: Can staple output.
H A Ddest.c3176 type |= CUPS_PRINTER_STAPLE; in cups_dnssd_query_cb()
/aosp_15_r20/external/libcups/scheduler/
H A Ddirsvc.c477 if (p->type & CUPS_PRINTER_STAPLE) in dnssdBuildTxtRecord()
480 keyvalue[count++][1] = (p->type & CUPS_PRINTER_STAPLE) ? "T" : "F"; in dnssdBuildTxtRecord()
H A Dprinters.c4633 p->type |= CUPS_PRINTER_STAPLE; in load_ppd()