Searched refs:cupsGetDestWithURI (Results 1 – 4 of 4) sorted by relevance
241 cupsGetDestWithURI
588 extern cups_dest_t *cupsGetDestWithURI(const char *name, const char *uri) _CUPS_API_2_0;
123 dest = cupsGetDestWithURI(NULL, argv[i]); in main()
1218 cupsGetDestWithURI(const char *name, /* I - Desired printer name or @code NULL@ */ in cupsGetDestWithURI() function