Searched refs:ref (Results 26 - 50 of 149) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/
H A Dbigint.t49 my $x = 5; ok (ref($x) =~ /^Math::BigInt/); # :constant
52 # todo: $x = 2 + 3.5; ok (ref($x),'Math::BigFloat');
54 $x = 2 ** 255; ok (ref($x) =~ /^Math::BigInt/);
60 ok (ref(4.5+4.5) =~ /^Math::BigInt/);
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c133 if (F_ISSET(bhp, BH_DIRTY) || bhp->ref != 0) {
157 if (bhp->ref == 0) {
158 ++bhp->ref;
191 if (bharray[next]->ref > 1) {
192 --bharray[next]->ref;
201 --bharray[next]->ref;
218 --bharray[next]->ref;
355 if (bhp->ref != 0 || F_ISSET(bhp, BH_LOCKED)) {
360 ++bhp->ref;
392 if (bharray[next]->ref >
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dreferral.c27 static void addFollowedRef(LDAPRequest *lr, char *ref);
28 static void addToFollowRef(LDAPRequest *lr, char *ref);
29 static int addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref);
35 char *p, *ref; local
54 ref = p;
55 while ((ref = strchr(ref, '\n')) != NULL)
63 for (ref = p; ref != NULL; ref
102 char *p, *ports, *ref, *tmpref, *refdn; local
224 addFollowedRef(LDAPRequest *lr, char *ref) argument
243 addToFollowRef(LDAPRequest *lr, char *ref) argument
262 addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c184 HfsCPrivateExtent* ref)
195 ref->ext_length);
198 if (ref->ext_start != (unsigned) new_start) {
200 switch (ref->where) {
204 ->first[ref->ref_index].start_block =
209 ->first[ref->ref_index].start_block =
213 ( (uint8_t*)priv_data->mdb + ref->ref_offset );
214 extent[ref->ref_index].start_block =
222 ->cache[ref->ref_index].start_block
223 == PED_CPU_TO_BE16(ref
182 hfs_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument
294 HfsCPrivateExtent* ref; local
[all...]
H A Dreloc_plus.c186 HfsCPrivateExtent* ref)
196 ref->ext_length);
200 if (ref->ext_start != (unsigned) new_start) {
201 switch (ref->where) {
205 ->first[ref->ref_index].start_block =
210 ->first[ref->ref_index].start_block =
215 ->first[ref->ref_index].start_block =
220 ->first[ref->ref_index].start_block =
227 ( (uint8_t*)priv_data->vh + ref->ref_offset );
228 extent[ref
184 hfsplus_do_move(PedFileSystem* fs, unsigned int *ptr_src, unsigned int *ptr_dest, HfsCPrivateCache* cache, HfsCPrivateExtent* ref) argument
361 HfsCPrivateExtent* ref; local
[all...]
/osnet-11/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen443 foreach my $ref (@refs) {
445 printf($ref, @indices);
478 foreach my $ref (@refs) {
480 printf($ref, @indices);
535 foreach my $ref (@refs) {
537 printf($ref, @indices);
552 foreach my $ref (@refs) {
554 printf($ref, @indices);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dchomp.t81 is (ref($_), "ARRAY", "chomp ref (no modify)");
87 ok (!ref($_), "chomp ref (modify)");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dlock.t46 ok 3, ref $root eq 'ARRAY';
H A Ddclone.t90 print ref $clone eq ref $empty_string_obj &&
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Disa.t52 ok (ref($x),'Math::BigInt');
57 ok (ref($x),'Math::BigInt');
H A Dsub_mbf.t56 print "# Wrong class: ref(\$ms) was ".ref($ms) if !ok ($class, ref($ms));
H A Dsub_mbi.t58 print "# Wrong class: ref(\$ms) was ".ref($ms) if !ok ($class, ref($ms));
H A Dconst_mbf.t44 ok (ref(2 ** 2),'');
H A Dupgradef.t76 ok (ref($z),$ECL); ok ($z,123);
79 ok (ref($z),$ECL); ok ($z,321);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dnntp28 if(ref($new) && scalar(@$new))
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_inode_relocator.c46 struct ext2_reference *ref; member in struct:ext2_inode_entry
108 if (!ent->ref[i].block)
122 ent->ref[i].block = block;
123 ent->ref[i].offset = offset;
391 bh = ext2_bread(fs, entry->ref[j].block);
397 if (PED_LE32_TO_CPU((*((uint32_t *)(bh->data + entry->ref[j].offset)))) != entry->num)
400 "inode %li ref error! (->%li, [%i]={%i, %i})\n",
404 entry->ref[j].block,
405 (int) entry->ref[j].offset);
416 *((uint32_t *)(bh->data + entry->ref[
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dtime.t87 my $class = ref($self);
94 if (ref($_[0])) {
127 my $class = ref($self);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.t39 is( (grep { ref $_ } @SIG{@normal}), @normal, 'check normal-signals set' );
44 is( (grep { ref $_ } @SIG{@error}), @error, 'check error-signals set' );
49 is( (grep { ref $_ } @SIG{@old}), @old, 'check old-interface-signals set' );
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1413 * INPUT: pointer to the referral list, pointer to ref URLs,
1423 ns_ref_info_t *ref = NULL, *tmp_ref; local
1464 ref = (ns_ref_info_t *)calloc(1, sizeof (ns_ref_info_t));
1465 if (ref == NULL)
1483 free(ref);
1484 ref = NULL;
1500 free(ref);
1501 ref = NULL;
1504 ref->refHost = strdup(ld_defhost);
1505 if (ref
1636 ns_ref_info_t *ref = head; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Duniversal.t79 test my $ref = $a->can("drink"); # returns a coderef
80 test $a->$ref("tea") eq "drinking tea"; # ... which works
81 test $ref = $a->can("sing");
82 eval { $a->$ref() };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/
H A Dclone.t40 print "not " unless ref($b) eq "MD5" && $b->add("b")->hexdigest eq md5_hex("ab");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t18 is( ref(ExtUtils::Packlist::mkfh()), 'GLOB', 'mkfh() should return a FH' );
23 is( ref tied %$pl, 'ExtUtils::Packlist', 'obj should be tied underneath' );
27 is( ref($pl), 'tieclass', 'TIEHASH() should bless into class' );
144 is( ref($pl->{data}{hash}), 'HASH', 'multivalue keys should become hashes');
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h70 uint32_t ref; member in struct:adutils_ad
102 uint32_t ref; /* ref count */ member in struct:adutils_host
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafewrap.t25 is ref $sub1w, 'CODE';
29 is $sub1->(), 2, 'original ref should be unaffected';
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhexpand.c153 Sfio_t *ref=0, /* line referenced by event designator */
216 ref = 0;
246 ref = sfopen(ref, cc, "s"); /* open as file */
316 ref = shgd->hist_ptr->histfp;
319 if(!ref)
369 ref = wm;
374 w[1] = sftell(ref) + hl.hist_char;
445 while((c = sfgetc(ref)) > 0)
476 while((c = sfgetc(ref)) >
[all...]

Completed in 77 milliseconds

123456