Home
last modified time | relevance | path

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

/external/libcups/ppdc/
Dppdc-source.cxx2741 *copyend; // Pointer to end of 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()
2760 *copyend++ = '\0'; in scan_file()