Searched refs:ipp_get_code (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | ipp.c | 32 static char *ipp_get_code(const char *locale, char *buffer, size_t bufsize) _CUPS_NONNULL(1,2); 920 strcmp(value, ipp_get_code(value, code, sizeof(code)))) in ippAddString() 951 attr->values[0].string.text = _cupsStrAlloc(ipp_get_code(value, code, in ippAddString() 1256 if (strcmp(values[i], ipp_get_code(values[i], code, sizeof(code)))) in ippAddStrings() 1306 value->string.text = _cupsStrAlloc(ipp_get_code(*values++, code, sizeof(code))); in ippAddStrings() 6352 ipp_get_code(const char *value, /* I - Locale/charset string */ in ipp_get_code() function 6404 return (ipp_get_code(locale, buffer, bufsize)); in ipp_lang_code()
|