Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/openbsd/regress/bin/ksh/
H A Dth537 $why = '';
557 $why .=
566 $why .= $tmp;
574 $why .= $tmp;
581 $why .= $tmp;
607 . $why;
694 local($why) = '';
737 return $why;
1184 $why .= $tmp;
1208 $why .= $tmp;
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-why.c108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, in proc_prettyfprint_why() argument
113 if (why == 0) in proc_prettyfprint_why()
117 if (why == pr_why_table[i].value) in proc_prettyfprint_why()
123 switch (why) { in proc_prettyfprint_why()
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what); in proc_prettyfprint_why()
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument
174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
H A Dproc-utils.h25 extern void proc_prettyprint_why (unsigned long why, unsigned long what,
47 extern void proc_prettyfprint_why (FILE *file, unsigned long why,
/openbsd/sys/dev/sbus/
H A Dqe.c691 if (why & QE_CR_STAT_EDEFER) { in qe_eint()
697 if (why & QE_CR_STAT_CLOSS) { in qe_eint()
710 if (why & QE_CR_STAT_LCOLL) { in qe_eint()
717 if (why & QE_CR_STAT_FUFLOW) { in qe_eint()
724 if (why & QE_CR_STAT_JERROR) { in qe_eint()
729 if (why & QE_CR_STAT_BERROR) { in qe_eint()
746 if (why & QE_CR_STAT_TXLERR) { in qe_eint()
753 if (why & QE_CR_STAT_TXPERR) { in qe_eint()
760 if (why & QE_CR_STAT_TXSERR) { in qe_eint()
789 if (why & QE_CR_STAT_RLCOLL) { in qe_eint()
[all …]
H A Dbe.c705 if (why & BE_CR_STAT_TXIRQ) in beqint()
707 if (why & BE_CR_STAT_RXIRQ) in beqint()
710 if (why & BE_CR_STAT_BERROR) { in beqint()
726 if (why & BE_CR_STAT_TXLERR) in beqint()
728 if (why & BE_CR_STAT_TXPERR) in beqint()
730 if (why & BE_CR_STAT_TXSERR) in beqint()
751 if (why & BE_CR_STAT_RXLERR) in beqint()
753 if (why & BE_CR_STAT_RXPERR) in beqint()
755 if (why & BE_CR_STAT_RXSERR) in beqint()
763 sc->sc_dev.dv_xname, why); in beqint()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
H A DCapture.pm100 my($self, $why) = @_;
101 $why ||= '';
115 reason => $why,
127 my($self, $why) = @_;
128 $why ||= '';
142 reason => $why,
/openbsd/usr.sbin/nsd/
H A Dquery.c457 (why?why->ip_address_spec:"."), in answer_notify()
458 (why ? ( why->nokey ? "NOKEY" in answer_notify()
486 (why->blocked?"BLOCKED":why->key_name))); in answer_notify()
537 (why?why->ip_address_spec:"."), in answer_notify()
538 (why ? ( why->nokey ? "NOKEY" in answer_notify()
1345 (why?why->ip_address_spec:"."), in answer_lookup_zone()
1346 (why ? ( why->nokey ? "NOKEY" in answer_lookup_zone()
1367 (why->blocked?"BLOCKED":why->key_name))); in answer_lookup_zone()
1379 (why->blocked?"BLOCKED":why->key_name))); in answer_lookup_zone()
1387 why ? ( why->nokey ? "NOKEY" in answer_lookup_zone()
[all …]
/openbsd/games/trek/
H A Dlose.c66 lose(int why) in lose() argument
72 printf("\n%s\n", Losemsg[why - 1]); in lose()
73 switch (why) in lose()
/openbsd/gnu/usr.bin/perl/t/io/
H A Dthrough.t45 my ($fh, $str, $read_c, $how_r, $write_c, $how_w, $why) = @_;
64 is(length $buf, length $str, "length with wrc=$write_c, rdc=$read_c, $how_w, $how_r, $why");
65 is($buf, $str, "content with wrc=$write_c, rdc=$read_c, $how_w, $how_r, $why");
69 my ($str, $write_c, $read_c, $how_w, $how_r, $why) = @_;
97 testread($fh, $str, $read_c, $how_r, $write_c, $how_w, "pipe$why");
101 my ($str, $write_c, $read_c, $how_w, $how_r, $why) = @_;
126 testread($fh, $str, $read_c, $how_r, $write_c, $how_w, "file$why");
/openbsd/gnu/llvm/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
/openbsd/gnu/usr.bin/perl/dist/Test/t/
H A Donfail.t10 my $why = "zero != one";
15 ok(0, 1, $why);
27 ok($$t{diagnostic}, $why);
/openbsd/gnu/usr.bin/perl/lib/File/
H A DCompare.t98 my $why = "Likely due to File::Temp";
101 skip $why, $how_many unless $have_some_feature;
106 my $why = "spaces after filename silently truncated";
109 todo_skip $why, $how_many if $condition;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl387 my $why = shift;
393 $bad_swap = $why > 0 && $n == 0;
394 $both_zero = $why == 0 && $n == 0;
397 my $arg = "'$why', '$n'";
404 _print "ok $test # skip $why\n";
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm1063 $why ||= '';
1070 $why = "$why";
1074 $why =~ s{\n}{\n# }sg;
1081 reason => $why,
1085 $tctx->skip('', $why);
1092 my( $self, $why ) = @_;
1093 $why ||= '';
1102 reason => $why,
1105 $why =~ s{\n}{\n# }sg;
2090 $Test->skip($why);
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/t/
H A Dipcsysv.t86 my($what, $why) = @_;
91 my $info = "$what failed: $why";
92 if ($why == &IPC::SysV::ENOSPC || $why == &IPC::SysV::ENOSYS ||
93 $why == &IPC::SysV::ENOMEM || $why == &IPC::SysV::EACCES) {
94 do_sys_diag() if $why == &IPC::SysV::ENOSYS;
/openbsd/gnu/usr.bin/perl/lib/
H A Dutf8.t175 my ($why, $prog, $expect) = @$_;
181 if ($why =~ s/^!//) {
187 like ($result, $expect, $why);
195 my ($why, $prog, $expect) = @$_;
196 next if $why =~ m/^!/; # Goes bang.
202 like ($result, $expect, $why);
262 my ($why, $prog, $expect) = @$_;
265 like ($result, $expect, $why);
/openbsd/usr.sbin/ldapd/
H A Dconn.c236 conn_err(struct bufferevent *bev, short why, void *data) in conn_err() argument
240 if ((why & EVBUFFER_EOF) == EVBUFFER_EOF) in conn_err()
242 else if ((why & EVBUFFER_TIMEOUT) == EVBUFFER_TIMEOUT) in conn_err()
246 why & EVBUFFER_WRITE ? "write" : "read", conn->fd); in conn_err()
H A Dldapd.c46 void ldapd_sig_handler(int fd, short why, void *data);
47 void ldapd_sigchld_handler(int sig, short why, void *data);
71 ldapd_sig_handler(int sig, short why, void *data) in ldapd_sig_handler() argument
79 ldapd_sigchld_handler(int sig, short why, void *data) in ldapd_sigchld_handler() argument
/openbsd/sys/dev/cardbus/
H A Dif_pgt_cardbus.c208 pgt_cardbus_power(struct pgt_softc *sc, int why) in pgt_cardbus_power() argument
210 if (why == DVACT_RESUME) in pgt_cardbus_power()
213 if (why == DVACT_SUSPEND) in pgt_cardbus_power()
/openbsd/lib/libc/rpc/
H A Dsvc.c433 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) in svcerr_auth() argument
440 rply.rjcted_rply.rj_why = why; in svcerr_auth()
581 enum auth_stat why; in svc_getreq_common() local
589 if ((why= _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
590 svcerr_auth(xprt, why); in svc_getreq_common()
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm334 if (my $why = $self->check_disabled) {
563 my $why = sprintf
570 $CPAN::Frontend->mywarn("$why\n");
1056 $CPAN::Frontend->mywarn("$why\n");
2122 $CPAN::Frontend->mywarn($why);
2124 ->new(qq{NO -- $why\n});
2381 my($self,$why) = @_;
4068 my $why = sprintf(
4077 my $goodbye_message = "[goto] -- NA $why";
4453 return (0, $why);
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dcheck_tests.t87 '$cap->todo_skip("why not");',
92 reason => "why not",
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Di386sol2.mh3 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o
/openbsd/gnu/usr.bin/binutils/gdb/config/mips/
H A Dirix6.mh4 proc-api.o proc-events.o proc-flags.o proc-why.o
H A Dirix5.mh4 proc-api.o proc-events.o proc-flags.o proc-why.o

12345678910>>...26