HomeSort by: relevance | last modified time | path
    Searched defs:abort (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-build-full 22 abort() { function
47 >> ${LOGDIR}/configure.log 2>&1 || abort " configure failed"
49 make $REG_MAKE_J > ${LOGDIR}/make.log 2>&1 || abort " make failed"
50 make install > ${LOGDIR}/make.install.log 2>&1 || abort " make install failed"
gcc-svn-patchlist 25 abort() { function
30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
54 *) ;; # abort "$0: unrecognized branch $BRANCH"
gcc-build-simple 32 abort() { function
48 > configure.log 2>&1 || abort " configure failed"
77 || abort " make failed"
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
abort.c 1 /* Implementation of the ABORT intrinsic.
27 void PREFIX(abort) (void);
28 export_proto_np(PREFIX(abort));
30 void PREFIX(abort) (void) function
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-build-full 22 abort() { function
47 >> ${LOGDIR}/configure.log 2>&1 || abort " configure failed"
49 make $REG_MAKE_J > ${LOGDIR}/make.log 2>&1 || abort " make failed"
50 make install > ${LOGDIR}/make.install.log 2>&1 || abort " make install failed"
gcc-svn-patchlist 25 abort() { function
30 test $# -lt 2 && abort "usage: $0 low_date high_date [branch]"
54 *) ;; # abort "$0: unrecognized branch $BRANCH"
gcc-build-simple 32 abort() { function
48 > configure.log 2>&1 || abort " configure failed"
77 || abort " make failed"
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
abort.c 1 /* Implementation of the ABORT intrinsic.
27 void PREFIX(abort) (void);
28 export_proto_np(PREFIX(abort));
30 void PREFIX(abort) (void) function
  /src/sys/arch/hpc/stand/libsa/
panic.c 34 abort(void) function
44 abort();
  /src/sys/arch/hpcmips/stand/libsa/
panic.c 34 abort(void) function
49 abort();
  /src/lib/libc/stdlib/
abort.c 1 /* $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
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.
  /src/sys/external/isc/libsodium/include/
stdlib.h 8 #define abort() panic("libsodium internal error") macro
  /src/external/gpl3/gcc/dist/gcc/
tsystem.h 69 #ifndef abort
70 #define abort() __builtin_trap () macro
130 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0))
137 #define gcc_unreachable() (abort ())
diagnostic.cc 2319 the function that gets called upon use of abort() in the source
2333 minimal abort handler that only relies on i18n. */
2353 /* Abort the process. */
2666 /* Really call the system 'abort'. This has to go right at the end of
2667 this file, so that there are no functions after it that call abort
2668 and get the system abort instead of our macro. */
2669 #undef abort
2673 abort ();
2665 #undef abort macro
  /src/external/gpl3/gcc.old/dist/gcc/
tsystem.h 61 #ifndef abort
62 #define abort() __builtin_trap () macro
122 #define gcc_assert(EXPR) ((void)(!(EXPR) ? abort (), 0 : 0))
129 #define gcc_unreachable() (abort ())
diagnostic.cc 1943 abort () instead of calling this function directly. */
2013 the function that gets called upon use of abort() in the source
2027 minimal abort handler that only relies on i18n. */
2047 /* Abort the process. */
2170 /* Really call the system 'abort'. This has to go right at the end of
2171 this file, so that there are no functions after it that call abort
2172 and get the system abort instead of our macro. */
2173 #undef abort
2177 abort ();
2169 #undef abort macro
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap-driver.sh 162 function abort(where) function
231 abort("in function stringify_result_obj()")
259 abort("in function report()")
312 abort("in function handle_tap_plan()")
446 abort("getting exit status")
521 abort("in input loop: only one input line")
  /src/games/dab/
board.cc 241 // Internal algorithm error; post and abort
242 void BOARD::abort(const char* s, ...) const function in class:BOARD
253 ::abort();
  /src/sys/external/isc/libsodium/dist/
configure 8807 abort(); function
8814 abort(); function
8823 abort(); function
  /src/external/mit/isl/dist/
isl_ctx_private.h 38 int abort; member in struct:isl_ctx
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 159 void abort(void);
161 abort(void) function
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h 138 void abort() { function in class:clang::arcmt::Transaction
  /src/external/lgpl3/gmp/dist/
configure 6868 abort (); function
8487 abort (); function
10631 # If --enable-cxx=yes but a C++ compiler can't be found, then abort.
  /src/sys/arch/mips/ingenic/
jziic.c 299 uint32_t abort; local
329 abort = bus_space_read_4(sc->sc_memt, sc->sc_memh, JZ_SMBABTSRC);
330 DPRINTF("abort: %02x\n", abort);
331 if ((abort != 0)) {
361 DPRINTF("abort: %02x\n",
382 DPRINTF("abort: %02x\n", abort);
397 abort = bus_space_read_4(sc->sc_memt, sc->sc_memh,
399 DPRINTF("abort: %02x\n", abort)
    [all...]
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 52 void abort(void);
53 void abort(void) function

Completed in 74 milliseconds

1 2 3