Home
last modified time | relevance | path

Searched refs:show_default (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtestdest.c26 static void show_default(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option);
180 show_default(http, dest, dinfo, argv[i + 1]); in main()
492 show_default(http_t *http, /* I - Connection to destination */ in show_default() function
/external/libcups/systemv/
Dlpstat.c28 static void show_default(cups_dest_t *dest);
240 show_default(dests); in main()
400 show_default(cupsGetDest(NULL, NULL, num_dests, dests)); in main()
423 show_default(cupsGetDest(NULL, NULL, num_dests, dests)); in main()
1065 show_default(cups_dest_t *dest) /* I - Default destination */ in show_default() function