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

1234567891011>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dcpp.cpp21 extern "C" void abort() {} function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dxalloc-die.c38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
H A Dopenat-die.c38 function does not return, call abort. Also, the abort is a
40 abort ();
55 abort ();
H A Dxstrtol-error.c60 abort ();
97 abort ();
H A Dcycle-check.h43 abort (); \
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dxalloc-die.c38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
H A Dopenat-die.c37 function does not return, call abort. Also, the abort is a
39 abort ();
49 abort ();
H A Dxstrtol-error.c60 abort ();
97 abort ();
/haiku-fatelf/src/bin/network/wget/lib/
H A Dxalloc-die.c38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A Dkernel-cpp.cpp16 extern "C" void abort() { panic("abort() called!"); } function
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsigsetmask.c24 extern void abort PARAMS ((void)) ATTRIBUTE_NORETURN;
36 abort(); /* FIXME, we don't know how to translate old mask to new */
H A Dchoose-temp.c70 abort ();
/haiku-fatelf/src/bin/bash/include/
H A Dansi_stdlib.h49 extern void abort ();
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dansi_stdlib.h49 extern void abort ();
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dtls.c49 abort ();
H A Dthreadlib.c61 abort ();
/haiku-fatelf/src/bin/gdb/readline/
H A Dansi_stdlib.h49 extern void abort ();
/haiku-fatelf/src/libs/iconv/
H A Ducs2swapped.h29 if (sizeof(unsigned short) != 2) abort();
48 if (sizeof(unsigned short) != 2) abort();
H A Ducs4swapped.h29 if (sizeof(unsigned int) != 4) abort();
44 if (sizeof(unsigned int) != 4) abort();
H A Disoir165.h112 if (ret != 1) abort();
133 if (ret != 2) abort();
146 if (ret != 1) abort();
H A Diso2022_jp.h85 if (ret != 1) abort();
95 if (ret != 1) abort();
107 if (ret != 2) abort();
112 default: abort();
130 if (ret != 1) abort();
151 if (ret != 1) abort();
172 if (ret != 2) abort();
H A Diso2022_kr.h101 if (ret != 1) abort();
114 if (state2 != STATE2_DESIGNATED_KSC5601) abort();
119 if (ret != 2) abort();
125 default: abort();
145 if (ret != 1) abort();
167 if (ret != 2) abort();
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dsigsetmask.c25 abort(); /* FIXME, we don't know how to translate old mask to new */
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dabort_test.cpp18 abort();
26 thread_id thread = spawn_thread(&abort_thread, "abort test",
31 fprintf(stderr, "abort thread aborted: %s\n", strerror(status));
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.pas17 begin {abort}
42 if ParamCount = 0 then abort ('Usage: uudecode <filename>');
50 if IOresult > 0 then abort (concat('Can''t open ', infilename));
74 if index > length(header) then abort ('Incomplete header')
91 if eof(infile) then abort('Nothing to decode.');
96 if eof(infile) then abort('Nothing to decode.');
111 if ch = 'N' then abort ('Overwrite cancelled.')
125 if line = '' then abort ('Blank line in file');
165 if lineIndex > length(line) then abort('Line too short.');
167 then abort('Illega
[all...]

Completed in 257 milliseconds

1234567891011>>