Home
last modified time | relevance | path

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

/external/libcups/filter/
Dtestclient.c794 ippAttributeString(attr, printer_state_reasons, sizeof(printer_state_reasons)); in monitor_printer()
824 ippAttributeString(attr, job_state_reasons, sizeof(job_state_reasons)); in monitor_printer()
893 ippAttributeString(attr, buffer, sizeof(buffer)); in show_attributes()
939 ippAttributeString(attr, buffer, sizeof(buffer)); in show_capabilities()
/external/libcups/cups/
Dipp-support.c616 ippAttributeString( in ippAttributeString() function
2363 bufptr += ippAttributeString(attr, bufptr, (size_t)(bufend - bufptr + 1)); in ipp_col_string()
2365 bufptr += ippAttributeString(attr, temp, sizeof(temp)); in ipp_col_string()
Dlibcups2.def418 ippAttributeString
Dtlscheck.c733 ippAttributeString(attr, value, sizeof(value)); in main()
Dtestipp.c834 ippAttributeString(attr, buffer, sizeof(buffer)); in print_attributes()
Dtestdest.c499 ippAttributeString(defattr, value, sizeof(value)); in show_default()
Ddest-options.c451 if (ippAttributeString(attr, value, sizeof(value)) >= sizeof(value)) in cupsCopyDestConflicts()
1489 if (ippAttributeString(attr, value, sizeof(value)) >= sizeof(value)) in cups_create_defaults()
Dipp.h923 extern size_t ippAttributeString(ipp_attribute_t *attr, char *buffer,