fail 1459 core/WordcodeEmitter.cpp if (s->fail != 0) { fail 1461 core/WordcodeEmitter.cpp next_state = s->fail; fail 197 core/WordcodeEmitter.h uint16_t fail; // 0 if there is no failure transition, otherwise a state number fail 158 eval/generate-unicode-tables.c goto fail; fail 162 eval/generate-unicode-tables.c goto fail; fail 170 eval/generate-unicode-tables.c goto fail; fail 172 eval/generate-unicode-tables.c goto fail; fail 194 eval/generate-unicode-tables.c fail: fail 60 utils/avmc/avmc.cpp int fail(const char* fmt, ...); fail 64 utils/avmc/avmc.cpp argc > 1 || fail("Usage: avmc <actionscript source file> ..."); fail 71 utils/avmc/avmc.cpp fp != NULL || fail("Could not open file for input: %s", filename); fail 72 utils/avmc/avmc.cpp fseek(fp, 0, SEEK_END) == 0 || fail("Could not seek on input file: %s", filename); fail 74 utils/avmc/avmc.cpp llen >= 0 || fail("Could not seek on input file: %s", filename); fail 76 utils/avmc/avmc.cpp fseek(fp, 0, SEEK_SET) == 0 || fail("Could not seek on input file: %s", filename); fail 78 utils/avmc/avmc.cpp text != NULL || fail("Out of memory"); fail 79 utils/avmc/avmc.cpp fread(text, 1, len, fp) == len || fail("Could not read from file: %s\n", filename); fail 87 utils/avmc/avmc.cpp wfilename != NULL || fail("Out of memory"); fail 102 utils/avmc/avmc.cpp fp != NULL || fail("Could not open file for output: %s\n", outfn); fail 103 utils/avmc/avmc.cpp fwrite(context.result, 1, context.result_size, fp) == context.result_size || fail("Could not write to output: %s\n", outfn); fail 132 utils/avmc/avmc.cpp result != NULL || fail("Out of memory"); fail 325 utils/superwordprof.c int fail(const char *s, ...); fail 597 utils/superwordprof.c (code_fp = fopen(filename, "rb")) != NULL || fail("No such file: %s", filename); fail 604 utils/superwordprof.c fread(&signature, sizeof(unsigned), 1, code_fp) == 1 || fail("No code signature"); fail 605 utils/superwordprof.c signature == 0xC0DEC0DE || fail("Bad code signature: %08x", signature); fail 613 utils/superwordprof.c fread(&limit, sizeof(unsigned), 1, code_fp) || fail("Could not read end"); fail 617 utils/superwordprof.c (res = fread(codebuf, sizeof(unsigned), wordcount, code_fp)) == wordcount || fail("Could not read code vector: %08x %08x %d (%d) %d", start, limit, wordcount, numcodes, res); fail 618 utils/superwordprof.c nextcodestruct < sizeof(codestructs)/sizeof(codestruct_t) || fail("Out of codestruct memory: %d", nextcodestruct); fail 661 utils/superwordprof.c (sample_fp = fopen(filename, "rb")) != NULL || fail("No such file: %s", filename); fail 663 utils/superwordprof.c fread(&signature, sizeof(unsigned), 1, sample_fp) == 1 || fail("No sample signature"); fail 664 utils/superwordprof.c signature == 0xDA1ADA1A || fail("Bad sample signature: %08x", signature); fail 685 utils/superwordprof.c codestruct != NULL || fail("Could not find pc=%08x anywhere in code memory.", pc); fail 842 utils/superwordprof.c nexttracker < sizeof(tracker)/sizeof(tracker[0]) || fail("Out of tracker memory, probably a bug"); fail 1070 utils/superwordprof.c nextseq < sizeof(seqs)/sizeof(seq_t) || fail("Out of seq memory."); fail 1093 utils/superwordprof.c t2 != NULL || fail("allocation failure: trie_t"); fail 1134 utils/superwordprof.c m != NULL || fail("Allocation failure: %d", nbytes);