HomeSort by relevance Sort by last modified time
    Searched refs:cupsPrintFile (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
testcups.c 414 * cupsPrintFile()
417 fputs("cupsPrintFile: ", stdout);
420 if (cupsPrintFile(dest->name, "../test/testfile.pdf", "Test Page",
cups.h 351 extern int cupsPrintFile(const char *name, const char *filename,
util.c 718 * 'cupsPrintFile()' - Print a file to a printer or class on the default server.
724 cupsPrintFile(const char *name, /* I - Destination name */
730 DEBUG_printf(("cupsPrintFile(name=\"%s\", filename=\"%s\", title=\"%s\", num_options=%d, options=%p)", name, filename, title, num_options, (void *)options));

Completed in 322 milliseconds