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

123456

/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h460 struct Rex_s* ref; member in struct:Rep_catch_s
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c467 dev->ref++;
477 dev->ref--;
479 if (dev->ref != 0)
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c52 static void parse_and_display_reference( LDAP *ld, LDAPMessage *ref );
1184 parse_and_display_reference( LDAP *ld, LDAPMessage *ref )
1189 if ( ldap_parse_reference( ld, ref, &refs, NULL, 0 ) != LDAP_SUCCESS ) {
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile785 config.charset ref-add.sin ref-del.sin malloc.c malloc.c \
824 CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
825 ref-del.sed
1406 all-local: charset.alias ref-add.sed ref-del.sed
1425 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1430 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1439 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile785 config.charset ref-add.sin ref-del.sin malloc.c malloc.c \
824 CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
825 ref-del.sed
1406 all-local: charset.alias ref-add.sed ref-del.sed
1425 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1430 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1439 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs942 * We also need to bless objects ASAP for hooks (which may compute "ref $x"
973 SV *ref; \
977 ref = newRV_noinc(s); \
978 (void) sv_bless(ref, stash); \
979 SvRV(ref) = 0; \
980 SvREFCNT_dec(ref); \
1845 TRACEME(("ref (0x%"UVxf") is overloaded", PTR2UV(sv)));
2669 TRACEME(("store_tied_item: storing a ref to a tied hash item"));
2683 TRACEME(("store_tied_item: storing a ref to a tied array item "));
2735 * When storing a blessed ref t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1150 ref(cUNOPo->op_first, o->op_type);
1163 ref(cUNOPo->op_first, o->op_type);
1231 ref(cBINOPo->op_first, o->op_type);
1368 ref(kid, type);
1395 ref(kid, type);
1400 ref(cUNOPo->op_first, o->op_type);
1422 ref(cUNOPo->op_first, o->op_type);
1434 ref(cBINOPo->op_first, type);
1438 ref(cBINOPo->op_first, o->op_type);
1453 ref(cLISTOP
[all...]
H A Dpp_hot.c3139 SV* ref = newSViv(PTR2IV(stash)); local
3140 hv_store(PL_stashcache, packname, packlen, ref, 0);
H A Dembed.h853 #define ref Perl_ref macro
3379 #define ref(a,b) Perl_ref(aTHX_ a,b) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables137 if (%Args or ($Type ne 'Is' and $Type ne 'In') or not ref $Table) {
346 shift(@_) if not ref $_[0]; ## if called as a constructor, lose the class
353 if (ref $Arg) {
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c160 if (fnp->ref == 0) /* Entry not in use. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t197 is( DB->lines->[0], 'foo', 'DB::lines() should return ref to @DB::dbline' );
514 if (ref $self) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t453 if (ref $total) {
483 my $text = ref $total ? &$total($len) : $total;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc384 $z = $x + $y; ok ($z,12); ok (ref($z),$mbf);
385 $z = $x / $y; ok ($z,5); ok (ref($z),$mbf);
386 $z = $u * $y; ok ($z,5); ok (ref($z),$mbf);
408 # $z = $y * $u; ok ($z,5); ok (ref($z),$mbi);
409 # $z = $y + $x; ok ($z,12); ok (ref($z),$mbi);
410 # $z = $y / $x; ok ($z,0); ok (ref($z),$mbi);
817 is_valid($rc,$f) if ref $rc;
870 $e = 'Not a reference' if !ref($x);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h603 * A referral can have many ref values. Each ref is a URL
605 * If a referral contains more than one ref then any
606 * ref can be used to continue the LDAP operation.
613 struct ns_ref_info *ref; member in struct:ns_referral
H A Dns_writes.c1026 /* Find a referral ref that works */
1028 ref_info = referral_list->ref;
H A Dns_reads.c2307 /* Find a referral ref that works */
2308 for (ref_info = cookie->referral_pos->ref; ref_info != NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t491 my @export_names = map {(ref $_) ? $_->{name} : $_} @items;
809 if (ref $expect_bytes) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap188 int ldap_parse_reference(LDAP *ld, LDAPMessage *ref,
/osnet-11/usr/src/head/
H A Dldap.h642 LDAPMessage *ref);
644 int LDAP_CALL ldap_parse_reference(LDAP *ld, LDAPMessage *ref,
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h285 void *ref; /* reference ptr for the union */ member in union:_DIGEST_CONTEXT::__anon2825
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2958 * @ref in the $O index root of the mft record @m (which must be the mft record
2964 const leMFT_REF ref)
2988 oi->mft_reference = ref;
2963 index_obj_id_insert(MFT_RECORD *m, const GUID *guid, const leMFT_REF ref) argument
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5918 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5925 \def\ref#1{\xrefX[#1,,,,,,,]}
5984 % If the user specified the print name (third arg) to the ref,
6015 % Only output a following space if the -snt ref is nonempty; for
6632 % which is true if #1 represents a float ref. That is, the magic
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex4079 \definedummyword\ref
6914 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
6921 \def\ref#1{\xrefX[#1,,,,,,,]}
6984 % If the user specified the print name (third arg) to the ref,
7015 % Only output a following space if the -snt ref is nonempty; for
7647 % which is true if #1 represents a float ref. That is, the magic

Completed in 2724 milliseconds

123456