Home
last modified time | relevance | path

Searched refs:jattrs (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dtestclient.c633 static const char * const jattrs[] = /* Job attributes we want */ in monitor_printer() local
709 … IPP_TAG_KEYWORD, "requested-attributes", (int)(sizeof(jattrs) / sizeof(jattrs[0])), NULL, jattrs); in monitor_printer()
/external/libcups/systemv/
Dlpstat.c1302 static const char *jattrs[] = /* Attributes we need for jobs... */ in show_jobs() local
1337 "requested-attributes", sizeof(jattrs) / sizeof(jattrs[0]), in show_jobs()
1338 NULL, jattrs); in show_jobs()
1554 static const char *jattrs[] = /* Attributes we need for jobs... */ in show_printers() local
1727 sizeof(jattrs) / sizeof(jattrs[0]), NULL, jattrs); in show_printers()
/external/libcups/backend/
Dipp.c78 static const char * const jattrs[] = /* Job attributes we want */ variable
2046 "requested-attributes", sizeof(jattrs) / sizeof(jattrs[0]), in main()
2047 NULL, jattrs); in main()
2517 (int)(sizeof(jattrs) / sizeof(jattrs[0])), NULL, jattrs); in monitor_printer()