Home | History | Annotate | Download | only in TestCases

Lines Matching refs:stderr

22   // Disable stderr buffering. Needed on Windows.
23 setvbuf(stderr, NULL, _IONBF, 0);
33 fprintf(stderr, "alloc stack retval %s\n", (num_frames > 0 && num_frames < 10)
36 fprintf(stderr, "thread id = %d\n", thread_id);
38 fprintf(stderr, "0x%lx\n", trace[0]);
40 fprintf(stderr, "0x%lx\n", trace[1]);
46 fprintf(stderr, "free stack retval %s\n", (num_frames > 0 && num_frames < 10)
49 fprintf(stderr, "thread id = %d\n", thread_id);
51 fprintf(stderr, "0x%lx\n", trace[0]);
53 fprintf(stderr, "0x%lx\n", trace[1]);