Searched refs:ref (Results 76 - 100 of 149) sorted by relevance

123456

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c770 HfsCPrivateLeafRec ref; local
846 (HfsPrivateGenericKey*) &key, NULL, 0, &ref)) {
855 ref.node_number))
857 ret_key = (HfsExtentKey*) (node + ref.record_pos);
858 ret_data = (HfsExtDescriptor*) ( node + ref.record_pos
872 node, ref.node_number)
879 if (ref.record_number < PED_BE16_TO_CPU (node_desc->rec_nb)) {
880 ref.record_number++;
882 ref.node_number = PED_BE32_TO_CPU (node_desc->next);
883 if (!ref
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dbless.t13 ref($object) eq $package
40 # blessing ref to object doesn't modify object
76 # ref is ref to magic
90 # ref is magic
114 # class is a ref
119 # class is an overloaded ref
H A Dattrs.t104 is ref($thunk), "Z";
H A Dlocalref.t93 sub X::DESTROY { $ok = !ref($x); }
H A Dchop.t140 is (ref($_), "ARRAY", "chomp ref (modify)");
145 ok (!ref($_), "chomp ref (no modify)");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t22 ok( ref $compilesub eq 'CODE', "compile() returns a coderef ($compilesub)" );
H A Ddeparse.t89 print "not " if ref($val) ne 'ARRAY' || $val->[0] ne 'hello';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.t27 ok( ref($stat), 'should build a stat object' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.t69 print (($parser && ref ($parser) eq $_) ? "ok $n\n" : "not ok $n\n");
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_pr.c213 cnt + 1, __memp_fns(dbmp, mfp), (u_long)mfp->ref,
236 "%s\nBH hash table (%lu hash slots)\npageno, file, ref, address\n",
251 (void)fprintf(fp, "pageno, file, ref, address\n");
295 (u_long)bhp->ref, (u_long)R_OFFSET(dbmp, bhp));
299 (u_long)bhp->ref, (u_long)R_OFFSET(dbmp, bhp));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dtied_hook.t201 ok 11 + 2*$i, ref $tied[$i] eq $type[$i]; # Tests 11,13,15
214 # And now for the "blessed ref to tied hash" with "store hook" test...
220 ok 22, ref $bx eq 'FOO';
231 return('ref lost');
244 ok 24, ref $bx eq 'TIED_HASH_REF';
H A Dinteger.t129 if (is (ref $copy_s, "SCALAR", "got back a scalar ref?")) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.t203 is(ref ($got), 'HASH', "timethese should return a hashref");
270 is(ref ($results), 'HASH', "timethese should return a hashref");
459 is (ref $chart, 'ARRAY', "output should be an array ref");
462 is (ref $chart->[0], 'ARRAY', "output should be an array of arrays");
490 is (ref $chart, 'ARRAY', "output should be an array ref");
493 is (ref $chart->[0], 'ARRAY', "output should be an array of arrays");
560 'array ref' => 'cmpthese( 42, [ foo => sub { 1 } ] )',
569 'array ref'
[all...]
H A DDumpvalue.t27 is( ref( Dumpvalue::unctrl(*FOO) ), 'GLOB', 'unctrl should not modify GLOB' );
71 is( $out->read, "0..2 1 2 3\n", 'DumpElem worked on array ref');
73 is( $out->read, "'one' => 1, 'two' => 2\n", 'DumpElem worked on hash ref' );
98 like( $out->read, qr/ARRAY.+empty array/s, 'stringified empty array ref' );
100 like( $out->read, qr/HASH.+empty hash/s, 'stringified empty hash ref' );
130 like( $out->read, qr/^-> &CODE/, 'unwrap worked on sub ref' );
260 is( $out->read, "-> 'one'\n", 'dumpValue worked on scalar ref' );
266 is( $out->read, "0 0..0 'two'\n", 'dumpValues worked on array ref' );
276 bless(\( my $ref), $class);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t248 ok (ref($x->copy()->broot($y)), $cr);
252 ok (ref($x->copy()->bmodpow($y,$z)), $cr);
259 ok (ref($x->copy()->bmodinv($y)), $cr);
264 ok (ref($x->copy()->broot(2)), $cr);
269 ok (ref($x->copy()->blog(2)), $cr);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcryptodisk.h67 int ref; member in struct:grub_cryptodisk
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlog.h189 u_int16_t ref; /* Reference count. */ member in struct:__fname
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields.t109 is(ref $x, 'Test::FooBar', 'x is a Test::FooBar');
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh1968 typeset -n dss=dsslist[$i] # ref to current item
2479 typeset -n ref=$1
2480 ref=
2481 ref.ds=
2484 function ref.set { function
2487 [[ -n "$2" ]] && ref="$2"
2535 typeset -n ref=$1
2536 ref=$2
2537 ref.name=$2
2540 ref
2558 function ref.root.get { function
2565 function ref.rpool_ds.get { function
2576 function ref.ROOT_ds.get { function
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs113 SV *iv, *ref;
116 ref = newRV_noinc(iv);
117 sv_bless(ref, Sun_Solaris_Exacct_Catalog_stash);
119 return (ref);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c160 int incparent; /* did we bump parent's ref count? */
819 char *p, *ref, *unfollowed; local
862 for ( ref = p; rc == LDAP_SUCCESS && ref != NULL; ref = p ) {
863 if (( p = strchr( ref, '\n' )) != NULL ) {
871 rc = chase_one_referral( ld, lr, origreq, ref, "v2 referral",
876 ref )) != LDAP_SUCCESS ) {
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c735 release_oid(const gss_OID_desc * const ref, gss_OID *oid) argument
739 if (id == ref)
746 if (id->elements == ref->elements) {
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c113 reflect (grub_uint32_t ref, int len)
291 reflect (grub_uint32_t ref, int len) argument
298 if (ref & 1)
300 ref >>= 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t97 if (ref $j eq 'CODE') {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dweak.t210 # Case 7: test weaken on a read only ref
222 ok(ref($a)) or print "# didn't get a ref from eval\n";

Completed in 2177 milliseconds

123456