Lines Matching refs:stderr
53 fprintf(stderr, "*** OOPS: %s\n", string);
63 fprintf(stderr, "*** Incorrect result for operator %s\n", op->name);
68 fprintf(stderr, " opnd %u: ", i);
69 print_opnd(stderr, &data->opnds[i]);
70 fprintf(stderr, "\n");
72 fprintf(stderr, " result: ");
73 print_opnd(stderr, &data->result);
74 fprintf(stderr, "\n");
75 fprintf(stderr, " expect: vbits = ");
76 print_vbits(stderr, expected);
77 fprintf(stderr, "\n");