HomeSort by: relevance | last modified time | path
    Searched defs:Error (Results 1 - 10 of 10) sorted by relevancy

  /src/games/phantasia/
setup.c 30 void Error(const char *, const char *) __dead;
47 / MODULES CALLED: time(), exit(), stat(), Error(), creat(), close(), fopen(),
116 Error("Cannot unlink %s.\n", path);
121 Error("Cannot create %s.\n", path);
131 Error("Cannot create %s.\n", path);
137 Error("Cannot update %s.\n", path);
143 Error("cannot open %s to create monster database.\n", "monsters.asc");
169 Error("Writing %s.\n", path);
181 Error("Cannot update %s.\n", path);
217 / FUNCTION NAME: Error()
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslfileio.c 164 * ErrorId - Index into error message array
168 * DESCRIPTION: Decode errno to an error message and add the entire error
169 * to the error log.
197 * NOTE: Aborts compiler on any error.
233 * File must be open. Aborts compiler on error.
265 * NOTE: Aborts compiler on any error.
278 /* Read and check for error */
285 /* End-of-file, just return error */
309 * NOTE: Aborts compiler on any error
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 59 // (like the process-wide error reporting SEGV handler) must use
83 Error,
134 #error "Unsupported architecture."
sanitizer_report_decorator.h 31 const char *Error() const { return Red(); }
sanitizer_procmaps_common.cc 87 bool MemoryMappingLayout::Error() const {
  /src/sys/arch/i386/stand/misc/
rawrite.c 56 Identify the error code with a real error message.
58 void Error(int (status))
75 case 0x11: msg("CRC/ECC corrected data error"); break;
80 case 0xBB: msg("Undefined error occurred (hard disk only)"); break;
82 case 0xE0: msg("Status error"); break;
167 if (status != 0) Error(status);
  /src/usr.bin/xlint/lint1/
README.md 37 ## Error handling
42 The cleanup after handling a parse error is often incomplete.
46 Whether lint prints a message and whether each message is an error, a warning
217 | verror_at | err.c | Prints an error |
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 128 const char *Error() { return Red(); }
581 Report("LeakSanitizer has encountered a fatal error.\n");
596 Printf("%s", d.Error());
597 Report("ERROR: LeakSanitizer: detected memory leaks\n");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 120 error messages whose category names pass the filters will be printed.
157 # We categorize each error message we print. Here are the categories.
159 # If you add a new error message with a new category, add it to the list
352 # {str, set(int)}: a map from error categories to sets of linenumbers
360 def ParseNolintSuppressions(filename, raw_line, linenum, error):
361 """Updates the global list of error-suppressions.
364 error_suppressions store. Reports an error if the NOLINT comment
371 error: function, an error handler.
385 error(filename, linenum, 'readability/nolint', 5
    [all...]
  /src/usr.bin/make/
main.c 81 * Error Print a tagged error message.
83 * Fatal Print an error message and exit.
361 exit(2); /* Not 1 so -q can distinguish error */
384 "%s: error: invalid internal option "
433 exit(2); /* Not 1 so -q can distinguish error */
709 Error("Unterminated quoted string [%s]", buf);
1091 opts.keepgoing = false; /* Stop on error */
1224 exit(2); /* Not 1 so -q can distinguish error */
1605 return 2; /* Not 1 so -q can distinguish error */
    [all...]

Completed in 18 milliseconds