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

12

/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dppp-on-dialer8 ABORT '\nBUSY\r' \
9 ABORT '\nNO ANSWER\r' \
10 ABORT '\nRINGING\r\n\r\nRINGING\r' \
H A Dcallback32 ABORT '\nBUSY\r' \
33 ABORT '\nNO ANSWER\r' \
34 ABORT '\nRINGING\r\n\r\nRINGING\r' \
59 ABORT '\nVOICE\r' \
H A Dredialer47 ABORT '\nBUSY\r' \
48 ABORT '\nNO ANSWER\r' \
49 ABORT '\nRINGING\r\n\r\nRINGING\r' \
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Dectest.c103 #define ABORT do { \ macro
105 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 if (s == NULL) ABORT;
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
136 if (P == NULL) ABORT;
141 if ((r[i] = BN_new()) == NULL) ABORT;
142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
145 if ((r0[i] = BN_new()) == NULL) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
156 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
[all...]
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dectest.c103 #define ABORT do { \ macro
105 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
128 if (s == NULL) ABORT;
131 if (!EC_GROUP_get_order(group, s, ctx)) ABORT;
136 if (P == NULL) ABORT;
141 if ((r[i] = BN_new()) == NULL) ABORT;
142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
145 if ((r0[i] = BN_new()) == NULL) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
156 (type != TIMING_BASE_PT) ? P : NULL, (type != TIMING_BASE_PT) ? r0[i] : NULL, ctx)) ABORT;
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DDeleteAction.java24 * The default action, {@code ABORT}, means that a {@link
27 ABORT, enum constant in enum:DeleteAction
H A DSecondaryKey.java155 * <p>The default action, {@link DeleteAction#ABORT ABORT}, means that a
172 DeleteAction onRelatedEntityDelete() default DeleteAction.ABORT;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DForeignKeyDeleteAction.java34 return ABORT;
44 public static ForeignKeyDeleteAction ABORT = field in class:ForeignKeyDeleteAction
45 new ForeignKeyDeleteAction("ABORT", DbConstants.DB_FOREIGN_ABORT);
H A DRecoveryOperation.java40 public static final RecoveryOperation ABORT = field in class:RecoveryOperation
41 new RecoveryOperation("ABORT", DbConstants.DB_TXN_ABORT);
89 return ABORT;
/macosx-10.10.1/libunwind-35.3/src/
H A DAddressSpace.hpp128 ABORT("truncated uleb128 expression");
133 ABORT("malformed uleb128 expression");
215 ABORT("unknown pointer encoding");
227 ABORT("DW_EH_PE_textrel pointer encoding not supported");
230 ABORT("DW_EH_PE_datarel pointer encoding not supported");
233 ABORT("DW_EH_PE_funcrel pointer encoding not supported");
236 ABORT("DW_EH_PE_aligned pointer encoding not supported");
239 ABORT("unknown pointer encoding");
H A DUnwindLevel1-gcc-ext.c58 ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException() which unexpectedly returned");
68 ABORT("_Unwind_GetDataRelBase() not implemented");
77 ABORT("_Unwind_GetTextRelBase() not implemented");
H A DUnwind-sjlj.c188 ABORT("during phase1 personality function said it would stop here, but now if phase2 it did not stop here");
318 ABORT("_Unwind_SjLj_Resume() can't return");
337 ABORT("__Unwind_SjLj_Resume_or_Rethrow() called _Unwind_SjLj_Resume() which unexpectedly returned");
437 ABORT("_Unwind_GetDataRelBase() not implemented");
448 ABORT("_Unwind_GetTextRelBase() not implemented");
H A DRegisters.hpp156 ABORT("unsupported x86 register");
193 ABORT("unsupported x86 register");
226 ABORT("no x86 float registers");
231 ABORT("no x86 float registers");
236 ABORT("no x86 vector registers");
241 ABORT("no x86 vector registers");
376 ABORT("unsupported x86_64 register");
437 ABORT("unsupported x86_64 register");
486 ABORT("no x86_64 float registers");
491 ABORT("n
[all...]
H A DInternalMacros.h53 #define ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) macro
H A DCompactUnwinder.hpp94 ABORT("invalid compact unwind encoding");
128 ABORT("invalid compact unwind encoding");
242 ABORT("invalid compact unwind encoding");
478 ABORT("unknown compact unwind encoding");
551 ABORT("invalid compact unwind encoding");
585 ABORT("invalid compact unwind encoding");
699 ABORT("invalid compact unwind encoding");
991 ABORT("unknown compact unwind encoding");
H A DUnwindLevel1.c170 ABORT("during phase1 personality function said it would stop here, but now if phase2 it did not stop here");
320 ABORT("_Unwind_Resume() can't return");
H A DDwarfInstructions.hpp333 ABORT("unsupported restore location for register");
354 ABORT("unsupported restore location for float register");
375 ABORT("unsupported restore location for vector register");
866 ABORT("DW_OP_fbreg not implemented");
870 ABORT("DW_OP_piece not implemented");
890 ABORT("DW_OP_deref_size with bad size");
903 ABORT("dwarf opcode not implemented");
939 ABORT("getCFA(): unknown location for x86_64 cfa");
1334 ABORT("getCFA(): unknown location for x86 cfa");
1710 ABORT("getCF
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java11 import static com.sleepycat.persist.model.DeleteAction.ABORT;
40 ABORT,
46 "ABORT",
140 if (onDelete == ABORT) {
255 onRelatedEntityDelete=ABORT)
271 case ABORT:
287 case ABORT:
/macosx-10.10.1/cxxfilt-11/cxxfilt/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)'
/macosx-10.10.1/ppp-786.1.1/Helpers/chat/
H A Dchat.c32 * 4 - the first string declared as "ABORT"
33 * 5 - the second string declared as "ABORT"
34 * 6 - ... and so on for successive ABORT strings.
59 * Added CLR_ABORT to clear previously set ABORT string. This has been
61 * an ABORT condition until we know the other host is going to close
65 * we should re-arm the ABORT "NO CARRIER". Hence the CLR_ABORT command.
968 if (strcmp(s, "ABORT") == 0) {
1102 fatal(2, "Too many ABORT strings");
1108 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
/macosx-10.10.1/Heimdal-398.1.2/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", \
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h59 #define ABORT 238 /* Abort process */ macro
67 "EOF", "SUSP", "ABORT", "EOR",
207 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h63 #define ABORT 238 /* Abort process */ macro
71 "EOF", "SUSP", "ABORT", "EOR",
223 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcl.vim66 syn keyword clReserved ERROR EXIT INTERRUPT LOCKED LREPLY MODE MCOL MLINE MREPLY NULL REPLY V1 V2 V3 V4 V5 V6 V7 V8 V9 ZERO BYPASS GOING_BACK AAUTO ABORT ABORT ALIGN BIGE CONVERT FNUM GOBACK HANGUP JUSTIFY NEXIT OUTPUT RAUTO RAWDISPLAY RAWPRINT REPEAT SKIP TAB TRIM LCOUNT PCOUNT PLINES SLINES SCOLS MATCH LMATCH
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java41 ForeignKeyDeleteAction.ABORT,
46 "ABORT",
257 if (onDelete == ForeignKeyDeleteAction.ABORT) {

Completed in 248 milliseconds

12