| /openbsd-src/regress/bin/ksh/ |
| H A D | th | 537 $why = ''; 541 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n"; 557 $why .= 566 $why .= $tmp; 574 $why .= $tmp; 581 $why .= $tmp; 605 $why = "\tDescription" 607 . $why; 615 print $why if $verbose; 694 local($why) = ''; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | proc-why.c | 108 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 D | proc-utils.h | 25 extern void proc_prettyprint_why (unsigned long why, unsigned long what, 47 extern void proc_prettyfprint_why (FILE *file, unsigned long why,
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | qe.c | 686 qe_eint(struct qe_softc *sc, u_int32_t why) in qe_eint() argument 691 if (why & QE_CR_STAT_EDEFER) { in qe_eint() 697 if (why & QE_CR_STAT_CLOSS) { in qe_eint() 702 if (why & QE_CR_STAT_ERETRIES) { 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() 734 if (why & QE_CR_STAT_TCCOFLOW) { in qe_eint() 740 if (why & QE_CR_STAT_TXDERROR) { in qe_eint() [all …]
|
| H A D | be.c | 701 beqint(struct be_softc *sc, u_int32_t why) in beqint() argument 705 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() 716 if (why & BE_CR_STAT_TXDERR) { in beqint() 722 if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) { 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() 735 if (why & BE_CR_STAT_RXDROP) { in beqint() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/ |
| H A D | Capture.pm | 100 my($self, $why) = @_; 101 $why ||= ''; 115 reason => $why, 127 my($self, $why) = @_; 128 $why ||= ''; 142 reason => $why,
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | query.c | 424 struct acl_options *why; in answer_notify() local 448 zone_opt->pattern->allow_notify, query, &why) == -1) { in answer_notify() 457 (why?why->ip_address_spec:"."), in answer_notify() 458 (why ? ( why->nokey ? "NOKEY" in answer_notify() 459 : why->blocked ? "BLOCKED" in answer_notify() 460 : why->key_name ) in answer_notify() 466 &why)) != -1) in answer_notify() 481 assert(why); in answer_notify() 484 why->ip_address_spec, in answer_notify() 485 why->nokey?"NOKEY": in answer_notify() [all …]
|
| /openbsd-src/games/trek/ |
| H A D | lose.c | 66 lose(int why) in lose() argument 72 printf("\n%s\n", Losemsg[why - 1]); in lose() 73 switch (why) in lose()
|
| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | through.t | 45 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-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | set-xcode-analyzer | 56 except IOError, why: 57 print " (-) Cannot update file:", why, "\n" 58 except OSError, why: 59 print " (-) Cannot update file:", why, "\n"
|
| /openbsd-src/gnu/usr.bin/perl/dist/Test/t/ |
| H A D | onfail.t | 10 my $why = "zero != one"; 15 ok(0, 1, $why); 27 ok($$t{diagnostic}, $why);
|
| /openbsd-src/gnu/usr.bin/perl/lib/File/ |
| H A D | Compare.t | 98 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-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| H A D | Builder.pm | 1062 my( $self, $why, $name ) = @_; 1063 $why ||= ''; 1065 $self->_unoverload_str( \$why ); 1070 $why = "$why"; 1074 $why =~ s{\n}{\n# }sg; 1081 reason => $why, 1085 $tctx->skip('', $why); 1092 my( $self, $why ) = @_; 1093 $why || [all...] |
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/t/ |
| H A D | testutil.pl | 387 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-src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ |
| H A D | ipcsysv.t | 86 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-src/gnu/usr.bin/perl/lib/ |
| H A D | utf8.t | 175 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-src/usr.sbin/ldapd/ |
| H A D | conn.c | 236 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 D | ldapd.c | 46 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-src/sys/dev/cardbus/ |
| H A D | if_pgt_cardbus.c | 208 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-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Distribution.pm | 334 if (my $why = $self->check_disabled) { 335 $self->{unwrapped} = CPAN::Distrostatus->new("NO $why"); 339 return $self->goodbye("[disabled] -- NA $why"); 563 my $why = sprintf 570 $CPAN::Frontend->mywarn("$why\n"); 571 $self->{writemakefile} = CPAN::Distrostatus->new("NO -- $why"); 813 my $why = "A patch file cannot be installed"; 814 $CPAN::Frontend->mywarn("Refusing to handle this file: $why\n"); 815 $self->{writemakefile} = CPAN::Distrostatus->new("NO $why"); 1055 my $why = qq{Package contains $crud; not recognized as a perl package, giving up}; [all …]
|
| /openbsd-src/lib/libc/rpc/ |
| H A D | svc.c | 433 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-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | check_tests.t | 87 '$cap->todo_skip("why not");', 92 reason => "why not",
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/ |
| H A D | i386sol2.mh | 3 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/mips/ |
| H A D | irix6.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|
| H A D | irix5.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|