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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-symbol-2.c18 static int rr = 99; /* line of other rr */ variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-symbol-2.c18 static int __attribute__ ((used)) rr = 99; /* line of other rr */ variable
/netbsd-current/lib/libm/complex/
H A Dclog.c40 double p, rr; local
42 rr = cabs(z);
43 p = log(rr);
44 rr = atan2(cimag(z), creal(z));
45 w = p + rr * I;
H A Dclogf.c40 float p, rr; local
42 rr = cabsf(z);
43 p = logf(rr);
44 rr = atan2f(cimagf(z), crealf(z));
45 w = p + rr * I;
H A Dclogl.c40 long double p, rr; local
42 rr = cabsl(z);
43 p = logl(rr);
44 rr = atan2l(cimagl(z), creall(z));
45 w = p + rr * I;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
H A Dans.pl86 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
87 push @ans, $rr;
94 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
95 push @ans, $rr;
103 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\"");
104 push @ans, $rr;
122 my $rr = new Net::DNS::RR($A);
123 push @ans, $rr;
125 my $rr = new Net::DNS::RR($SOA);
126 push @auth, $rr;
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans3/
H A Dans.pl55 my $rr = new Net::DNS::RR("$qname $ttl $qclass SOA . . 0 0 0 0 0");
56 push @ans, $rr;
58 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
59 push @ans, $rr;
60 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
61 push @add, $rr;
65 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.$synth2");
66 push @ans, $rr;
67 $rr = new Net::DNS::RR("name.$synth2 $ttl $qclass CNAME name");
68 push @ans, $rr;
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h23 #define rr 2 macro
227 {28,5,rr,A,A,0}, /* cvtw.b */
228 {28,6,rr,A,A,0}, /* cvtw.h */
229 {29,7,rr,A,A,0}, /* cvtb.w */
230 {30,7,rr,A,A,0}, /* cvth.w */
231 {28,5,rr,S,S,0}, /* cvtw.b */
232 {28,6,rr,S,S,0}, /* cvtw.h */
233 {29,7,rr,S,S,0}, /* cvtb.w */
234 {30,7,rr,S,S,0}, /* cvth.w */
235 {28,3,rr,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h23 #define rr 2 macro
227 {28,5,rr,A,A,0}, /* cvtw.b */
228 {28,6,rr,A,A,0}, /* cvtw.h */
229 {29,7,rr,A,A,0}, /* cvtb.w */
230 {30,7,rr,A,A,0}, /* cvth.w */
231 {28,5,rr,S,S,0}, /* cvtw.b */
232 {28,6,rr,S,S,0}, /* cvtw.h */
233 {29,7,rr,S,S,0}, /* cvtb.w */
234 {30,7,rr,S,S,0}, /* cvth.w */
235 {28,3,rr,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dconvex.h23 #define rr 2 macro
227 {28,5,rr,A,A,0}, /* cvtw.b */
228 {28,6,rr,A,A,0}, /* cvtw.h */
229 {29,7,rr,A,A,0}, /* cvtb.w */
230 {30,7,rr,A,A,0}, /* cvth.w */
231 {28,5,rr,S,S,0}, /* cvtw.b */
232 {28,6,rr,S,S,0}, /* cvtw.h */
233 {29,7,rr,S,S,0}, /* cvtb.w */
234 {30,7,rr,S,S,0}, /* cvth.w */
235 {28,3,rr,
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dconvex.h23 #define rr 2 macro
227 {28,5,rr,A,A,0}, /* cvtw.b */
228 {28,6,rr,A,A,0}, /* cvtw.h */
229 {29,7,rr,A,A,0}, /* cvtb.w */
230 {30,7,rr,A,A,0}, /* cvth.w */
231 {28,5,rr,S,S,0}, /* cvtw.b */
232 {28,6,rr,S,S,0}, /* cvtw.h */
233 {29,7,rr,S,S,0}, /* cvtb.w */
234 {30,7,rr,S,S,0}, /* cvth.w */
235 {28,3,rr,
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_strrecord.c52 char *dns_strrecord(VSTRING *buf, DNS_RR *rr) argument
59 rr->rname, rr->ttl, dns_strtype(rr->type));
60 switch (rr->type) {
65 if (dns_rr_to_pa(rr, &host) == 0)
67 myname, dns_strtype(rr->type));
77 vstring_sprintf_append(buf, "%s.", rr->data);
80 vstring_sprintf_append(buf, "%s", rr->data);
83 vstring_sprintf_append(buf, "%u %s.", rr
[all...]
H A Ddns_rr.c163 DNS_RR *rr; local
168 rr = (DNS_RR *) mymalloc(sizeof(*rr));
169 rr->qname = mystrdup(qname);
170 rr->rname = mystrdup(rname);
171 rr->type = type;
172 rr->class = class;
173 rr->ttl = ttl;
174 rr->dnssec_valid = 0;
175 rr
191 dns_rr_free(DNS_RR *rr) argument
225 dns_rr_append(DNS_RR *list, DNS_RR *rr) argument
303 DNS_RR *rr; local
354 DNS_RR *rr; local
477 DNS_RR *rr; local
[all...]
H A Ddns_rr_filter.c97 static DNS_RR *dns_rr_action(const char *cmd, DNS_RR *rr, const char *rr_text) argument
115 return (rr);
124 DNS_RR *rr; local
134 for (rrp = rrlist; (rr = *rrp) != 0; /* see below */ ) {
135 map_res = maps_find(dns_rr_filter_maps, dns_strrecord(buf, rr),
138 if ((act_res = dns_rr_action(map_res, rr, STR(buf))) == 0) {
139 *rrp = rr->next; /* do not advance in the list */
140 rr->next = 0;
141 dns_rr_free(rr);
149 rrp = &(rr
[all...]
H A Ddns_rr_to_pa.c11 /* const char *dns_rr_to_pa(rr, hostaddr)
12 /* DNS_RR *rr;
19 /* .IP rr
55 const char *dns_rr_to_pa(DNS_RR *rr, MAI_HOSTADDR_STR *hostaddr) argument
57 if (rr->type == T_A) {
58 return (inet_ntop(AF_INET, rr->data, hostaddr->buf,
61 } else if (rr->type == T_AAAA) {
62 return (inet_ntop(AF_INET6, rr->data, hostaddr->buf,
87 DNS_RR *rr; local
102 if (dns_lookup(argv[1], type, 0, &rr, (VSTRIN
[all...]
H A Dtest_dns_lookup.c54 static void print_rr(VSTRING *buf, DNS_RR *rr) argument
56 while (rr) {
57 vstream_printf("ad: %u, rr: %s\n",
58 rr->dnssec_valid, dns_strrecord(buf, rr));
59 rr = rr->next;
77 DNS_RR *rr; local
117 switch (dns_lookup_rv(name, RES_USE_DNSSEC, &rr, fqdn, why,
122 if (rr) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dregval.s4 mov rr[r0] = r0
5 mov rr[r1] = r0
10 mov rr[r0] = r0
11 mov rr[r1] = r0
17 mov rr[r0] = r0
18 mov rr[r1] = r0
24 mov rr[r0] = r0
25 mov rr[r1] = r0
31 mov rr[r0] = r0
32 mov rr[r
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c106 dns_free_rr(struct rk_resource_record *rr) argument
108 if(rr->domain)
109 free(rr->domain);
110 if(rr->u.data)
111 free(rr->u.data);
112 free(rr);
118 struct rk_resource_record *rr; local
121 for(rr = r->head; rr;){
122 struct rk_resource_record *tmp = rr;
135 struct rk_resource_record *rr; local
418 struct rk_resource_record **rr; local
632 struct rk_resource_record *rr; local
732 struct rk_resource_record * rr; local
[all...]
H A Dresolve-test.c56 {"srv-rr-order", 0,
85 struct rk_resource_record *rr; local
141 for (i = 0, rr = reply.head; i < NUMRRS; i++) {
142 if (rr == NULL)
145 (unsigned long)run, (unsigned long)rr->u.srv->priority,
146 (unsigned long)rr->u.srv->weight);
147 rr = rr->next;
158 for (i = 0, rr = reply.head; i < NUMRRS; i++) {
159 if (rr
182 struct rk_resource_record *rr; local
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/perl/testing/
H A Ddlz_perl_example.pm128 foreach my $rr ( @{ $self->{zones}->{$zone}->{$name} } ) {
129 if ( $rr->{'code'} ) {
130 my @r = $rr->{'code'}->( $client_info );
135 push @results, [$rr->{'type'}, $rr->{'ttl'}, $rr->{'data'}];
166 foreach my $rr ( @{ $self->{zones}->{$zone}->{$name} } ) {
167 if ( $rr->{'code'} ) {
168 my @r = $rr->{'code'}->();
178 [$name, $rr
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_ess.c26 CMS_ReceiptRequest *rr = NULL; local
36 rr = ASN1_item_unpack(str, ASN1_ITEM_rptr(CMS_ReceiptRequest));
37 if (!rr)
40 *prr = rr;
42 CMS_ReceiptRequest_free(rr);
52 CMS_ReceiptRequest *rr = NULL; local
54 rr = CMS_ReceiptRequest_new();
55 if (rr == NULL)
58 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
60 if (!ASN1_STRING_set(rr
88 CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) argument
113 CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid, int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, STACK_OF(GENERAL_NAMES) **prto) argument
174 CMS_ReceiptRequest *rr = NULL; local
304 CMS_ReceiptRequest *rr = NULL; local
[all...]
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNS.c183 #define UniqueLocalOnlyRecord(rr) ((rr)->ARType == AuthRecordLocalOnly && \
184 (rr)->resrec.RecordType & kDNSRecordTypeUniqueMask && \
185 ((rr)->resrec.rrtype == kDNSType_A || (rr)->resrec.rrtype == kDNSType_AAAA || \
186 (rr)->resrec.rrtype == kDNSType_CNAME || \
187 (rr)->resrec.rrtype == kDNSType_PTR))
302 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const ResourceRecord *const rr) argument
304 return(AuthGroupForName(r, rr->namehash, rr
307 GetAuthGroup(AuthHash *r, const ResourceRecord *const rr) argument
338 InsertAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr) argument
353 RemoveAuthRecord(mDNS *const m, AuthHash *r, AuthRecord *rr) argument
388 CacheGroupForRecord(const mDNS *const m, const ResourceRecord *const rr) argument
479 AnswerQuestionByFollowingCNAME(mDNS *const m, DNSQuestion *q, ResourceRecord *rr) argument
645 AnswerLocalQuestionWithLocalAuthRecord(mDNS *const m, AuthRecord *rr, QC_result AddRecord) argument
696 AnswerInterfaceAnyQuestionsWithLocalAuthRecord(mDNS *const m, AuthRecord *rr, QC_result AddRecord) argument
729 AnswerAllLocalQuestionsWithLocalAuthRecord(mDNS *const m, AuthRecord *rr, QC_result AddRecord) argument
880 ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const rr) argument
897 SetNextAnnounceProbeTime(mDNS *const m, const AuthRecord *const rr) argument
922 InitializeLastAPTime(mDNS *const m, AuthRecord *const rr) argument
1005 SetUnicastTargetToHostName(mDNS *const m, AuthRecord *rr) argument
1034 SetTargetToHostName(mDNS *const m, AuthRecord *const rr) argument
1075 AcknowledgeRecord(mDNS *const m, AuthRecord *const rr) argument
1088 ActivateUnicastRegistration(mDNS *const m, AuthRecord *const rr) argument
1170 CheckAuthIdenticalRecord(AuthHash *r, AuthRecord *rr) argument
1195 CheckAuthRecordConflict(AuthHash *r, AuthRecord *rr) argument
1216 CheckAuthSameRecord(AuthHash *r, AuthRecord *rr) argument
1237 DecrementAutoTargetServices(mDNS *const m, AuthRecord *const rr) argument
1268 IncrementAutoTargetServices(mDNS *const m, AuthRecord *const rr) argument
1314 getKeepaliveRaddr(mDNS *const m, AuthRecord *rr, mDNSAddr *raddr) argument
1337 mDNS_Register_internal(mDNS *const m, AuthRecord *const rr) argument
1652 RecordProbeFailure(mDNS *const m, const AuthRecord *const rr) argument
1671 CompleteRDataUpdate(mDNS *const m, AuthRecord *const rr) argument
1684 mDNS_Deregister_internal(mDNS *const m, AuthRecord *const rr, mDNS_Dereg_type drt) argument
1954 AddRecordToResponseList(AuthRecord ***nrpp, AuthRecord *rr, AuthRecord *add) argument
1969 AddRRSetAdditionalsToResponseList(mDNS *const m, AuthRecord ***nrpp, AuthRecord *rr, AuthRecord *additional, const mDNSInterfaceID InterfaceID) argument
1992 AuthRecord *rr, *rr2; local
2039 ResourceRecord *rr = info->nsec3RR; local
2047 AuthRecord *rr; local
2173 CompleteDeregistration(mDNS *const m, AuthRecord *rr) argument
2198 AuthRecord *rr = m->CurrentRecord; local
2275 SendARP(mDNS *const m, const mDNSu8 op, const AuthRecord *const rr, const mDNSv4Addr *const spa, const mDNSEthAddr *const tha, const mDNSv4Addr *const tpa, const mDNSEthAddr *const dst) argument
2340 SendNDP(mDNS *const m, const mDNSu8 op, const mDNSu8 flags, const AuthRecord *const rr, const mDNSv6Addr *const spa, const mDNSEthAddr *const tha, const mDNSv6Addr *const tpa, const mDNSEthAddr *const dst) argument
2452 GrantUpdateCredit(AuthRecord *rr) argument
2458 ShouldSendGoodbyesBeforeSleep(mDNS *const m, const NetworkInterfaceInfo *intf, AuthRecord *rr) argument
2523 AuthRecord *rr, *r2; local
3088 SetNextCacheCheckTimeForRecord(mDNS *const m, CacheRecord *const rr) argument
3114 mDNS_Reconfirm_internal(mDNS *const m, CacheRecord *const rr, mDNSu32 interval) argument
3158 CacheRecord *rr; local
3433 const CacheRecord *rr; local
4107 AnswerCurrentQuestionWithResourceRecord(mDNS *const m, CacheRecord *const rr, const QC_result AddRecord) argument
4308 CacheRecordDeferredAdd(mDNS *const m, CacheRecord *rr) argument
4332 const CacheRecord *rr; local
4395 CacheRecordAdd(mDNS *const m, CacheRecord *rr) argument
4474 NoCacheAnswer(mDNS *const m, CacheRecord *rr) argument
4502 CacheRecordRmv(mDNS *const m, CacheRecord *rr) argument
4591 CacheRecord *rr = *rp; local
4674 CacheRecord *const rr = *rp; local
4759 AuthRecord *rr = m->CurrentRecord; local
4931 CacheRecord *rr; local
5030 AuthRecord *rr = m->CurrentRecord; local
5047 AuthRecord *rr = m->CurrentRecord; local
5117 CacheRecord *rr = *rp; local
5168 GetCacheGroup(mDNS *const m, const mDNSu32 slot, const ResourceRecord *const rr) argument
5196 mDNS_PurgeCacheResourceRecord(mDNS *const m, CacheRecord *rr) argument
5240 AuthRecord *rr = m->CurrentRecord; local
5270 AuthRecord *rr = m->CurrentRecord; local
5481 AuthRecord *rr = m->NewLocalRecords; local
5537 AuthRecord *rr = ag->NewLocalOnlyRecords; local
5646 AuthRecord *rr; local
5860 mDNSCoreRestartRegistration(mDNS *const m, AuthRecord *rr, int announceCount) argument
5967 mDNSUpdateOkToSend(mDNS *const m, AuthRecord *rr, NetworkInterfaceInfo *const intf, mDNSu32 scopeid) argument
6006 AuthRecord *rr = m->CurrentRecord; local
6031 UpdateKeepaliveRData(mDNS *const m, AuthRecord *rr, NetworkInterfaceInfo *const intf, mDNSBool updateMac, char *ethAddr) argument
6128 AuthRecord *rr; local
6276 RecordIsFirstOccurrenceOfOwner(mDNS *const m, const AuthRecord *const rr) argument
6284 mDNSCoreStoreProxyRR(mDNS *const m, const mDNSInterfaceID InterfaceID, AuthRecord *const rr) argument
6405 AuthRecord *rr; local
6491 AuthRecord *rr; local
6504 AuthRecord *rr; local
6537 AuthRecord *rr; local
6613 AuthRecord *const rr = m->CurrentRecord; local
6812 AuthRecord *rr; local
6987 AuthRecord *rr; local
7152 AuthRecord *rr; local
7277 const AuthRecord *rr; local
7381 CacheRecord *rr; local
7397 DeregisterProxyRecord(mDNS *const m, AuthRecord *const rr) argument
7415 AuthRecord *const rr = m->CurrentRecord; local
7441 AuthRecord *const rr = m->CurrentRecord; local
7464 AuthRecord *const rr = m->CurrentRecord; local
7515 AuthRecord *rr; local
8069 ExpectingUnicastResponseForRecord(mDNS *const m, const mDNSAddr *const srcaddr, const mDNSBool SrcLocal, const mDNSIPPort port, const mDNSOpaque16 id, const CacheRecord *const rr, mDNSBool tcp) argument
8118 GetRDLengthMem(const ResourceRecord *const rr) argument
8131 CacheRecord *rr = mDNSNULL; local
8209 RefreshCacheRecord(mDNS *const m, CacheRecord *rr, mDNSu32 ttl) argument
8219 CacheRecord *rr; local
8269 ResourceRecord *rr = &newcr->resrec; local
8432 CacheRecord *rr, *neg = mDNSNULL; local
8670 mDNSCoreRegisteredProxyRecord(mDNS *const m, AuthRecord *rr) argument
8690 CacheRecord *rr; local
8852 CacheRecord *rr; local
9003 CacheRecord *rr; local
9243 const CacheRecord *const rr = &m->rec.r; local
9261 AuthRecord *rr = m->CurrentRecord; local
9400 CacheRecord *rr = mDNSNULL; local
9706 AuthRecord *const rr = m->CurrentRecord; local
9949 mDNSValidKeepAliveRecord(AuthRecord *rr) argument
10402 AuthRecord *const rr = m->CurrentRecord; local
11279 AuthRecord *rr; local
11363 CacheRecord *rr; local
11422 AuthRecord *rr; local
12100 CacheRecord *rr; local
12339 const CacheRecord *rr; local
12364 mDNS_ReconfirmByValue(mDNS *const m, ResourceRecord *const rr) argument
12475 mDNS_Register(mDNS *const m, AuthRecord *const rr) argument
12484 mDNS_Update(mDNS *const m, AuthRecord *const rr, mDNSu32 newttl, const mDNSu16 newrdlength, RData *const newrdata, mDNSRecordUpdateCallback *Callback) argument
12552 mDNS_Deregister(mDNS *const m, AuthRecord *const rr) argument
12715 UpdateTargetHostName(mDNS *const m, AuthRecord *const rr) argument
12734 AuthRecord *rr; local
12757 mDNS_HostNameCallback(mDNS *const m, AuthRecord *const rr, mStatus result) argument
12820 AuthRecord *rr; local
12900 AuthRecord *rr; local
13133 CacheRecord *rr; local
13205 CacheRecord *rr; local
13262 ServiceCallback(mDNS *const m, AuthRecord *const rr, mStatus result) argument
13322 NSSCallback(mDNS *const m, AuthRecord *const rr, mStatus result) argument
13517 ResourceRecord *rr; local
13707 mDNS_RegisterNoSuchService(mDNS *const m, AuthRecord *const rr, const domainlabel *const name, const domainname *const type, const domainname *const domain, const domainname *const host, const mDNSInterfaceID InterfaceID, mDNSRecordCallback Callback, void *Context, mDNSu32 flags) argument
13726 mDNS_AdvertiseDomains(mDNS *const m, AuthRecord *rr, mDNS_DomainType DomainType, const mDNSInterfaceID InterfaceID, char *domname) argument
13779 RestartARPProbing(mDNS *const m, AuthRecord *const rr) argument
13815 AuthRecord *rr; local
13926 AuthRecord *rr; local
14160 AuthRecord *rr, *r2; local
14589 DynDNSHostNameCallback(mDNS *const m, AuthRecord *const rr, mStatus result) argument
15126 AuthRecord *rr = m->CurrentRecord; local
15146 AuthRecord *rr; local
15247 AuthRecord *rr; local
[all...]
/netbsd-current/sys/arch/mvmeppc/stand/libsa/
H A Dclock.c57 struct bug_rtc_rd rr; local
59 bugsys_rtc_rd(&rr);
61 return (chiptotime(rr.rr_second, rr.rr_minute, rr.rr_hour,
62 rr.rr_dayofmonth, rr.rr_month, rr.rr_year));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Drotate.s35 rr a
36 rr b
37 rr c
38 rr d
39 rr e
40 rr h
41 rr l
42 rr (hl)
43 rr (ix+5)
44 rr (i
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl74 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
75 push @ans, $rr;
88 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
89 push @ans, $rr;
101 my $rr = new Net::DNS::RR("$qname 86400 $qclass NS ns1.1.example.org");
102 push @auth, $rr;
105 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
106 push @ans, $rr;
113 my $rr = new Net::DNS::RR("$1.example.org 86400 $qclass NS ns1.$next.example.org");
114 push @auth, $rr;
[all...]

Completed in 231 milliseconds

1234567891011>>