Home | History | Annotate | Download | only in jpeg

Lines Matching full:stderr

87 #define ERREXIT(msg)  (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE))
206 fprintf(stderr, "Warning: garbage data found in JPEG file\n");
354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n");
355 fprintf(stderr, "You can add to or replace any existing comment(s).\n");
357 fprintf(stderr, "Usage: %s [switches] ", progname);
359 fprintf(stderr, "inputfile outputfile\n");
361 fprintf(stderr, "[inputfile]\n");
364 fprintf(stderr, "Switches (names may be abbreviated):\n");
365 fprintf(stderr, " -replace Delete any existing comments\n");
366 fprintf(stderr, " -comment \"text\" Insert comment with given text\n");
367 fprintf(stderr, " -cfile name Read comment from named file\n");
368 fprintf(stderr, "Notice that you must put quotes around the comment text\n");
369 fprintf(stderr, "when you use -comment.\n");
370 fprintf(stderr, "If you do not give either -comment or -cfile on the command line,\n");
371 fprintf(stderr, "then the comment text is read from standard input.\n");
372 fprintf(stderr, "It can be multiple lines, up to %u characters total.\n",
375 fprintf(stderr, "You must specify an input JPEG file name when supplying\n");
376 fprintf(stderr, "comment text from standard input.\n");
443 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn]);
486 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn]);
496 fprintf(stderr, "%s: can't open stdin\n", progname);
508 fprintf(stderr, "%s: must name one input and one output file\n",
513 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn+1]);
519 fprintf(stderr, "%s: only one input file\n", progname);
528 fprintf(stderr, "%s: can't open stdout\n", progname);
548 fprintf(stderr, "Comment text may not exceed %u bytes\n",