Searched defs:_ppdCacheCreateWithFile (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dppd-cache.c384 * '_ppdCacheCreateWithFile()' - Create PPD cache and mapping data from a
392 _ppdCacheCreateWithFile( function
417 DEBUG_printf(("_ppdCacheCreateWithFile(filename=\"%s\")", filename));
449 DEBUG_puts("_ppdCacheCreateWithFile: Unable to read first line.");
457 DEBUG_printf(("_ppdCacheCreateWithFile: Wrong first line \"%s\".", line));
465 DEBUG_printf(("_ppdCacheCreateWithFile: Cache file has version %s, "
478 DEBUG_puts("_ppdCacheCreateWithFile: Unable to allocate _ppd_cache_t.");
496 DEBUG_printf(("_ppdCacheCreateWithFile: line=\"%s\", value=\"%s\", "
501 DEBUG_printf(("_ppdCacheCreateWithFile: Missing value on line %d.",
540 DEBUG_puts("_ppdCacheCreateWithFile
[all...]

Completed in 1267 milliseconds