Searched refs:pattrs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/cups-408/cups/systemv/
H A Dlpstat.c653 static const char *pattrs[] = /* Attributes we need for printers... */ local
680 "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]),
681 NULL, pattrs);
1099 static const char *pattrs[] = /* Attributes we need for printers... */ local
1125 "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]),
1126 NULL, pattrs);
1522 static const char *pattrs[] = /* Attributes we need for printers... */ local
1563 "requested-attributes", sizeof(pattrs) / sizeo
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dadminutil.c86 static const char * const pattrs[] = /* Printer attributes we want */ local
129 "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]),
130 NULL, pattrs);
H A Ddest-options.c2205 static const char * const pattrs[] = /* Printer attributes we want */ local
2251 ippAddStrings(request, IPP_TAG_OPERATION, IPP_CONST_TAG(IPP_TAG_KEYWORD), "requested-attributes", (int)(sizeof(pattrs) / sizeof(pattrs[0])), NULL, pattrs);
H A Ddest.c1446 static const char * const pattrs[] = /* Attributes we're interested in */ local
1500 "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]),
1501 NULL, pattrs);
/macosx-10.10/cups-408/cups/backend/
H A Dipp.c102 static const char * const pattrs[] = /* Printer attributes we want */ variable
904 "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]),
905 NULL, pattrs);
2254 (int)(sizeof(pattrs) / sizeof(pattrs[0])), NULL, pattrs);
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dadmin.c540 static const char * const pattrs[] = /* Requested printer attributes */ local
645 (int)(sizeof(pattrs) / sizeof(pattrs[0])),
646 NULL, pattrs);

Completed in 149 milliseconds