Searched refs:cupsLastErrorString (Results 1 – 14 of 14) sorted by relevance
/external/libcups/cups/ |
D | testadmin.c | 68 printf("Server settings not changed: %s\n", cupsLastErrorString()); in main() 87 printf(" %s\n", cupsLastErrorString()); in main()
|
D | testdest.c | 121 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()
|
D | testcreds.c | 71 …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()
|
D | dest-job.c | 148 cupsLastErrorString())); in cupsCloseDestJob() 246 cupsLastErrorString())); in cupsCreateDestJob() 293 ippErrorString(cupsLastError()), cupsLastErrorString())); in cupsFinishDestDocument()
|
D | testcups.c | 182 cupsLastErrorString()); in main() 208 cupsLastErrorString()); in main() 423 printf("FAIL (%s)\n", cupsLastErrorString()); in main()
|
D | testppd.c | 896 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()
|
D | dest-localization.c | 401 "%s:%d: %s", hostname, port, cupsLastErrorString())); in cups_create_localizations() 413 "file: %s", cupsLastErrorString())); in cups_create_localizations()
|
D | libcups2.def | 240 cupsLastErrorString
|
D | cupspm.md | 194 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());
|
D | tlscheck.c | 174 printf("%s: ERROR (%s)\n", server, cupsLastErrorString()); in main()
|
D | cups.h | 426 extern const char *cupsLastErrorString(void) _CUPS_API_1_2;
|
D | request.c | 488 cupsLastErrorString(void) in cupsLastErrorString() function
|
D | dest-options.c | 646 cupsLastErrorString())); in cupsCopyDestInfo()
|
/external/libcups/filter/ |
D | testclient.c | 211 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()
|