Lines Matching refs:stderr

108         fprintf(stderr, "%s\n", reason);
110 fprintf(stderr,
120 fprintf(stderr,
124 fprintf(stderr,
127 fprintf(stderr,
130 fprintf(stderr,
141 " -v Verbose operation. Messages are written to stderr.\n"
194 fprintf(stderr, "Closing file %s\n", logfile->name);
205 fprintf(stderr, "Rotation time interval: %12d\n", config->tRotation);
206 fprintf(stderr, "Rotation size interval: %12d\n", config->sRotation);
207 fprintf(stderr, "Rotation time UTC offset: %12d\n", config->utc_offset);
208 fprintf(stderr, "Rotation based on localtime: %12s\n", config->use_localtime ? "yes" : "no");
209 fprintf(stderr, "Rotation file date pattern: %12s\n", config->use_strftime ? "yes" : "no");
210 fprintf(stderr, "Rotation file forced open: %12s\n", config->force_open ? "yes" : "no");
211 fprintf(stderr, "Create parent directories: %12s\n", config->create_path ? "yes" : "no");
212 fprintf(stderr, "Rotation verbose: %12s\n", config->verbose ? "yes" : "no");
214 fprintf(stderr, "Rotation create empty logs: %12s\n", config->create_empty ? "yes" : "no");
216 fprintf(stderr, "Rotation file name: %21s\n", config->szLogRoot);
217 fprintf(stderr, "Post-rotation prog: %21s\n", config->postrotate_prog ? config->postrotate_prog : "not used");
260 fprintf(stderr, "No rotation time or size specified\n");
265 fprintf(stderr, "File rotation needed, reason: %s\n", ROTATE_REASONS[status->rotateReason]);
284 fprintf(stderr, "Linking %s to %s\n", newlog->name, config->linkfile);
290 fputs(error, stderr);
307 fputs(error, stderr);
319 fputs(error, stderr);
334 fprintf(stderr, "Calling post-rotate program: %s\n", argv[0]);
340 fputs(error, stderr);
353 fprintf(stderr, "Error truncating the file %s\n", status->current.name);
357 fprintf(stderr, "Error writing error (%s) to the file %s\n",
445 fprintf(stderr, "Creating directory tree %s\n", path);
452 fputs(error, stderr);
458 fprintf(stderr, "Opening file %s\n", newlog.name);
484 fprintf(stderr, "Could not open log file '%s' (%s)\n", newlog.name, error);
661 fprintf(stderr, "Cannot use -n with %% in filename\n");
666 fprintf(stderr, "Invalid -n argument\n");
671 fprintf(stderr, "Unable to open stdin\n");
676 fprintf(stderr, "Unable to open stdout\n");
730 fprintf(stderr, "Unable to poll stdin\n");
772 fprintf(stderr, "Unable to write to stdout\n");