/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 51 { _, _, _, _, 56 _, _, _, _, 57 _, _, _, _, 58 _, _, _, _, 61 { _, _, _, _, 66 _, _, _, _, 67 _, _, _, _, 68 _, _, _, _, 71 { _, _, _, _, 76 _, _, _, _, [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Bk/ |
H A D | inputlines.out_ascii | 7 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 10 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 13 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 16 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 19 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 22 …puuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _… 25 …uuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 28 …uuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 31 …uuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 34 …uuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x …
|
H A D | badarg.out_ascii | 7 …baaddaarrgg _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 8 [o _a] 10 …baaddaarrgg _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 11 [o _a] 13 …baaddaarrgg _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 14 [o _a] 16 …baaddaarrgg _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 17 [o _a] 19 …baaddaarrgg _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x … 20 [o _a]
|
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/ |
H A D | Handle.pm | 449 read($_[0], $_[1], $_[2], $_[3] || 0); 454 sysread($_[0], $_[1], $_[2], $_[3] || 0); 460 $_[2] = length($_[1]) unless defined $_[2]; 461 print { $_[0] } substr($_[1], $_[3] || 0, $_[2]); 467 syswrite($_[0], $_[1], $_[2], $_[3] || 0); 469 syswrite($_[0], $_[1]); 493 $, = $_[1] if @_ > 1; 501 $\ = $_[1] if @_ > 1; 509 $/ = $_[1] if @_ > 1; 517 $. = $_[1] if @_ > 1; [all …]
|
H A D | Socket.pm | 34 if (@_ && $_[0] eq 'sockatmark') { # not very extensible but for now, fast 57 my($p,$d) = @_; 228 @_ >= 1 && @_ <= 2 or croak 'usage: $sock->listen([QUEUE])'; 238 @_ == 1 || @_ == 2 or croak 'usage $sock->accept([PKG])'; 273 my($sock) = @_; 289 if ($_[3]) { 332 setsockopt($_[0],$_[1],$_[2],$_[3]); 339 my $r = getsockopt($_[0],$_[1],$_[2]); 348 @_ == 1 ? $sock->getsockopt(SOL_SOCKET,@_) 359 @_ == 1 || @_ == 2 or croak 'usage: $sock->timeout([VALUE])'; [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | cmpchain.t | 99 "$_->[0] == $_->[1] != $_->[2]"; 102 "$_->[0] != $_->[1] == $_->[2]"; 104 join(",", "x", !!($_->[0] < $_->[1] && $_->[1] <= $_->[2]), "y"), 105 "$_->[0] < $_->[1] <= $_->[2]"; 108 "$_->[0] > $_->[1] >= $_->[2]"; 110 join(",", "x", !!($_->[0] < $_->[1] && $_->[1] > $_->[2]), "y"), 111 "$_->[0] < $_->[1] > $_->[2]"; 130 !!($_->[0] == $_->[1] && $_->[1] != $_->[2] && $_->[2] == $p), 135 !!($_->[0] < $_->[1] && $_->[1] <= $_->[2] && $_->[2] > $p), 144 !!($_->[0] == $_->[1] && $_->[1] != $_->[2] && $_->[2] == $p), [all …]
|
H A D | rt119311.t | 46 undef $_; 50 undef $_; 54 undef $_; 58 undef $_; 90 undef $_; 94 undef $_; 98 undef $_; 103 undef $_; 140 undef $_; 149 undef $_; [all …]
|
H A D | for.t | 16 $r .= $_; 150 for $_ (map {$_} @array) { 155 for $_ (map {$_} 1,2,3) { 181 for $_ (reverse map {$_} @array) { 186 for $_ (reverse map {$_} 1,2,3) { 309 for $_ (1, reverse map {$_} @array) { 315 for $_ ('A', reverse map {$_} 1,2,3) { 341 for $_ (reverse (map {$_} @array), 1) { 347 for $_ (reverse (map {$_} 1,2,3), 'A') { 474 for $_ (reverse map {$_} 1, @array) { [all …]
|
H A D | recurse.t | 18 return gcd($_[0] - $_[1], $_[1]) if ($_[0] > $_[1]); 19 return gcd($_[0], $_[1] - $_[0]) if ($_[0] < $_[1]); 20 $_[0]; 24 $_[0] < 2 ? 1 : $_[0] * factorial($_[0] - 1); 28 $_[0] < 2 ? 1 : fibonacci($_[0] - 2) + fibonacci($_[0] - 1); 40 ackermann($_[0] - 1, ackermann($_[0], $_[1] - 1)); 46 $_[1] < $_[0] ? 47 takeuchi(takeuchi($_[0] - 1, $_[1], $_[2]), 48 takeuchi($_[1] - 1, $_[2], $_[0]), 49 takeuchi($_[2] - 1, $_[0], $_[1])) [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/ |
H A D | InputObjects.pm | 170 (@_ > 1) and $_[0]->{'-name'} = $_[1]; 214 (@_ > 1) and $_[0]->{-was_cutting} = $_[1]; 297 (@_ > 1) and $_[0]->{'-name'} = $_[1]; 315 (@_ > 1) and $_[0]->{'-text'} = $_[1]; 381 (@_ > 1) and $_[0]->{'-ptree'} = $_[1]; 509 (@_ > 1) and $_[0]->{'-name'} = $_[1]; 618 $text .= (ref $_) ? $_->raw_text : $_; 636 (@_ > 1) and $_[0]->{'-ldelim'} = $_[1]; 674 (@_ > 1) and $_[0]->{'-ptree'} = $_[1]; 785 @{ $self } = (@_ == 1 and ref $_[0]) ? ${ @_ } : @_; [all …]
|
H A D | PlainText.pm | 237 $_ = $self->interpolate ($_, $line); 258 return $ESCAPES{$_} if defined $ESCAPES{$_}; 271 return $_; 289 return $_; 304 $_ = $self->interpolate ($_, shift); 318 $_ = $self->interpolate ($_, shift); 332 $_ = $self->interpolate ($_, shift); 415 sub seq_b { return $_[0]{alt} ? "``$_[1]''" : $_[1] } 417 sub seq_f { return $_[0]{alt} ? "\"$_[1]\"" : $_[1] } 504 $_ = $self->reformat ($_); [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 140 _(DMX_START, NONE, 0); 141 _(DMX_STOP, NONE, 0); 300 _(WTQICMD, NONE, 0); 507 _(KDMKTONE, NONE, 0); 509 _(KDENABIO, NONE, 0); 513 _(KDSETLED, NONE, 0); 514 _(KDSETRAD, NONE, 0); 639 _(SPKRTUNE, NONE, 0); 1020 _(FIOCLEX, NONE, 0); 1265 _(TIOCSIG, NONE, 0); [all …]
|
H A D | sanitizer_common_interceptors_ioctl.inc | 52 _(FIOCLEX, NONE, 0); 55 _(FIONCLEX, NONE, 0); 62 _(TIOCCONS, NONE, 0); 64 _(TIOCEXCL, NONE, 0); 72 _(TIOCNOTTY, NONE, 0); 73 _(TIOCNXCL, NONE, 0); 175 _(FDFLUSH, NONE, 0); 186 _(FDMSGON, NONE, 0); 189 _(FDRESET, NONE, 0); 340 _(TCFLSH, NONE, 0); [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Em/ |
H A D | punct.out_ascii | 7 Leading punctuation: (_b [_b | _b . _b , _b ; _b : _b ? _b ! _b ) _b ] _b 9 Trailing punctuation: _a ( _a [ _a | _a. _a, _a; _a: _a? _a! _a) _a] 11 …Middle punctuation: _a (_b _a [_b _a | _b _a. _b _a, _b _a; _b _a: _b _a? _b _a! … 12 _b 14 …Isolated punctuation: _a (_b _a [_b _a | _b _a . _b _a , _b _a ; _b _a : _b _a ? _… 15 _a ) _b _a ] _b 17 Isolated trailing punctuation: _a ( _a [ _a | _a . _a , _a ; _a : _a ? _a ! _a ) 18 _a ] 20 Multiple isolated punctuation: _a ([_b _a )] _b 24 Quoted: _a _. _b _N_m bboolldd _. _b _N_m . [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
H A D | XHTML.pm | 388 $_[0]->handle_code( $_[1], $_[0]{'in_code'}[-1] ); 409 $_[0]{hhtml} .= $html if $_[0]{'in_head'}; 423 $_[0]{'scratch'} .= $_[0]->encode_entities( $_[1] ); 433 $_[0]->start_code($_[0]{'in_code'}[-1]); 436 sub start_head1 { $_[0]{'in_head'} = 1; $_[0]{htext} = $_[0]{hhtml} = ''; } 437 sub start_head2 { $_[0]{'in_head'} = 2; $_[0]{htext} = $_[0]{hhtml} = ''; } 438 sub start_head3 { $_[0]{'in_head'} = 3; $_[0]{htext} = $_[0]{hhtml} = ''; } 439 sub start_head4 { $_[0]{'in_head'} = 4; $_[0]{htext} = $_[0]{hhtml} = ''; } 440 sub start_head5 { $_[0]{'in_head'} = 5; $_[0]{htext} = $_[0]{hhtml} = ''; } 441 sub start_head6 { $_[0]{'in_head'} = 6; $_[0]{htext} = $_[0]{hhtml} = ''; } [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/autodie/t/lib/ |
H A D | Hints_pod_examples.pm | 33 default_list => { fail => sub { ! @_ || @_ == 1 && !defined $_[0] } }, 36 empty_or_false_list => { fail => sub { ! @_ || @_ == 1 && !$_[0] } }, 44 sub undef_scalar { return wantarray ? @_ : $_[0] } 45 sub false_scalar { return wantarray ? @_ : $_[0] } 57 scalar => sub { defined($_[0]) && $_[0] == 0 }, 58 list => sub { @_ == 1 && defined($_[0]) && $_[0] == 0 }, 62 sub foo { return wantarray ? @_ : $_[0] } 70 list => sub { @_ == 1 && $_[0] eq -1 }, 74 sub re_fail { return wantarray ? @_ : $_[0] } 81 list => sub { @_ == 1 && defined($_[0]) && $_[0] == 0 }, [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Ar/ |
H A D | punct.out_ascii | 7 …closing punctuation _a) only one _f_i_l_e _._._.) only more than one _f_i_l_e _._._… 8 …middle _a) _z start _f_i_l_e _._._.) _z dot _f_i_l_e _._._.. _z comma _f_i_l_… 9 …_f_i_l_e _._._.; _z colon _f_i_l_e _._._.: _z quest _f_i_l_e _._._.? _z ex… 10 …_f_i_l_e _._._.) _z bracket _f_i_l_e _._._.] _z bar | _m op paren (_a op bracket… 12 quoted punctuation: _a (_b | _c) _d, bboolldd. 14 missing blank: _a_r_g_.
|
/openbsd/regress/usr.bin/mandoc/eqn/define/ |
H A D | infinite.out_ascii | 9 …ing position: _k_e_y _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_… 10 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 11 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 12 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 13 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 14 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 15 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 16 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 17 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… 18 …_s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s_u_f_f_i_x _s… [all …]
|
/openbsd/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/ |
H A D | Open3.pm | 170 open $_[0], $_[1], @_[2..$#_] and return; 202 $_[0] = gensym unless defined $_[0] && length $_[0]; 203 $_[1] = gensym unless defined $_[1] && length $_[1]; 221 if (@_ > 1 and $_[0] eq '-') { 238 next if $_->{dup} or $_->{dup_of_out}; 240 xpipe $_->{open_as}, $_->{parent}; 242 xpipe $_->{parent}, $_->{open_as}; 281 xopen $_->{handle}, $_->{mode} . '&', $_->{parent} 284 xclose $_->{parent}, $_->{mode}; 351 next if $_->{dup} or $_->{dup_of_out}; [all …]
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | op_private | 216 grep !$maxarg{$_} && !$args0{$_}, 228 grep !$maxarg{$_} && !$args0{$_} && !$args1{$_}, 232 $args3{$_} = 1 for grep !$maxarg{$_} && !$args0{$_} 240 grep !$args0{$_} && !$args1{$_} 307 addbits($_, 466 addbits($_, 534 addbits($_, 613 addbits($_, 655 addbits($_, 742 addbits($_, [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | NNTP.pm | 59 if (@_ % 2) { 61 %arg = @_; 64 %arg = @_; 82 $connect{$_} = $arg{$_} for(grep { m{^SSL_} } keys %arg); 182 @fh = (pop) if @_ == 2 || (@_ && (ref($_[0]) || ref(\$_[0]) eq 'GLOB')); 222 @fh = (pop) if @_ == 2 || (@_ && ref($_[0]) || ref(\$_[0]) eq 'GLOB'); 243 @fh = (pop) if @_ == 2 || (@_ && ref($_[0]) || ref(\$_[0]) eq 'GLOB'); 270 @_ == 1 || @_ == 2 or croak 'usage: $nntp->group([$group])'; 356 @_ >= 2 && @_ <= 4 459 local $_; [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/ |
H A D | Simple.pm | 19 croak "FILTER_ONLY: ", @_; 71 all => sub { my ($t)=@_; sub{ $_=$$_; $t->(@_); $_} }, 72 executable=> sub { my ($t)=@_; sub{ref() ? $_=$$_ : $t->(@_); $_} }, 73 executable_no_comments=> sub { my ($t)=@_; sub{ref() ? $_=$$_ : $t->(@_); $_} }, 74 quotelike => sub { my ($t)=@_; sub{ref() && do{$_=$$_; $t->(@_)}; $_} }, 81 $t->(@_); 123 $_ = join "", 124 map { ref $_ ? $;.pack('N',$count++).$; : $_ } 132 $_ = join "", map $selector->(@_), @components; 147 while (@_ > 1) { [all …]
|
/openbsd/lib/libcrypto/perlasm/ |
H A D | x86asm.pl | 60 &xchg(&HB(@_),&LB(@_)); 61 &ror (@_,16); 62 &xchg(&HB(@_),&LB(@_)); 69 sub ::movb { &mov(@_); } 70 sub ::xorb { &xor(@_); } 110 { my($dst,$src)=@_; 146 $label{$_[0]}; 150 { $label{$_[0]}=$_[1] if (!defined($label{$_[0]})); 151 $label{$_[0]}; 154 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); } [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/ |
H A D | Common.pm | 124 return ( defined($_[0]) and ref($_[0]) eq 'SCALAR' and defined ${ $_[0] } ) ; 136 return defined $_[0] && $_[0] =~ /^<.*>$/; 281 if $inType eq $outType && $_[0] eq $_[1] && $_[0] ne '-' ; 327 if ! defined $_[1] || $_[1] eq '' ; 788 $_[0]->[IxGot]{$_[1]}[OFF_PARSED] = 1; 789 $_[0]->[IxGot]{$_[1]}[OFF_DEFAULT] = $_[2] ; 790 $_[0]->[IxGot]{$_[1]}[OFF_FIXED] = $_[2] ; 845 return bless [ $_[1], 0 ], $_[0] 848 return bless [ $_[2], $_[1] ], $_[0] 868 $_[0]->[HIGH] = $_[0]->[LOW] = 0; [all …]
|
/openbsd/gnu/usr.bin/perl/lib/Tie/ |
H A D | Hash.pm | 215 $pkg -> new (@_); 249 sub STORE { $_[0]->{$_[1]} = $_[2] } 250 sub FETCH { $_[0]->{$_[1]} } 251 sub FIRSTKEY { my $a = scalar keys %{$_[0]}; each %{$_[0]} } 253 sub EXISTS { exists $_[0]->{$_[1]} } 254 sub DELETE { delete $_[0]->{$_[1]} } 261 sub STORE { $_[0][0]{$_[1]} = $_[2] } 262 sub FETCH { $_[0][0]{$_[1]} } 263 sub FIRSTKEY { my $a = scalar keys %{$_[0][0]}; each %{$_[0][0]} } 265 sub EXISTS { exists $_[0][0]->{$_[1]} } [all …]
|