Searched refs:PPD_MAX_LINE (Results 1 – 4 of 4) sorted by relevance
26 #define PPDX_MAX_VALUE (PPD_MAX_LINE - PPD_MAX_NAME - 4)187 pair[PPD_MAX_LINE], /* name=value pair */ in ppdxWriteData()
52 # define PPD_MAX_LINE 256 /* Maximum size of line + 1 for nul */ macro
429 text[PPD_MAX_LINE], in _ppdOpen()2996 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3057 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3116 if (col > (PPD_MAX_LINE - 1)) in ppd_read()3283 (textptr - text) >= (PPD_MAX_LINE - 1)) in ppd_read()
4451 char cups_protocol[PPD_MAX_LINE]; in copy_model()