Lines Matching refs:stderr
10 // Disable stderr buffering. Needed on Windows.
11 setvbuf(stderr, NULL, _IONBF, 0);
16 fprintf(stderr, "%s\n", (present == 0) ? "no report" : "");
44 fprintf(stderr, "%s\n", (present == 1) ? "report" : "");
46 fprintf(stderr, "pc: " PTR_FMT "\n", pc);
48 fprintf(stderr, "bp: " PTR_FMT "\n", bp);
50 fprintf(stderr, "sp: " PTR_FMT "\n", sp);
52 fprintf(stderr, "addr: " PTR_FMT "\n", addr);
54 fprintf(stderr, "type: %s\n", (is_write ? "write" : "read"));
56 fprintf(stderr, "access_size: %ld\n", access_size);
58 fprintf(stderr, "description: %s\n", description);