/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | tied_items.t | 38 $ref2 = dclone $ref; 41 is($$ref2, $$ref); 42 is($$ref2, 7); 53 $ref2 = dclone $ref; 56 is($$ref2, $$ref); 57 is($$ref2, 8);
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | info-utils.c | 351 info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) in info_concatenate_references() argument 359 return (ref2); in info_concatenate_references() 360 else if (!ref2) in info_concatenate_references() 366 for (i = 0; ref2[i]; i++); in info_concatenate_references() 376 for (i = 0; ref2[i]; i++) in info_concatenate_references() 377 result[j++] = ref2[i]; in info_concatenate_references() 381 free (ref2); in info_concatenate_references()
|
H A D | info-utils.h | 87 REFERENCE **info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2);
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | element_access.cc | 51 ref ref2 = str02[1]; in test01() local 52 VERIFY( ref2 == '1' ); in test01()
|
/openbsd/sys/dev/acpi/ |
H A D | acpidebug.c | 155 if (value->v_field.ref2) in db_aml_showvalue() 158 aml_nodename(value->v_field.ref2->node)); in db_aml_showvalue()
|
H A D | dsdt.c | 826 val->v_field.ref1, val->v_field.ref2, in aml_showvalue() 830 if (val->v_field.ref2) in aml_showvalue() 1050 aml_delref(&val->v_field.ref2, ""); in aml_freevalue() 2706 struct aml_value tmp, *ref1, *ref2; in aml_rwindexfield() local 2712 ref2 = fld->v_field.ref2; in aml_rwindexfield() 2761 aml_rwfield(ref2, 0, aml_intlen, &tmp, ACPI_IOWRITE); in aml_rwindexfield() 2781 struct aml_value tmp, *ref1, *ref2; in aml_rwfield() local 2783 ref2 = fld->v_field.ref2; in aml_rwfield() 2801 aml_rwgpio(ref2, bpos, blen, val, mode, in aml_rwfield() 2805 aml_rwgsb(ref2, fld->v_field.ref3, in aml_rwfield() [all …]
|
H A D | amltypes.h | 289 struct aml_value *ref2; member
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | state.t | 314 my $ref2 = reference; 315 is $ref1, $ref2, "Reference to state variable";
|
H A D | ref.t | 928 my $ref2 = bless ["ok $test1\n"]; # lexical destruction
|
/openbsd/usr.sbin/smtpd/ |
H A D | scheduler_ramqueue.c | 1177 time_t ref1, ref2; in rq_envelope_cmp() local 1180 ref2 = (e2->sched < e2->expire) ? e2->sched : e2->expire; in rq_envelope_cmp() 1181 if (ref1 != ref2) in rq_envelope_cmp() 1182 return (ref1 < ref2) ? -1 : 1; in rq_envelope_cmp()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Context.t | 163 my $ref2 = $hub->add_context_release(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'… 191 $hub->remove_context_release($ref2);
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | LRS | 152 l(<ref1>,<ref2>)
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 645 HANDLE_DW_FORM(0x12, ref2, 2, DWARF)
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | overload.t | 3066 my $r2 = [ "ref2" ];
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlref.pod | 435 if ($ref1 == $ref2) { # cheap numeric compare of references
|
H A D | perl5260delta.pod | 521 Assigning one reference to another, I<e.g.> C<$ref1 = $ref2> has been
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 1651 * g++.dg/init/ref2.C: New test.
|