Searched refs:errorfile (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 36 char *errorfile = NULL; in main() local 40 errorfile = argv[++i]; in main() 79 if (errorfile) { in main() 83 bool gotErrorFile = readfile(desired, errorfile); in main() 87 errorfile, got); in main() 93 printf("didn't find contents of %s in %s\n", errorfile, buffer); in main() 98 printf("errorfile %s and output %s inconsistent\n", errorfile, buffer); in main()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 37 char *errorfile = NULL; in main() local 41 errorfile = argv[++i]; in main() 80 if (errorfile) { in main() 84 bool gotErrorFile = readfile(desired, errorfile); in main() 88 errorfile, got); in main() 94 printf("didn't find contents of %s in %s\n", errorfile, buffer); in main() 99 printf("errorfile %s and output %s inconsistent\n", errorfile, buffer); in main()
|