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

/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h75 # define PPD_MAX_TEXT 81 /* Maximum size of text + 1 for nul */ macro
152 char text[PPD_MAX_TEXT]; /* Human-readable text, if any */
163 char text[PPD_MAX_TEXT]; /* Human-readable option name */
173 char text[PPD_MAX_TEXT]; /* Human-readable text */
187 char text[PPD_MAX_TEXT - PPD_MAX_NAME];
274 char text[PPD_MAX_TEXT]; /* Human-readable text */
H A Dlocalize.c263 !buffer || bufsize < PPD_MAX_TEXT)
H A Dppd.c3174 if (textlen > PPD_MAX_TEXT && cg->ppd_conform == PPD_CONFORM_STRICT)

Completed in 75 milliseconds