Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_PUNCH (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dtestcups.c107 mask |= CUPS_PRINTER_PUNCH; in main()
108 type |= CUPS_PRINTER_PUNCH; in main()
Dcups.h211 CUPS_PRINTER_PUNCH = 0x0100, /* Can punch output */ enumerator
Dcupspm.md177 - `CUPS_PRINTER_PUNCH`: Can punch output.
Ddest.c3160 type |= CUPS_PRINTER_PUNCH; in cups_dnssd_query_cb()
/external/libcups/scheduler/
Ddirsvc.c495 if (p->type & CUPS_PRINTER_PUNCH) in dnssdBuildTxtRecord()
498 keyvalue[count++][1] = (p->type & CUPS_PRINTER_PUNCH) ? "T" : "F"; in dnssdBuildTxtRecord()
Dprinters.c4622 p->type |= CUPS_PRINTER_PUNCH; in load_ppd()