Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-source.cxx2740 *copyptr, // Pointer into string in scan_file() local
2757 for (copyptr = copytemp; copyptr; copyptr = copyend) in scan_file()
2759 if ((copyend = strchr(copyptr, '\n')) != NULL) in scan_file()
2762 d->copyright->add(new ppdcString(copyptr)); in scan_file()