Searched refs:PPD_MAX_LINE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cups-408/cups/examples/
H A Dppdx.c39 #define PPDX_MAX_VALUE (PPD_MAX_LINE - PPD_MAX_NAME - 4)
200 pair[PPD_MAX_LINE], /* name=value pair */
/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h76 # define PPD_MAX_LINE 256 /* Maximum size of line + 1 for nul */ macro
H A Dppd.c401 text[PPD_MAX_LINE],
2875 if (col > (PPD_MAX_LINE - 1))
2936 if (col > (PPD_MAX_LINE - 1))
2995 if (col > (PPD_MAX_LINE - 1))
3162 (textptr - text) >= (PPD_MAX_LINE - 1))
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dipp.c4424 char cups_protocol[PPD_MAX_LINE];

Completed in 288 milliseconds