Searched refs:ABORT (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dectest.c106 # define ABORT do { \ macro
108 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 ABORT;
132 ABORT;
138 ABORT;
143 ABORT;
145 ABORT;
148 ABORT;
150 ABORT;
161 ABORT;
[all...]
/freebsd-11-stable/lib/libssp/
H A Dfortify_stubs.c53 #define ABORT() abort2("_FORTIFY_SOURCE not supported", 0, NULL) macro
60 ABORT();
67 ABORT();
75 ABORT();
82 ABORT();
89 ABORT();
96 ABORT();
103 ABORT();
110 ABORT();
117 ABORT();
[all...]
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv831.c183 #define ABORT 01 macro
233 pc(ABORT);
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c10 * 4 - the first string declared as "ABORT"
11 * 5 - the second string declared as "ABORT"
12 * 6 - ... and so on for successive ABORT strings.
31 * Added CLR_ABORT to clear previously set ABORT string. This has been
33 * an ABORT condition until we know the other host is going to close
37 * we should re-arm the ABORT "NO CARRIER". Hence the CLR_ABORT command.
772 if (strcmp(s, "ABORT") == 0) {
904 fatal(2, "Too many ABORT strings");
910 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com9 $ ABORT = "exit %x002C"
74 $ on error then ABORT
146 $ on error then ABORT +0*f$verify(v)
149 $ ABORT +0*f$verify(v) !'f$verify(0)'
158 $ on error then ABORT +0*f$verify(v)
162 $ ABORT +0*f$verify(v) !'f$verify(0)'
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h59 #define ABORT 238 /* Abort process */ macro
67 "EOF", "SUSP", "ABORT", "EOR",
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-11-stable/include/arpa/
H A Dtelnet.h56 #define ABORT 238 /* Abort process */ macro
64 "EOF", "SUSP", "ABORT", "EOR",
222 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h56 #define ABORT 238 /* Abort process */ macro
64 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c87 #define ABORT 238 /* Abort process */ macro
95 "EOF", "SUSP", "ABORT", "EOR",
240 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c252 * to command stream (EOF, SUSP, ABORT).
262 case ABORT:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2328 NET2ADD(IAC, ABORT);
2329 printoption("SENT", IAC, ABORT);
H A Dcommands.c222 { "abort", "Send Telnet 'Abort Process'", 1, 0, 0, 2, ABORT },
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c2348 NET2ADD(IAC, ABORT);
2349 printoption("SENT", IAC, ABORT);
H A Dcommands.c314 { "abort", "Send Telnet 'Abort Process'", 1, 0, NULL, 2, ABORT },
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c274 * to command stream (EOF, SUSP, ABORT).
284 case ABORT:
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c2215 /* ABORT driver initialization */
2216 goto ABORT;
2264 ABORT:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5814 case ARMInterruptAttr::ABORT: Kind = "ABORT"; break;

Completed in 369 milliseconds