Searched refs:deref (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dst-dump.pl160 my $deref = $$rref; # Follow reference to reference
162 &recursive_dump($deref, 1); # $dref is a reference
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c71 int rc, deref, optind; local
104 deref = LDAP_DEREF_NEVER; /* prudent, but probably unnecessary */
105 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
H A Dldapmodrdn.c42 int rc, havedn, deref, optind; local
117 deref = LDAP_DEREF_NEVER; /* this seems prudent */
118 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
H A Dldapsearch.c108 fprintf( stderr, gettext(" -a deref\tone of never, always, search, or find (default: never)\n") );
138 static int includeufn, allow_binary, vals2tmp, ldif, scope, deref; variable
168 deref = LDAP_DEREF_NEVER;
270 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
419 case 'a': /* set alias deref option */
421 deref = LDAP_DEREF_NEVER;
423 deref = LDAP_DEREF_SEARCHING;
425 deref = LDAP_DEREF_FINDING;
427 deref = LDAP_DEREF_ALWAYS;
429 fprintf( stderr, gettext("alias deref shoul
[all...]
H A Dldapmodify.c242 int rc, use_ldif, deref; local
252 deref = LDAP_DEREF_NEVER; /* this seems prudent */
253 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm236 sub deref { subroutine
242 sub pp_rv2cv { deref(shift, $top, "&"); }
243 sub pp_rv2hv { deref(shift, $top, "%"); }
244 sub pp_rv2sv { deref(shift, $top, "\$"); }
245 sub pp_rv2av { deref(shift, $top, "\@"); }
246 sub pp_rv2gv { deref(shift, $top, "*"); }
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dreferral.c324 int ver, scope, deref, sizelimit, timelimit, attrsonly; local
445 if (ber_scanf(&tmpber, "iiiib", &scope, &deref, &sizelimit, &timelimit, &attrsonly) == LBER_DEFAULT){
451 deref, sizelimit, timelimit, attrsonly) == -1) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.t743 package deref; package
747 sub deref { subroutine
750 bless $self, 'deref::dummy'; # Disable overloading of %{}
755 sub hderef {shift->deref('h')}
756 sub aderef {shift->deref('a')}
757 sub cderef {shift->deref('c')}
758 sub gderef {shift->deref('g')}
759 sub sderef {shift->deref('s')}
762 my $deref = bless { h => { foo => 5 , fake => 23 },
767 }, 'deref';
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1776 deref(printarg_t *pap, size_t size) function
1860 if (deref(pap, size) != 0)
1893 if (deref(pap, size) != 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME758 6933844 NULL ptr deref in e1000g_rx_setup() due to inconsistency between recv_list & rx_desc_num
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm460 my $deref = $1;
464 or $deref eq '$#' or $deref eq '$$' )

Completed in 196 milliseconds