Searched refs:abort (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/src/sys/arch/hpc/stand/libsa/
H A Dpanic.c34 abort(void) function in typeref:typename:void
44 abort();
/src/sys/arch/hpcmips/stand/libsa/
H A Dpanic.c34 abort(void) function in typeref:typename:void
49 abort();
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dgcc_personality_test_helper.cxx39 abort();
41 abort();
49 abort();
51 abort();
79 abort();
81 abort();
84 abort();
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dgcc_personality_test_helper.cxx39 abort();
41 abort();
49 abort();
51 abort();
79 abort();
81 abort();
84 abort();
/src/lib/librumpuser/
H A Drumpfiber_sp.c64 abort();
72 abort();
80 abort();
88 abort();
96 abort();
104 abort();
H A Drumpuser_int.h85 #define NOFAIL(a) do {if (!(a)) abort();} while (0)
93 abort(); \
/src/libexec/ld.elf_so/
H A Ddiagassert.c8 abort();
/src/regress/sys/arch/arm/
H A DMakefile5 SUBDIR+= abort-fixup
/src/sys/external/isc/libsodium/include/
H A Dstdlib.h8 #define abort() panic("libsodium internal error") macro
/src/tests/lib/libc/ssp/
H A Dh_read.c49 abort();
51 abort();
H A Dh_stpcpy.c45 abort();
H A Dh_stpncpy.c48 abort();
/src/regress/sys/kern/select/
H A Dselect.c73 abort();
101 abort();
128 abort();
133 abort();
139 abort();
153 abort();
158 abort();
170 abort();
191 abort();
195 abort();
[all...]
/src/lib/libc/rpc/
H A D__rpc_getxid.c56 abort();
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc22 void abort();
30 abort();
37 abort();
48 abort();
H A Dsanitizer_win_weak_interception.cc25 void abort();
35 abort();
/src/lib/libc/gen/
H A Dassert.c70 abort();
72 abort();
134 abort();
142 abort();
/src/sys/external/isc/libsodium/dist/m4/
H A Dax_check_catchable_abrt.m432 abort();
39 abort();
44 abort();
/src/lib/libc/stdlib/
H A Dabort.c1 /* $NetBSD: abort.c,v 1.15 2012/06/08 11:15:26 abs Exp $ */
35 static char sccsid[] = "@(#)abort.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: abort.c,v 1.15 2012/06/08 11:15:26 abs Exp $");
50 abort(void) function in typeref:typename:void
57 * any errors -- X311J doesn't allow abort to return anyway.
63 * POSIX.1 requires that stdio buffers be flushed on abort.
65 * case the user calls abort() in a SIGABRT handler.
H A Dstrtonum.c78 abort();
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_util.c31 panic("%s:%d: abort in %s", file, line, function);
45 __assert_rtn(function, file, line, "libcompiler_rt abort");
50 /* Get the system definition of abort() */
58 abort();
H A Demutls.c44 abort();
49 abort();
82 abort();
115 abort();
139 abort();
/src/sys/external/isc/libsodium/dist/test/default/
H A Dcmptest.h51 abort();
72 abort();
/src/sys/arch/amiga/dev/
H A Dsci.c269 printf ("%s: abort %s: csr = 0x%02x, bus = 0x%02x\n",
535 goto abort;
541 goto abort;
549 goto abort;
552 goto abort;
579 goto abort;
583 goto abort;
589 abort:
630 goto abort;
637 goto abort;
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc58 abort();
61 static void abort_with_message(const char *) { abort(); }
72 abort();

Completed in 27 milliseconds

1234567891011>>