Searched refs:Fatal (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c38 Fatal("Probably not a CTM-patch at all.");
46 Fatal("CTM-patch is wrong version.");
81 Fatal("Expected CTM keyword.");
92 Fatal("Expected CTM keyword.");
116 Fatal("Absolute paths are illegal.");
123 Fatal("Paths containing '..' are illegal.");
163 Fatal("Non-digit in uid.");
173 Fatal("Non-digit in gid.");
183 Fatal("Non-digit in mode.");
198 Fatal("Unqualifie
[all...]
H A Dctm_input.c20 fprintf(stderr,"Fatal error. (%s:%d)\n",fn,ln);
21 fprintf(stderr,"%s Fatal error: %s\n",FileName, kind);
23 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
36 Fatal("Truncated patch.");
43 Fatal("Corrupt patch.");
51 Fatal("Corrupt patch.");
74 Fatal("Bytecount contains non-digit.");
89 Fatal("Truncated patch.");
96 Fatal("Corrupt patch.");
H A Dctm.h141 #define Fatal(foo) Fatal_(__LINE__,__FILE__,foo) macro
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexoparg3.c98 ACPI_SIGNAL_FATAL_INFO *Fatal; local
108 case AML_FATAL_OP: /* Fatal (FatalType FatalCode FatalArg) */
116 Fatal = ACPI_ALLOCATE (sizeof (ACPI_SIGNAL_FATAL_INFO));
117 if (Fatal)
119 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
120 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
121 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
126 Status = AcpiOsSignal (ACPI_SIGNAL_FATAL, Fatal);
130 ACPI_FREE (Fatal);
/freebsd-9.3-release/usr.bin/make/
H A Dutil.c130 * Fatal --
131 * Produce a Fatal error message. If jobs are running, waits for them
142 Fatal(const char *fmt, ...) function
222 Fatal("%d error%s", errors, errors == 1 ? "" : "s");
H A Dutil.h106 void Fatal(const char *, ...) __dead2;
H A Dmain.c725 Fatal("Failed to change directory to %s.", curdir);
809 Fatal("Failed to remake Makefiles.");
821 Fatal("Can't restart `%s': %s.",
846 Fatal("Failed to change directory to %s.", objdir);
1171 Fatal("make: no system rules (%s).", PATH_DEFSYSMK);
1177 Fatal("make: cannot open %s.", (char *)Lst_Datum(ln));
1189 Fatal("make: cannot open %s.", (char *)Lst_Datum(ln));
H A Dvar.c1359 Fatal("Variable %s is recursive.", v->name);
1468 Fatal("Unclosed substitution for %s (%c missing)",
1479 Fatal("Unclosed substitution for %s (%c missing)",
1502 Fatal("Global substitution of the empty string");
1533 Fatal("Unclosed substitution for %s (%c missing)",
1541 Fatal("Unclosed substitution for %s (%c missing)",
1629 Fatal("Unclosed substitution for %s (%c missing)",
1636 Fatal("Unclosed substitution for %s (%c missing)",
2118 Fatal("Error expanding embedded variable.");
H A Djob.c522 Fatal("error in wait: %d", pid);
2995 Fatal("Could not fork");
3017 * at level g2, in main(), Fatal() and DieHorribly(),
3160 if (Job_CheckCommands(gn, Fatal)) {
H A Darch.c189 Fatal ARGS; \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp37 case DiagnosticsEngine::Fatal: return "fatal error";
H A DTextDiagnosticBuffer.cpp39 case DiagnosticsEngine::Fatal:
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacstruct.h175 } Fatal; member in union:acpi_aml_operands
/freebsd-9.3-release/contrib/bmake/
H A Dnonints.h115 void Fatal(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2) MAKE_ATTR_DEAD;
H A Dcompat.c383 Fatal("Could not fork");
484 Fatal("error in wait: %d: %s", retstat, strerror(errno));
591 if (Job_CheckCommands(gn, Fatal)) {
H A Dmain.c105 * Fatal Print an error message and exit. Also takes
1208 Fatal("%s: no system rules (%s).", progname,
1212 Fatal("%s: cannot open %s.", progname,
1221 Fatal("%s: cannot open %s.", progname,
1323 Fatal("%s: variable name too big: %s",
1651 * Fatal --
1652 * Produce a Fatal error message. If jobs are running, waits for them
1663 Fatal(const char *fmt, ...) function
1751 Fatal("%d error%s", errors, errors == 1 ? "" : "s");
H A Djob.c2958 Fatal("eof on job pipe!");
2961 Fatal("job pipe read: %s", strerror(errno));
2978 Fatal("A failure has been detected in another branch of the parallel make");
H A Dvar.c3874 Fatal("Variable %s is recursive.", v->name);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h116 Ignored, Note, Warning, Error, Fatal enumerator in enum:clang::DiagnosticIDs::Level
H A DDiagnostic.h139 Fatal = DiagnosticIDs::Fatal enumerator in enum:clang::DiagnosticsEngine::Level
488 if (LastDiagLevel == DiagnosticIDs::Fatal)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp395 DiagnosticIDs::Level Result = DiagnosticIDs::Fatal;
416 Result = DiagnosticIDs::Fatal;
471 Result = DiagnosticIDs::Fatal;
606 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp106 make: Fatal errors encountered -- cannot continue

Completed in 214 milliseconds