Home
last modified time | relevance | path

Searched refs:abend (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/net/gnu-dico/dico-2.10/
H A Dbootstrap469 sub abend {
497 or abend(EX_NOINPUT,
586 or abend(EX_NOINPUT,
621 or abend(EX_NOINPUT,
703 or abend(EX_CANTCREAT,
901 abend(EX_CANTCREAT, "failed to run @_");
905 abend(EX_CANTCREAT, "@_ exited with status $e");
960 or abend(EX_CANTCREAT, "cannot create $file: $!");
1098 or abend(EX_NOINPUT, "Can't run m4: $!");
1122 or abend(EX_NOINPUT, "Can't open $file: $!");
[all …]
/dports/dns/rpsl2acl/rpsl2acl-1.01/
H A Drpsl2acl65 sub abend($) {
100 or abend("Cannot open file $file for reading");
126 abend("$file:$line: invalid CIDR: $_") unless (Net::CIDR::cidrvalidate($_));
143 abend("cannot connect to $whois_server: $!") unless ($whois_socket);
180 abend("unexpected reply from $whois_server: $_");
237 abend("no such category: $s[0]");
270 abend("List of RPSL objects is empty") if ($#rslist == -1);
314 abend("cannot open $outfile for writing: $!");
/dports/lang/qmasm/qmasm-4.1/extras/
H A Dqmasm-gen-current14 def abend(msg):
31 abend(str(e))
35 abend("Failed to query solver %s's topology" % sampler.solver.id)
41 abend("Topology contains a self edge: (%d, %d)" % (u, v))
/dports/dns/whoseip/whoseip-1.00/
H A Dwhoseip317 sub abend {
351 or abend(EX_NOINPUT, "can't open $file for reading: $!");
781 or abend(EX_NOINPUT, "can't open $0 for reading");
783 or abend(EX_CANTCREAT, "can't open $file for writing");
1001 abend(EX_USAGE, "too many arguments") if ($#ARGV > 0);
1005 abend(EX_CANTCREAT, "can't open $ARGV[0] for writing: $!");
1014 abend(EX_USAGE, "too many arguments") if ($#ARGV > 0);
1018 abend(EX_NOINPUT, "can't open $ARGV[0] for reading: $!");
1043 abend(EX_USAGE, "format $1 not defined") unless defined $fmtab{$1};
1054 abend(EX_OSFILE, "can't load CGI::Fast: $@");
[all …]
/dports/lang/qmasm/qmasm-4.1/src/qmasm/
H A Dcmdline.py79 … self.abend("The number of spin reversals is not allowed to exceed the number of samples")
93 self.abend('Unrecognized composite "%s"' % c)
103 self.abend('Failed to parse "%s" as alternating times and annealing fractions' % astr)
109 self.abend('Failed to parse "%s" as a floating-point number' % nums[i])
113 self.abend('Failed to parse "%s" as a floating-point number' % nums[i + 1])
116 self.abend('Failed to parse "%s" into two or more (time, frac) pairs' % astr)
H A Dsolve.py45 qmasm.abend("QMASMCACHE is set to %s, which is not an extant directory" % self.cachedir)
158 self.qmasm.abend("Failed to construct a sampler (%s)" % str(err))
246 … self.qmasm.abend('Failed to parse line %d of file %s ("%s")' % (lineno, fname, orig_line.strip()))
250 … self.qmasm.abend('Failed to parse line %d of file %s ("%s")' % (lineno, fname, orig_line.strip()))
310 self.qmasm.abend("Embedder failed to terminate properly")
429 self.qmasm.abend("Failed to find an embedding")
451 … self.qmasm.abend("Logical qubit %d has a nonzero weight (%.5g) but was not embedded" % (q, wt))
456 self.qmasm.abend("Failed to embed the problem: %s" % e)
696 self.qmasm.abend("Solver error: %s" % err)
715 self.qmasm.abend('Internal error: unrecognized composite "%s"' % c)
[all …]
H A Dparse.py197 self.qmasm.abend(msg)
902 self.qmasm.abend('Failed to parse pin statement "%s"' % pin_str)
915 self.qmasm.abend('Failed to parse chain statement "%s"' % chain_str)
928 self.qmasm.abend('Failed to parse anti-chain statement "%s"' % antichain_str)
941 self.qmasm.abend('Failed to parse alias statement "%s"' % alias_str)
1036 self.qmasm.abend('Failed to open %s for input' % infilename)
1088 self.qmasm.abend("Nested brackets are not allowed")
1092 self.qmasm.abend('Encountered "]" before seeing a "["')
1104 self.qmasm.abend("Unterminated bracketed expression")
1112 self.qmasm.abend("Unterminated bracketed expression")
[all …]
H A Dutils.py20 def abend(self, str): member in Utilities
130 abend("Unable to alias pre-existing variables %s and %s" % (sym1, sym2))
168 abend('Failed to rename nonexistent symbol "%s"' % s)
/dports/misc/otter/otter-3.3f/source/
H A Divy.c142 abend("parse_proof_object: parse_listp returns NULL"); in parse_initial_proof_object()
144 abend("parse_proof_object: parse_listp nonlist"); in parse_initial_proof_object()
152 abend("parse_proof_object: step length < 3"); in parse_initial_proof_object()
158 abend("parse_proof_object: bad justification (1)"); in parse_initial_proof_object()
165 abend("parse_proof_object: bad justification (2)"); in parse_initial_proof_object()
168 abend("parse_proof_object: NULL clause"); in parse_initial_proof_object()
H A Dcheck.c129 abend("insert_into_gen_tab, key already there"); in insert_into_gen_tab()
451 abend("print_proof_object_node, bad rule"); in print_proof_object_node()
519 abend("new_literal_index, bad map"); in new_literal_index()
739 abend("match_clauses, literals don't match"); in match_clauses()
1038 abend("translate_factor_simp: merge failed"); in translate_factor_simp()
1456 abend("finish_translating, bad rule"); in finish_translating()
2376 abend("translate_step, clauses don't match"); in translate_step()
2501 abend("trans_2_pos: NULL pos"); in trans_2_pos()
2504 abend("trans_2_pos: proof node not found"); in trans_2_pos()
2507 abend("trans_2_pos: clause not found"); in trans_2_pos()
[all …]
H A Doverbeek.c112 abend("overbeek_insert, bad term"); in overbeek_insert()
114 abend("overbeek_insert, bad weight in term"); in overbeek_insert()
H A Dforeign.c232 abend("get_args, bad arity."); in get_args_for_user_function()
277 abend("get_args, bad arg type."); in get_args_for_user_function()
459 abend("evaluate_user_function, bad code."); in evaluate_user_function()
H A Dcase.c758 abend("case failure"); in split_clause()
855 abend("case failure"); in split_atom()
880 abend("case splitting is not compiled into this Otter"); in possible_split()
925 abend("case splitting is not compiled into this Otter"); in always_split()
952 abend("case splitting is not compiled into this Otter"); in possible_given_split()
/dports/dns/axfr2acl/axfr2acl-1.01/
H A Daxfr2acl78 sub abend($) {
118 or abend("Cannot open file $file for reading");
154 abend("$file:$line: invalid CIDR: $_") unless (Net::CIDR::cidrvalidate($_));
202 abend("no such category: $s[0]");
234 abend("No zones given") if ($#zones == -1);
348 abend("cannot open $outfile for writing: $!");
/dports/dns/vhostcname/vhostcname-2.00/
H A Dvhostcname68 sub abend {
101 abend(EX_CONFIG, "unparsable input $input");
336 open(my $fd, "<", $file) or abend(EX_NOINPUT, "cannot open $file: $!");
357 abend(EX_CANTCREAT, "cannot open $file for writing: $!");
565 abend(EX_USAGE, "too many arguments") unless $#_ == 0;
571 abend(EX_USAGE, "too many arguments") unless $#_ == 0;
581 abend(EX_USAGE, "too many arguments") unless $#_ == 0;
627 abend(EX_USAGE, "unrecognized command");
629 abend(EX_USAGE, "ambiguous command: ".join(', ', @v));
735 abend(EX_CONFIG,
[all …]
/dports/mail/mailutils/mailutils-3.13/decodemail/
H A Ddecodemail.c110 abend (int code) in abend() function
217 abend (EX_OSERR); in main()
228 abend (EX_NOINPUT); in main()
243 abend (EX_OSERR); in main()
265 abend (EX_OSERR); in main()
274 abend (EX_CANTCREAT); in main()
294 abend (EX_SOFTWARE); in main()
351 abend (EX_IOERR); in message_store_mbox()
527 abend (EX_OSERR); in message_decode_nomime()
555 abend (EX_IOERR); in message_decode_nomime()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/keytab/
H A Dkt_file.c1159 abend: in krb5_ktfileint_write_entry()
1166 goto abend; in krb5_ktfileint_write_entry()
1170 goto abend; in krb5_ktfileint_write_entry()
1208 goto abend; in krb5_ktfileint_write_entry()
1214 goto abend; in krb5_ktfileint_write_entry()
1222 goto abend; in krb5_ktfileint_write_entry()
1230 goto abend; in krb5_ktfileint_write_entry()
1234 goto abend; in krb5_ktfileint_write_entry()
1242 goto abend; in krb5_ktfileint_write_entry()
1245 goto abend; in krb5_ktfileint_write_entry()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/keytab/
H A Dkt_file.c1161 abend: in krb5_ktfileint_write_entry()
1168 goto abend; in krb5_ktfileint_write_entry()
1172 goto abend; in krb5_ktfileint_write_entry()
1210 goto abend; in krb5_ktfileint_write_entry()
1216 goto abend; in krb5_ktfileint_write_entry()
1224 goto abend; in krb5_ktfileint_write_entry()
1232 goto abend; in krb5_ktfileint_write_entry()
1236 goto abend; in krb5_ktfileint_write_entry()
1244 goto abend; in krb5_ktfileint_write_entry()
1247 goto abend; in krb5_ktfileint_write_entry()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsigkill.c8 abend (int sig) in abend() function
33 sa.sa_handler = abend; in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dsigkill.c8 abend (int sig) in abend() function
33 sa.sa_handler = abend; in main()
/dports/astro/luna/luna-1.9/
H A Dfamplan.c283 ABDATE abend, abcrit, abbefore; local
354 switch (bufgetymd(&chp, &abend)) {
367 meperiod = Fconst(abend - abstart);
404 if (abcrit != (ABDATE)0 && abend != (ABDATE)0 &&
405 45 < (int)(abcrit - abend)) {
/dports/devel/z88dk/z88dk/examples/trs80/
H A Dsplitlib.c32 abend(format, al, a2) in abend() function
59 abend("%s: %s\n", f, syserrlist(errno));
106 abend("usage: %s infile[/REL] maxlength [:d]\n", ME, NULL); in usage()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionPersistentState.cpp125 void PersistentState::setAbend(bool abend) in setAbend() argument
129 sessionSettings_.set(kAbend, abend); in setAbend()
/dports/audio/csound/csound-6.15.0/Android/CSDPlayer/assets/Csound6AndroidExamples/McCurdy/
H A Dviii.csd83 abend transeg 1, p3, 0, semitone(irange)
84 aperc = aperc*abend
/dports/misc/fortune-mod-freebsd-classic/fortune-mod-freebsd-classic-b029e87/datfiles/
H A Dmurphy.sp.ok2 abend

12345678