Symbol: Error
games/phantasia/setup.c
115
Error("Cannot unlink %s.\n", path);
games/phantasia/setup.c
120
Error("Cannot create %s.\n", path);
games/phantasia/setup.c
130
Error("Cannot create %s.\n", path);
games/phantasia/setup.c
136
Error("Cannot update %s.\n", path);
games/phantasia/setup.c
142
Error("cannot open %s to create monster database.\n", "monsters.asc");
games/phantasia/setup.c
168
Error("Writing %s.\n", path);
games/phantasia/setup.c
180
Error("Cannot update %s.\n", path);
games/phantasia/setup.c
30
void Error(const char *, const char *) __dead;
sys/arch/alpha/include/loadfile_machdep.h
38
#define ALIGNENTRY(a) Error! alpha supports ECOFF and ELF only!
sys/arch/alpha/include/loadfile_machdep.h
53
#define OKMAGIC(a) Error! alpha supports ECOFF and ELF only!
sys/arch/amiga/amiga/simple_busfuncs.c
44
Error AMIGA_SIMPLE_BUS_STRIDE not defined in __FILE__, line __LINE__ .
sys/arch/emips/ebus/ace_ebus.c
1389
goto Error;
sys/arch/emips/ebus/ace_ebus.c
1411
goto Error;
sys/arch/emips/ebus/ace_ebus.c
1440
goto Error;
sys/arch/emips/ebus/ace_ebus.c
1449
Error:
sys/arch/hpcmips/include/loadfile_machdep.h
37
#define ALIGNENTRY(a) Error! hpcmips supports ELF only!
sys/arch/hpcmips/include/loadfile_machdep.h
52
#define OKMAGIC(a) Error! hpcmips supports ELF only!
sys/arch/i386/stand/misc/rawrite.c
167
if (status != 0) Error(status);
sys/arch/ia64/include/loadfile_machdep.h
54
#define ALIGNENTRY(a) Error! alpha supports ECOFF and ELF only! /* Fixme: for ia64 */
sys/arch/ia64/include/loadfile_machdep.h
69
#define OKMAGIC(a) Error! ia64 supports ELF only!
usr.bin/make/compat.c
114
Error("*** %s removed", file);
usr.bin/make/compat.c
637
Error("Graph cycles through %s", gn->name);
usr.bin/make/dir.c
498
Error("Cannot open \".\": %s", strerror(errno));
usr.bin/make/dir.c
783
Error("Unterminated {} clause \"%s\"", middle);
usr.bin/make/job.c
1755
cmdsOK = Job_CheckCommands(gn, Error);
usr.bin/make/job.c
1968
Error("Child with pid %d and status %#x not in table?",
usr.bin/make/job.c
2327
Error("Unterminated quoted string [%s]", line);
usr.bin/make/job.c
2496
Error("Errors reported so .END ignored");
usr.bin/make/job.c
607
Error("*** %s removed", file);
usr.bin/make/main.c
708
Error("Unterminated quoted string [%s]", buf);
usr.bin/make/make.c
1189
Error("Graph cycles through `%s%s'", gn->name, gn->cohort_num);
usr.bin/make/make.c
698
Error("Graph cycles through centurion %s",
usr.bin/make/make.c
766
Error("Graph cycles through %s%s", pgn->name,
usr.bin/make/make.h
870
void Error(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2);
usr.bin/make/parse.c
362
Error("%s: file too large", path);
usr.bin/make/parse.c
370
Error("%s: %s", path, strerror(errno));
usr.bin/make/parse.c
592
Error("parsing warnings being treated as errors");
usr.bin/make/var.c
1610
Error("No match for subexpression \\%u", n);