Home
last modified time | relevance | path

Searched refs:cupsLastErrorString (Results 1 – 14 of 14) sorted by relevance

/external/libcups/cups/
Dtestadmin.c68 printf("Server settings not changed: %s\n", cupsLastErrorString()); in main()
87 printf(" %s\n", cupsLastErrorString()); in main()
Dtestdest.c121 printf("testdest: Unable to get destination \"%s\": %s\n", argv[1], cupsLastErrorString()); in main()
127 … printf("testdest: Unable to connect to destination \"%s\": %s\n", argv[1], cupsLastErrorString()); in main()
133 …testdest: Unable to get information for destination \"%s\": %s\n", argv[1], cupsLastErrorString()); in main()
409 printf("Unable to create job: %s\n", cupsLastErrorString()); in print_file()
418 printf("Unable to send document: %s\n", cupsLastErrorString()); in print_file()
427 printf("Unable to write document data: %s\n", cupsLastErrorString()); in print_file()
436 printf("Unable to send document: %s\n", cupsLastErrorString()); in print_file()
Dtestcreds.c71 …intf("ERROR: Unable to connect to \"%s\" on port %d: %s\n", hostname, port, cupsLastErrorString()); in main()
86 printf(" Trust: %s (%s)\n", trusts[trust], cupsLastErrorString()); in main()
Ddest-job.c148 cupsLastErrorString())); in cupsCloseDestJob()
246 cupsLastErrorString())); in cupsCreateDestJob()
293 ippErrorString(cupsLastError()), cupsLastErrorString())); in cupsFinishDestDocument()
Dtestcups.c182 cupsLastErrorString()); in main()
208 cupsLastErrorString()); in main()
423 printf("FAIL (%s)\n", cupsLastErrorString()); in main()
Dtestppd.c896 printf("Unable to connect to \"%s:%d\": %s\n", host, port, cupsLastErrorString()); in main()
928 printf("%s: %s\n", argv[1], cupsLastErrorString()); in main()
950 printf("%s: %s\n", printer, cupsLastErrorString()); in main()
1149 printf(" Unable to create: %s\n", cupsLastErrorString()); in main()
Ddest-localization.c401 "%s:%d: %s", hostname, port, cupsLastErrorString())); in cups_create_localizations()
413 "file: %s", cupsLastErrorString())); in cups_create_localizations()
Dlibcups2.def240 cupsLastErrorString
Dcupspm.md194 found by calling the `cupsLastError` and/or `cupsLastErrorString` functions.
670 cupsLastErrorString());
727 cupsLastErrorString());
902 A human-readable error message is also available using the `cupsLastErrorString`
908 printf("Request failed: %s\n", cupsLastErrorString());
Dtlscheck.c174 printf("%s: ERROR (%s)\n", server, cupsLastErrorString()); in main()
Dcups.h426 extern const char *cupsLastErrorString(void) _CUPS_API_1_2;
Drequest.c488 cupsLastErrorString(void) in cupsLastErrorString() function
Ddest-options.c646 cupsLastErrorString())); in cupsCopyDestInfo()
/external/libcups/filter/
Dtestclient.c211 printf("Unable to connect to '%s' on port %d: %s\n", hostname, port, cupsLastErrorString()); in main()
318 printf("Unable to create print job: %s\n", cupsLastErrorString()); in main()
357 printf("Unable to print file: %s\n", cupsLastErrorString()); in main()