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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3617 struct stat ppd_info; /* PPD file info */ local
3667 if (stat(ppd_name, &ppd_info))
3668 ppd_info.st_mtime = 1;
3678 if (cache_info.st_mtime >= ppd_info.st_mtime)

Completed in 88 milliseconds