Home | History | Annotate | Download | only in puff

Lines Matching refs:stderr

899                 fprintf(stderr, "invalid option %s\n", arg);
904 fprintf(stderr, "only one file name allowed\n");
911 fprintf(stderr, "memory allocation failure\n");
915 fprintf(stderr, "could not read %s, or it was empty\n",
921 fprintf(stderr, "skip request of %d leaves no input\n", skip);
931 fprintf(stderr, "puff() failed with return code %d\n", ret);
933 fprintf(stderr, "puff() succeeded uncompressing %lu bytes\n", destlen);
934 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n",
942 fprintf(stderr, "memory allocation failure\n");