Searched refs:abort (Results 51 - 75 of 80) sorted by relevance

1234

/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp390 abort() function
393 panic("abort() called!");
/haiku/src/libs/iconv/
H A Dcp950.h264 if (ret != 2) abort();
275 if (ret != 2) abort();
H A Dshift_jisx0213.h279 if (jch & 0x8000) abort();
H A Djohab_hangul.h242 if ((hangul >> 15) != 1) abort();
H A Dcp1258.h99 default: abort();
H A Dtcvn.h104 default: abort();
H A Dbig5_2003.h467 if (ret != 2) abort();
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c88 abort gracefully or use longjump - but shouldn't return. This
416 abort ();
454 abort ();
/haiku/headers/cpp/
H A Dpthread_alloc209 abort(); // failed
214 if (pthread_setspecific(_S_key, __result)) abort();
H A Dropeimpl.h1109 if (__result->_M_depth > _RopeRep::_S_max_rope_depth) abort();
/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc304 abort();
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c223 abort();
/haiku/headers/posix/
H A Dstdlib.h56 extern void abort(void) __attribute__((noreturn));
/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c278 * derivative or after some future change, just abort so that
279 * the problem will be found and fixed. abort is not normally
282 abort();
/haiku/src/libs/bsd/
H A Darc4random.c147 abort();
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp83 bool abort; member in struct:__anon424
554 ctx->abort = true;
698 ctx->abort = true;
1224 ectx.abort = false;
1245 if (ectx.abort == true) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofwide.c194 abort ();
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp149 std::abort();
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c1074 abort( scsi_sim_cookie cookie, scsi_ccb *ccb_to_abort ) function
1194 abort,
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h595 extern void abort (void) __THROW __attribute__ ((__noreturn__));
/haiku/src/build/libgnuregex/
H A Dregex.c2790 abort (); /* We have listed all the cases. */
4291 abort ();
4905 abort ();
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp375 abort();
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c252 default: abort();
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c250 return NULL; /* XXX should be abort(); */
465 abort();
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c88 abort(); \

Completed in 167 milliseconds

1234