Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd.h74 # define PPD_MAX_TEXT 81 /* Maximum size of text + 1 for nul */ macro
153 char text[PPD_MAX_TEXT]; /* Human-readable text, if any */
164 char text[PPD_MAX_TEXT]; /* Human-readable option name */
174 char text[PPD_MAX_TEXT]; /* Human-readable text */
188 char text[PPD_MAX_TEXT - PPD_MAX_NAME];
275 char text[PPD_MAX_TEXT]; /* Human-readable text */
Dppd-localize.c261 !buffer || bufsize < PPD_MAX_TEXT) in ppdLocalizeIPPReason()
Dppd.c3331 if (textlen > PPD_MAX_TEXT && pg->ppd_conform == PPD_CONFORM_STRICT) in ppd_read()