| /openbsd-src/regress/usr.bin/dc/ |
| H A D | t3.out | 2 take one down, pass it around, 5 take one down, pass it around, 8 take one down, pass it around, 11 take one down, pass it around, 14 take one down, pass it around, 17 take one down, pass it around, 20 take one down, pass it around, 23 take one down, pass it around, 26 take one down, pass it around, 29 take one down, pass it around, [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/ |
| H A D | 01_basic.t | 36 $st->down(); 40 $st->down(4); 46 $st->down(2); 50 $st->down(4); 55 $sm->down(); 59 $sm->down(); 63 $sm->down(); 67 $sm->down(2); 68 $st->down();
|
| H A D | 02_errs.t | 22 eval { $s->down(undef); }; 24 eval { $s->down(0); }; 26 eval { $s->down(-1); }; 28 eval { $s->down(1.5); }; 30 eval { $s->down('foo'); };
|
| H A D | 06_timed.t | 55 $sm->down(); 59 $sm->down(); 63 $sm->down(); 67 $sm->down(2); 68 $st->down();
|
| H A D | 05_force.t | 38 $st->down(); 43 $sm->down(); 51 $sm->down();
|
| /openbsd-src/regress/usr.sbin/syslogd/ |
| H A D | syslogd.pl | 128 $rc->down if $args{rsyslogd}{connect}; 129 $c->down if !$args{client}{noclient} && !$c->{early}; 130 $s->down unless $args{server}{noserver}; 134 $_->down; 136 $_->down; 138 $_->run->up->down; 142 $r->down; 143 $c->down if !$args{client}{noclient} && $c->{early};
|
| H A D | Syslogc.pm | 51 sub down { subroutine 53 eval { Proc::down($self, @_) }; 54 die $@ if $@ && $self->{down} ne "Shutdown";
|
| H A D | args-memory-read.pl | 23 down => get_downlog(), 26 down => get_downlog(),
|
| /openbsd-src/sys/dev/usb/ |
| H A D | uts.c | 73 int down; member 353 int down, x, y, z; in uts_get_pos() local 357 down = (~p[7] & 0x20); in uts_get_pos() 372 down = (p[0] & 0x01); in uts_get_pos() 376 z = down; in uts_get_pos() 380 down = (~p[7] & 0x20); in uts_get_pos() 384 z = (down != 0); in uts_get_pos() 392 sc->sc_dev.dv_xname, down, sc->sc_pkts)); in uts_get_pos() 395 if (down) { in uts_get_pos() 420 tp->down = down; in uts_get_pos() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | utftaint.t | 96 my $down = pack("a*", $ary->[1]); 109 my $taint = $arg; substr($taint, 0) = $down; 123 is($taint, $down, "compare: $encode, downgrade up"); 125 is(pack('a*',$taint), pack('a*',$down), "bytecmp: $encode, downgrade up"); 131 my $taint = $arg; substr($taint, 0) = $down; 134 is($taint, $down, "compare: $encode, downgrade down"); 136 is(pack('a*',$taint), pack('a*',$down), "bytecmp: $encode, downgrade down");
|
| H A D | pack.t | 1522 my $down = "\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff\x05\x06"; 1523 my $up = $down; 1556 for my $string ($down, $up) { 1590 my $down = eval { pack($format, $val) }; 1593 ok(!utf8::is_utf8($down), "Simple $format pack doesn't get upgraded"); 1596 is($down, $up, "$format generated strings are equal though"); 1597 my @down_expanded = unpack("$format W", $down . chr(0xce)); 1606 is(pack($format, $down_expanded[0]), $down, "Pack $format undoes unpack $format"); 1613 my $down = "\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff\x05\x06"; 1614 my $up = $down; [all …]
|
| H A D | inc.t | 110 my %down = (1=>0, ab => -1); 123 my $ans = $down{$_}; 124 my $down; 125 eval {$down = --$_}; 126 is($down, $ans, "key '$_' decremented correctly"); 144 my $down; 145 eval {$down = $_--}; 146 is($down, $ans, "assignment preceded postdecrement");
|
| /openbsd-src/usr.sbin/pppd/ |
| H A D | fsm.c | 121 * fsm_lowerdown - The lower layer is down. 153 if( f->callbacks->down ) 154 (*f->callbacks->down)(f); 230 else if( f->callbacks->down ) 231 (*f->callbacks->down)(f); /* Inform upper layers we're down */ 398 /* Go down and restart negotiation */ 399 if( f->callbacks->down ) 400 (*f->callbacks->down)(f); /* Inform upper layers */ 494 /* Go down an [all...] |
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | fsm.c | 174 if( f->callbacks->down ) in fsm_lowerdown() 175 (*f->callbacks->down)(f); in fsm_lowerdown() 250 else if( f->callbacks->down ) in fsm_close() 251 (*f->callbacks->down)(f); /* Inform upper layers we're down */ in fsm_close() 413 if( f->callbacks->down ) in fsm_rconfreq() 414 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq() 504 if (f->callbacks->down) in fsm_rconfack() 505 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfack() 558 if (f->callbacks->down) in fsm_rconfnakrej() 559 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfnakrej() [all …]
|
| /openbsd-src/regress/sys/kern/sosplice/tcp/ |
| H A D | echo.pl | 71 $s->down; 79 $c->down; 80 $r->down; 82 $s->down;
|
| H A D | remote.pl | 85 $r->down; 125 $c->down; 126 $r->down if $r; 127 $s->down;
|
| H A D | relay.pl | 73 $c->down; 74 $r->down; 75 $s->down;
|
| /openbsd-src/regress/sys/kern/sosplice/udp/ |
| H A D | remote.pl | 87 $r->down; 129 $c->down; 130 $r->down if $r; 131 $s->down;
|
| H A D | relay.pl | 76 $c->down; 77 $r->down; 78 $s->down;
|
| /openbsd-src/regress/sys/kern/sosplice/scapy/ |
| H A D | scapy.pl | 73 down => "Broken pipe|Connection reset by peer", 92 $r->down; 112 down => "Broken pipe|Connection reset by peer", 128 $r->down if $r;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | cond2.C | 6 int down = 0; variable 13 ~T() { printf ("DOWN\n"); down++; } in ~T() 61 if (up == down && up == 18) in main()
|
| /openbsd-src/regress/sys/net/pf_divert/ |
| H A D | remote.pl | 128 down => $args{packet} && "Shutdown Packet", 244 $l->down; 249 $p->down; 260 $c->down if $c; 262 $r->down(30) if $r; 263 $s->down if $s;
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | Makefile | 9 SRCS+= test-run-down.c 24 TESTS+= run-down-write-big 25 TESTS+= run-down-write-small
|
| /openbsd-src/regress/usr.sbin/relayd/ |
| H A D | remote.pl | 93 $r->down; 140 $c->down unless $args{client}{noclient}; 141 $s->down unless $args{server}{noserver}; 143 $r->down;
|
| H A D | relayd.pl | 84 $c->down unless $args{client}{noclient}; 85 $s->down unless $args{server}{noserver}; 87 $r->down;
|