HomeSort by: relevance | last modified time | path
    Searched refs:Abort (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_nolibc.cc 27 void Abort() { internal__exit(1); }
sanitizer_termination.cc 59 Abort();
sanitizer_rtems.cc 65 void Abort() { abort(); }
sanitizer_posix_libcdep.cc 147 void Abort() {
159 abort();
sanitizer_fuchsia.cc 69 void Abort() { abort(); }
sanitizer_common.h 253 void NORETURN Abort();
924 // to do). This function will abort the process if running on a kernel
sanitizer_win.cc 517 void Abort() {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_shadow_setup.cc 39 Abort();
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 58 * Abort the install. You can format and define a preliminary
  /src/sys/external/bsd/acpica/dist/compiler/
aslerror.c 221 * DESCRIPTION: Dump the error log and abort the compiler. Used for serious
625 * they abort the compiler and call this function! Since we
1590 * Abort - TRUE -> Abort compilation
1604 BOOLEAN Abort)
1624 if (Abort)
aslcompiler.h 518 BOOLEAN Abort);
  /src/usr.sbin/sysinst/
msg.mi.fr 278 {Abort. Not enough space, $0 $1 missing!}
305 message cvtscheme_abort {abort}
1387 message abort_installation {Abort installation}
msg.mi.es 274 {Abort. Not enough space, $0 $1 missing!}
301 message cvtscheme_abort {abort}
1348 message abort_installation {Abort installation}
  /src/usr.bin/telnet/
commands.c 320 { "ao", "Send Telnet Abort output", 1, 0, 0, 2, AO },
334 { "abort", "Send Telnet 'Abort Process'", 1, 0, 0, 2, ABORT },
891 { "flushoutput", "character to cause an Abort Output", 0, termFlushCharp },
893 { "quit", "character to cause an Abort process", 0, termQuitCharp },

Completed in 25 milliseconds