| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/ |
| H A D | Tiny.pm | 86 my ($thing, $pattern, $name, @diag) = @_; 90 if (defined($thing)) { 91 $bool = "$thing" =~ $pattern; 93 "Value: $thing", 107 my ($thing, $pattern, $name, @diag) = @_; 111 if (defined($thing)) { 112 $bool = "$thing" !~ $pattern; 115 "Value: $thing", 142 my ($thing) = @_; 143 if (ref($thing)) { [all...] |
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlmodlib.PL | 52 my ($name, $thing); 78 ($name, $thing) = split /\s+--?\s+/, $title, 2; 80 unless ($name and $thing) { 82 warn "$filename missing thing\n" unless $thing or $Quiet; 88 $thing =~ s/^perl pragma to //i; 89 $thing = ucfirst $thing; 90 $title = "=item $name\n\n$thing\n\n";
|
| H A D | perldsc.pod | 63 The most important thing to understand about all data structures in 105 If you want to get at the thing a reference is referring to, then you have 241 do the right thing behind the scenes. 266 same thing: 278 dereference the thing at that subscript. That's fine in C, but this isn't C. 399 # print the whole thing with refs 404 # print the whole thing with indices 409 # print the whole thing one at a time 466 # print the whole thing 471 # print the whole thing wit [all...] |
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | generate_uudmap.c | 69 format_mg_data(FILE *out, const void *thing, size_t count) { in format_mg_data() argument 70 const struct mg_data_t *p = (const struct mg_data_t *)thing; in format_mg_data() 87 format_char_block(FILE *out, const void *thing, size_t count) { in format_char_block() argument 88 const char *block = (const char *)thing; in format_char_block() 106 void (format_function)(FILE *out, const void *thing, size_t count), in output_to_file() argument 107 const void *thing, size_t count, in output_to_file() 122 format_function(out, thing, count); in output_to_file()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | enum9.C | 10 static fig (*open)(void *thing, const char *filename); 11 static fig (*parse)(void *thing); 14 enum fig (*X::open)(void *thing, const char *filename) = 0; 15 fig (*X::parse)(void *thing) = 0;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | net39.C | 11 class thing { 15 class thong : public solly, public thing { 23 typedef int(thing::*ping)(); 24 ping qq = &thing::a;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
| H A D | Builder.pm | 761 my ($self, $type, $thing) = @_; 763 return unless ref $$thing; 764 return unless blessed($$thing) || scalar $self->_try(sub{ $$thing->isa('UNIVERSAL') }); 769 my $string_meth = overload::Method( $$thing, $type ) || return; 770 $$thing = $$thing->$string_meth(undef, 0); 928 my( $self, $thing, $regex, $name ) = @_; 933 release $ctx, $self->_regex_ok( $thing, $regex, '=~', $name ); 937 my( $self, $thing, [all...] |
| H A D | More.pm | 605 of thing: 632 my( $thing, $class, $thing_name ) = @_; 636 if( !defined $thing ) { 639 elsif( ref $thing ) { 644 if( Scalar::Util::blessed($thing) ) { 653 my( $rslt, $error ) = $tb->_try( sub { $thing->isa($class) } ); 665 $rslt = UNIVERSAL::isa($thing, $class); 671 $diag = defined $thing ? "'$thing_name' isn't a '$class'" : "'$thing_name' isn't defined"; 674 my $my_class = ref $thing; 680 my $type = ref $thing; [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
| H A D | packed1.C | 12 struct thing { int m; }; argument 14 struct pod {char a; thing m __attribute__ ((packed)); }; 18 thing t; in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | is_of_type.t | 32 my($thing, $type, $want) = @$test; 36 is !!$is_of_type->($thing, $type), !!$want, qq[_is_of_type($thing, '$type'): $want];
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/ |
| H A D | Array.pm | 66 my ( $self, $thing ) = @_; 67 chomp @$thing; 69 $self->{array} = $thing;
|
| H A D | Stream.pm | 46 my ( $self, $thing ) = @_; 47 $self->{fh} = $thing;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | iterators.t | 214 my $thing = shift; 215 my $ref = ref $thing; 217 return TAP::Parser::Iterator::Stream->new($thing); 220 return TAP::Parser::Iterator::Array->new($thing); 223 return TAP::Parser::Iterator::Process->new($thing);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | is_deeply_fail.t | 24 # Can't use Test.pm, that's a 5.005 thing. 37 my($thing, $that, $name) = @_; 39 my $ok = $TB->is_eq($$thing, $that, $name); 41 $$thing = ''; 47 my($thing, $regex, $name) = @_; 50 my $ok = $TB->like($$thing, $regex, $name); 52 $$thing = '';
|
| /openbsd-src/gnu/usr.bin/perl/t/mro/ |
| H A D | package_aliases.t | 61 my $thing = bless [], "Subclass"; 70 print $thing->speak, "\n"; 73 print $thing->speak, "\n"; 112 my $thing = bless [], "Subclass"; 118 print $thing->speak, "\n"; 121 print $thing->speak, "\n";
|
| H A D | package_aliases_utf8.t | 73 my $thing = bless [], "숩cਲꩋ"; 82 print $thing->Sᑊeಅḱ, "\n"; 85 print $thing->Sᑊeಅḱ, "\n"; 134 my $thing = bless [], "숩cਲꩋ"; 140 print $thing->Sᑊeಅḱ, "\n"; 143 print $thing->Sᑊeಅḱ, "\n";
|
| /openbsd-src/regress/lib/libpthread/stdarg/ |
| H A D | stdarg.c | 16 int thing; variable 47 EQ(p, &thing); in test1() 69 ASSERT(test1("iclp", 1234, 'x', 123456789L, &thing) == 9); in run_test()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | leaky-magic.t | 120 my $thing; 121 "felp" =~ /(.)(?{ $thing = ${"foo::\cN"} })/; 122 ok !defined $thing, '$foo::^N';
|
| H A D | tiearray.t | 161 my @thing = @ary; 162 is(join(':',@thing), '1:2:3'); 164 tie @thing,'Implement'; 165 @thing = @ary; 166 is(join(':',@thing), '1:2:3');
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | enum2.C | 8 enum thing enum 13 enum thing enum
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | README | 6 sh generic any v7 bourne shell like thing 7 sh-v generic any system V bourne shell like thing 19 (most generic thing). All generics that apply should be specified.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/ |
| H A D | incomplete-cast1.C | 6 int thing(); 12 VHDLPackageProtoRep::thing() in thing() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
| H A D | template17.C | 9 namespace thing 21 using namespace thing; in mycout() local
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/ |
| H A D | Driver.pm | 27 my $thing = shift; 28 confess "'$thing' did not define the required method '$meth'."
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_case.py | 605 thing = object() 606 self.assertIs(thing, thing) 610 thing, 614 thing = object() 615 self.assertIsNot(thing, object()) 619 thing, 620 thing) 623 thing = [] 624 self.assertIsInstance(thing, list) 626 thing, dict) [all …]
|