Lines Matching full:stderr
47 fprintf(stderr, "error: ");
48 vfprintf(stderr, fmt, ap);
49 fprintf(stderr, "\n");
58 fprintf(stderr, "error: %s: ", strerror(errno));
59 vfprintf(stderr, fmt, ap);
60 fprintf(stderr, "\n");
174 fprintf(stderr, "%s: %s %08x %08x %04x \"",
186 fputc(*x, stderr);
188 fputc('.', stderr);
192 fprintf(stderr, tag);
398 fprintf(stderr, "failed to setgid to shell\n");
402 fprintf(stderr, "failed to setuid to shell\n");
405 fprintf(stderr, "userid is %d\n", getuid());