Home | History | Annotate | Download | only in minadbd

Lines Matching full:stderr

45     fprintf(stderr, "error: ");
46 vfprintf(stderr, fmt, ap);
47 fprintf(stderr, "\n");
56 fprintf(stderr, "error: %s: ", strerror(errno));
57 vfprintf(stderr, fmt, ap);
58 fprintf(stderr, "\n");
172 fprintf(stderr, "%s: %s %08x %08x %04x \"",
184 fputc(*x, stderr);
186 fputc('.', stderr);
190 fprintf(stderr, tag);
396 fprintf(stderr, "failed to setgid to shell\n");
400 fprintf(stderr, "failed to setuid to shell\n");
403 fprintf(stderr, "userid is %d\n", getuid());