Home | History | Annotate | Download | only in tests

Lines Matching refs:stderr

84   fprintf(stderr, "Function Count: %lu\n", (unsigned long)numFunctions);
90 fprintf(stderr, "-----------------------------------------------------\n");
91 fprintf(stderr, "%s\n", infos[i].name);
92 fprintf(stderr, "-----------------------------------------------------\n");
111 fprintf(stderr, "Disassembler not supported on this build.\n");
155 fprintf(stderr, "input file required\n");
165 fprintf(stderr, "input file required\n");
171 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno));
176 fprintf(stderr, "Input file should be a regular file.\n");
182 fprintf(stderr, "Could not open input file %s\n", inFile);
192 fprintf(stderr, "Could not read all of file %s\n", inFile);
197 fprintf(stderr, "bcc: FAILS to read bitcode");
205 fprintf(stderr, "bcc: FAILS to prepare executable.\n");
222 fprintf(stderr, "#pragma %s(%s)\n", keyList[i], valueList[i]);
235 fprintf(stderr, "Could not find root.\n");
239 fprintf(stderr, "Executing compiled code:\n");
245 fprintf(stderr, "result: %d\n", result);
252 fprintf(stderr, "failed to parse option\n");
259 fprintf(stderr, "failed to load source\n");
264 if(printTypeInformation && !reflection(script, stderr)) {
265 fprintf(stderr, "failed to retrieve type information\n");
272 if(printListing && !disassemble(script, stderr)) {
273 fprintf(stderr, "failed to disassemble\n");
278 fprintf(stderr, "failed to execute\n");