Searched refs:myref (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c243 ndr_ref_t myref; local
245 bzero(&myref, sizeof (myref));
246 myref.stream = nds;
247 myref.datum = datum;
248 myref.name = "PROCESS";
249 myref.ti = ti;
251 return (ndr_topmost(&myref));
257 ndr_ref_t myref; local
259 bzero(&myref, sizeo
653 ndr_ref_t myref; local
743 ndr_ref_t myref; local
834 ndr_ref_t myref; local
962 ndr_ref_t myref; local
1163 ndr_ref_t myref; local
1727 ndr_ref_t myref; local
1848 ndr_ref_t myref; local
1923 ndr_ref_t myref; local
[all...]
H A Dndr_marshal.c503 ndr_ref_t myref; local
506 bzero(&myref, sizeof (myref));
507 myref.enclosing = encl_ref;
508 myref.stream = encl_ref->stream;
509 myref.packed_alignment = 0;
595 ndr_ref_t myref; local
598 bzero(&myref, sizeof (myref));
599 myref
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dproto.t574 sub myref (\[$@%&*]) { print "# $_[0]\n"; return "$_[0]" } subroutine
576 print "not " unless myref($myvar) =~ /^SCALAR\(/;
578 print "not " unless myref(@myarray) =~ /^ARRAY\(/;
580 print "not " unless myref(%myhash) =~ /^HASH\(/;
582 print "not " unless myref(&mysub) =~ /^CODE\(/;
584 print "not " unless myref(*myglob) =~ /^GLOB\(/;

Completed in 27 milliseconds