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