Searched refs:ppdinfo (Results 1 – 1 of 1) sorted by relevance
190 struct stat ppdinfo; /* PPD file information */ in cupsGetPPD3() local195 if (!stat(ppdname, &ppdinfo) && !access(ppdname, R_OK)) in cupsGetPPD3()300 if (*modtime >= ppdinfo.st_mtime) in cupsGetPPD3()307 …ntf(("2cupsGetPPD3: Returning ok, filename=\"%s\", modtime=%ld.", buffer, (long)ppdinfo.st_mtime)); in cupsGetPPD3()308 *modtime = ppdinfo.st_mtime; in cupsGetPPD3()