Searched refs:refs (Results 1 - 25 of 177) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Drefcount.h105 isc_int32_t refs; member in struct:isc_refcount
108 #define isc_refcount_destroy(rp) REQUIRE((rp)->refs == 0)
109 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
115 prev = isc_atomic_xadd(&(rp)->refs, 1); \
124 prev = isc_atomic_xadd(&(rp)->refs, 1); \
134 prev = isc_atomic_xadd(&(rp)->refs, -1); \
143 int refs;
150 REQUIRE((rp)->refs == 0); \
154 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
161 ++((rp)->refs); \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Drefcount.h105 isc_int32_t refs; member in struct:isc_refcount
108 #define isc_refcount_destroy(rp) (REQUIRE((rp)->refs == 0))
109 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
115 prev = isc_atomic_xadd(&(rp)->refs, 1); \
124 prev = isc_atomic_xadd(&(rp)->refs, 1); \
134 prev = isc_atomic_xadd(&(rp)->refs, -1); \
143 int refs;
150 REQUIRE((rp)->refs == 0); \
154 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
161 ++((rp)->refs); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc52 gnu_collate_byname(const char* c, size_t refs = 0)
53 : std::collate_byname<char>(c, refs) { }
60 gnu_ctype_byname(const char* c, size_t refs = 0)
61 : std::ctype_byname<char>(c, refs) { }
68 gnu_moneypunct_byname_true(const char* c, size_t refs = 0)
69 : std::moneypunct_byname<char, true>(c, refs) { }
76 gnu_moneypunct_byname_false(const char* c, size_t refs = 0)
77 : std::moneypunct_byname<char, false>(c, refs) { }
85 gnu_money_get_in(size_t refs = 0)
86 : std::money_get<char, input_iterator>(refs) { }
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc53 gnu_collate_byname(const char* c, size_t refs = 0)
54 : std::collate_byname<char>(c, refs) { }
61 gnu_ctype_byname(const char* c, size_t refs = 0)
62 : std::ctype_byname<char>(c, refs) { }
69 gnu_moneypunct_byname_true(const char* c, size_t refs = 0)
70 : std::moneypunct_byname<char, true>(c, refs) { }
77 gnu_moneypunct_byname_false(const char* c, size_t refs = 0)
78 : std::moneypunct_byname<char, false>(c, refs) { }
86 gnu_money_get_in(size_t refs = 0)
87 : std::money_get<char, input_iterator>(refs) { }
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPResult.cpp23 char **refs=0; local
28 &matchedDN, &errMsg,&refs,&srvctrls,0);
30 ber_memvfree((void**) refs);
34 if (refs){
35 m_referrals=LDAPUrlList(refs);
36 ber_memvfree((void**) refs);
H A DLDAPAddRequest.h26 virtual LDAPRequest* followReferral(LDAPMsg* refs);
H A DLDAPDeleteRequest.h23 virtual LDAPRequest* followReferral(LDAPMsg* refs);
H A DLDAPModifyRequest.h28 virtual LDAPRequest* followReferral(LDAPMsg* refs);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Drefcount.c33 ref->refs = n;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Drefcount.c33 ref->refs = n;
/netbsd-6-1-5-RELEASE/share/doc/papers/pulldown/
H A DMakefile6 DPSRCS= ${SRCS} refs.r Makefile
10 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
16 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
22 ${TOOL_REFER} -P -S -e -p ${.CURDIR}/refs.r | \
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfootnotes.c72 REFERENCE **refs; local
74 refs = info_xrefs_of_node (node);
76 if (refs)
87 for (i = 0; refs[i]; i++)
88 if ((refs[i]->nodename != (char *)NULL) &&
91 (strcmp (refs[i]->nodename, refname) == 0 ||
92 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 &&
93 refs[i]->nodename[reflen - 1] == '-' &&
94 isdigit (refs[i]->nodename[reflen]))))
111 info_free_references (refs);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Drbt.h903 #define dns_rbtnode_refincrement0(node, refs) \
905 isc_refcount_increment0(&(node)->references, (refs)); \
907 #define dns_rbtnode_refincrement(node, refs) \
909 isc_refcount_increment(&(node)->references, (refs)); \
911 #define dns_rbtnode_refdecrement(node, refs) \
913 isc_refcount_decrement(&(node)->references, (refs)); \
919 #define dns_rbtnode_refincrement0(node, refs) \
921 unsigned int *_tmp = (unsigned int *)(refs); \
926 #define dns_rbtnode_refincrement(node, refs) \
930 if ((refs) !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dreferral.c202 BerVarray refs; local
217 refs = ch_malloc( ( i + 1 ) * sizeof( struct berval ) );
219 for ( iv = in, jv = refs; !BER_BVISNULL( iv ); iv++ ) {
254 if ( jv == refs ) {
255 ch_free( refs );
256 refs = NULL;
262 return refs;
271 BerVarray refs; local
287 refs = ch_malloc( (i + 1) * sizeof(struct berval));
289 for( iv=attr->a_vals, jv=refs; i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapwhoami.c115 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
175 &code, &matcheddn, &text, &refs, &ctrls, 0 );
182 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
205 matcheddn || text || refs || ctrls )
217 if( refs ) {
219 for( i=0; refs[i]; i++ ) {
220 printf(_("Referral: %s\n"), refs[i] );
232 ber_memvfree( (void **) refs );
H A Dldapcompare.c284 char **refs; local
318 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
327 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) )
340 if( refs ) {
342 for( i=0; refs[i]; i++ ) {
343 printf(_("Referral: %s\n"), refs[i] );
366 ber_memvfree( (void **) refs );
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Dcomplex-relocs.exp32 gas_test relocs-refs.s {-mconfig=default -o relocs-refs.o} {} {assembling relocs-refs}
33 ld_test {relocs-junk1.o relocs-syms.o relocs-junk2.o relocs-refs.o} {--defsym __stack=0x1ffff0 --defsym __sbss_end=0x1000 -e 1233 -EL} {relocs.x} {linking relocs.x}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A Dcache_1.cc31 numpunct_checked(std::size_t refs = 0): base(refs) { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/numpunct/members/char/
H A Dcache_1.cc32 numpunct_checked(std::size_t refs = 0): base(refs) { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.c209 struct mem_ref *refs; /* References in the group. */ member in struct:mem_ref_group
287 group->refs = NULL;
304 for (aref = &group->refs; *aref; aref = &(*aref)->next)
350 for (ref = groups->refs; ref; ref = next_r)
471 gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs, argument
490 agrp = find_or_create_group (refs, base, step);
508 struct mem_ref_group *refs = NULL; local
539 *no_other_refs &= gather_memory_references_ref (loop, &refs,
545 *no_other_refs &= gather_memory_references_ref (loop, &refs,
553 return refs;
769 prune_ref_by_reuse(struct mem_ref *ref, struct mem_ref *refs) argument
1156 determine_unroll_factor(struct loop *loop, struct mem_ref_group *refs, unsigned ninsns, struct tree_niter_desc *desc, HOST_WIDE_INT est_niter) argument
1207 volume_of_references(struct mem_ref_group *refs) argument
1362 determine_loop_nest_reuse(struct loop *loop, struct mem_ref_group *refs, bool no_other_refs) argument
1600 struct mem_ref_group *refs; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.c269 char **refs = NULL; local
271 ldap_get_option( ld, LDAP_OPT_REFERRAL_URLS, (void *)&refs );
273 if ( refs ) {
277 for ( i = 0; refs[ i ] != NULL; i++ ) {
278 fprintf( stderr, "\t\t%s\n", refs[ i ] );
281 ber_memvfree( (void **)refs );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dreferences.c89 char **refs = NULL; local
103 if ( ber_scanf( &be, "{v" /*}*/, &refs ) == LBER_ERROR ) {
124 *referralsp = refs;
127 LDAP_VFREE( refs );
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/
H A Dxenio_gntdev.h60 struct ioctl_gntdev_grant_ref refs[1]; member in struct:ioctl_gntdev_map_grant_ref
/netbsd-6-1-5-RELEASE/usr.bin/gprof/PSD.doc/
H A DMakefile6 postp.me present.me refs.me
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dlwresd.h43 unsigned int refs; member in struct:ns_lwresd
54 unsigned int refs; member in struct:ns_lwreslistener

Completed in 317 milliseconds

12345678