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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dectest.c105 # define ABORT do { \ macro
107 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
131 ABORT;
135 ABORT;
141 ABORT;
146 ABORT;
148 ABORT;
151 ABORT;
153 ABORT;
164 ABORT;
[all...]
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv831.c183 #define ABORT 01 macro
233 pc(ABORT);
/freebsd-9.3-release/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.
771 if (strcmp(s, "ABORT") == 0) {
903 fatal(2, "Too many ABORT strings");
909 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
/freebsd-9.3-release/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-9.3-release/contrib/tcpdump/
H A Dtelnet.h63 #define ABORT 238 /* Abort process */ macro
71 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-9.3-release/contrib/telnet/arpa/
H A Dtelnet.h60 #define ABORT 238 /* Abort process */ macro
68 "EOF", "SUSP", "ABORT", "EOR",
226 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c252 * to command stream (EOF, SUSP, ABORT).
262 case ABORT:
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dtelnet.c2321 NET2ADD(IAC, ABORT);
2322 printoption("SENT", IAC, ABORT);
H A Dcommands.c317 { "abort", "Send Telnet 'Abort Process'", 1, 0, NULL, 2, ABORT },
/freebsd-9.3-release/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-9.3-release/contrib/telnet/telnetd/
H A Dstate.c278 * to command stream (EOF, SUSP, ABORT).
288 case ABORT:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp3145 case ARMInterruptAttr::ABORT: Kind = "ABORT"; break;

Completed in 236 milliseconds