Lines Matching refs:stderr
144 * write a warning message to stderr. if "set" the exit value of pax
160 (void)fputc('\n', stderr);
163 (void)fprintf(stderr, "%s: ", argv0);
164 (void)vfprintf(stderr, fmt, ap);
166 (void)fputc('\n', stderr);
171 * write a warning message to stderr. if "set" the exit value of pax
190 (void)fprintf(stderr, "%s: ", argv0);
191 (void)vfprintf(stderr, fmt, ap);
198 (void)fprintf(stderr, " (%s)", strerror(errnum));
199 (void)fputc('\n', stderr);