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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dectest.c104 #define ABORT do { \ macro
106 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
125 if (s == NULL) ABORT;
128 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
133 if (P == NULL) ABORT;
138 if ((r[i] = BN_new()) == NULL) ABORT;
139 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
142 if ((r0[i] = BN_new()) == NULL) ABORT;
143 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
153 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
[all...]
/freebsd-10.0-release/usr.bin/tip/libacu/
H A Dv831.c183 #define ABORT 01 macro
233 pc(ABORT);
/freebsd-10.0-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.
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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c252 * to command stream (EOF, SUSP, ABORT).
262 case ABORT:
/freebsd-10.0-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-10.0-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-10.0-release/contrib/telnet/telnetd/
H A Dstate.c278 * to command stream (EOF, SUSP, ABORT).
288 case ABORT:

Completed in 114 milliseconds