Home
last modified time | relevance | path

Searched refs:ippAttributeString (Results 1 – 15 of 15) sorted by relevance

/external/libcups/cups/
Dtestclient.c687 ippAttributeString(attr, printer_state_reasons, sizeof(printer_state_reasons)); in monitor_printer()
717 ippAttributeString(attr, job_state_reasons, sizeof(job_state_reasons)); in monitor_printer()
990 ippAttributeString(attr, buffer, sizeof(buffer)); in show_attributes()
1036 ippAttributeString(attr, buffer, sizeof(buffer)); in show_capabilities()
Dipp-support.c657 ippAttributeString( in ippAttributeString() function
2552 bufptr += ippAttributeString(attr, bufptr, (size_t)(bufend - bufptr + 1)); in ipp_col_string()
2554 bufptr += ippAttributeString(attr, temp, sizeof(temp)); in ipp_col_string()
Dlibcups2.def470 ippAttributeString
Dtlscheck.c741 ippAttributeString(attr, value, sizeof(value)); in main()
Dtestipp.c967 ippAttributeString(attr, buffer, sizeof(buffer)); in print_attributes()
Dtestdest.c522 ippAttributeString(defattr, value, sizeof(value)); in show_default()
Dipp.h829 extern size_t ippAttributeString(ipp_attribute_t *attr, char *buffer,
Ddest-options.c556 if (ippAttributeString(attr, value, sizeof(value)) >= sizeof(value)) in cupsCopyDestConflicts()
1949 else if (ippAttributeString(attr, value, sizeof(value)) >= sizeof(value)) in cups_create_defaults()
Dppd-cache.c4714 ippAttributeString(member, member_value, sizeof(member_value)); in _ppdCreateFromIPP()
/external/libcups/notifier/
Dtestnotify.c105 ippAttributeString(attr, buffer, sizeof(buffer)); in print_attributes()
Dmailto.c627 ippAttributeString(attr, buffer, sizeof(buffer)); in print_attributes()
/external/libcups/tools/
Dipptool.c1475 ippAttributeString(found, buffer, sizeof(buffer)); in do_test()
1616 ippAttributeString(found, buffer, sizeof(buffer)); in do_test()
1743 width = ippAttributeString(attrptr, NULL, 0); in do_test()
2431 ippAttributeString(attr, buffer, sizeof(buffer)); in print_attr()
2489 ippAttributeString(current, buffer, maxlength); in print_csv()
2749 ippAttributeString(current, buffer, maxlength); in print_line()
Dippeveprinter.c1998 ippAttributeString(attr, buffer, sizeof(buffer)); in debug_attributes()
6326 ippAttributeString(attr, valptr, sizeof(val) - (size_t)(valptr - val)); in process_job()
6359 ippAttributeString(attr, valptr, sizeof(val) - (size_t)(valptr - val)); in process_job()
/external/libcups/backend/
Dipp.c2412 ippAttributeString(attr, buffer, sizeof(buffer)); in debug_attributes()
/external/libcups/scheduler/
Dipp.c163 ippAttributeString(attr, value, sizeof(value)); in cupsdProcessIPPRequest()