Searched refs:abort (Results 26 - 50 of 80) sorted by relevance

1234

/haiku/src/libs/iconv/
H A Deuc_kr.h65 if (ret != 2) abort();
H A Ddec_hanyu.h49 if (ret != 2) abort();
82 if (ret != 3) abort();
H A Dutf7.h166 if ((base64state & 3) == 0) abort();
170 if (!(wc1 >= 0xd800 && wc1 < 0xdc00)) abort();
257 abort();
296 default: abort(); /* stupid gcc */
309 abort();
343 abort();
H A Dloop_wchar.h94 abort();
98 abort();
216 abort();
218 abort();
249 abort();
262 abort();
343 abort();
H A Deuc_tw.h72 if (ret != 2) abort();
94 if (ret != 3) abort();
H A Djohab.h111 if (ret != 2) abort();
123 if (ret != 2) abort();
H A Dsjis.h92 if (ret != 1) abort();
104 if (ret != 2) abort();
H A Dloop_unicode.h47 if (!(sub_outcount <= outleft)) abort();
91 if (!(sub_outcount <= outleft)) abort();
142 if (!(sub_outcount <= outleft)) abort();
258 if (!(outcount <= outleft)) abort();
413 if (!(outcount <= outleft)) abort();
417 if (!(incount <= inleft)) abort();
498 if (!(outcount <= outleft)) abort();
514 if (!(outcount <= outleft)) abort();
H A Dcp949.h96 if (ret != 2) abort();
H A Deuc_jisx0213.h225 if (jch & 0x8000) abort();
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dlshift.c54 abort ();
H A Drshift.c54 abort ();
/haiku/src/system/libnetwork/netresolv/isc/
H A Dassertions.c97 abort();
/haiku/headers/build/gcc-2.95.3/
H A Dva-i860.h158 abort (); \
205 abort (); \
/haiku/src/system/libroot/posix/glibc/libio/
H A Dioseekoff.c56 abort ();
/haiku/src/libs/glut/
H A Dglut_util.c85 abort();
/haiku/src/bin/mkfs/
H A Dmain.cpp128 abort();
/haiku/src/system/libnetwork/netresolv/net/
H A Dbase64.c74 #define Assert(Cond) if (!(Cond)) abort()
291 abort();
/haiku/headers/cpp/
H A Dstl_config.h361 __FILE__, __LINE__, # expr); abort(); }
/haiku/headers/os/drivers/bus/
H A DSCSI.h316 // abort request
317 uchar (*abort)(scsi_ccb *ccb_to_abort); member in struct:scsi_device_interface
433 // abort request
434 uchar (*abort)(scsi_sim_cookie cookie, scsi_ccb *ccb_to_abort); member in struct:scsi_sim_interface
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c185 abort();
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc233 abort(); /*memory_full ();*/
466 if (new_pos >= buffer->data + buffer->buf_size) abort(); // Paranoia.
548 abort();
654 if (this == &buf->start_mark || this == &buf->end_mark) abort();
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c225 * call abort(), it will generate a coredump if enabled.
236 abort();
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp287 abort() function
295 debugger("abort() called");
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp45 abort();

Completed in 110 milliseconds

1234