Searched refs:answer (Results 101 - 125 of 201) sorted by relevance

123456789

/macosx-10.9.5/libresolv-54/
H A Ddns_util.h256 dns_resource_record_t **answer; member in struct:__anon9592
/macosx-10.9.5/man-16/man/src/
H A Dman.c1169 int answer, c; local
1174 answer = c = getchar();
1177 if(index("QqXx", answer))
1179 if(index("YyJj", answer)) {
H A Dman.c.orig1167 int answer, c;
1172 answer = c = getchar();
1175 if(index("QqXx", answer))
1177 if(index("YyJj", answer)) {
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Daxfr80 foreach $rr ($soa->answer) {
H A Dmresolv116 foreach $rr ($ans->answer) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl294 foreach answer $reply(AN) {
295 array set AN $answer
312 foreach answer $reply(QD) {
313 array set QD $answer
330 foreach answer $reply(AN) {
331 array set AN $answer
353 foreach answer $reply(AN) {
354 array set AN $answer
366 # Return the decoded answer records. This can be used for more complex
367 # queries where the answer is
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnsproxy.c286 // If we have nsecs (wildcard expanded answer or negative response), add them
298 // If we are using CNAME to answer a question and CNAME is not the type we
375 mDNSlocal void ProxyClientCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
386 LogInfo("ProxyClientCallback: ResourceRecord %s", RRDisplayString(m, answer));
400 LogInfo("ProxyClientCallback: No DNSSEC answer yet for Question %##s (%s), AddRecord %d, answer %s", question->qname.c,
401 DNSTypeName(question->qtype), AddRecord, RRDisplayString(m, answer));
406 if (answer->RecordType != kDNSRecordTypePacketNegative)
408 if (answer->rrtype != question->qtype)
411 LogInfo("ProxyClientCallback: Received %s, not answering yet", RRDisplayString(m, answer));
[all...]
H A DuDNS.c312 // Be careful not to touch the ThisQInterval here. For a normal question, when we answer the question
1748 mDNSlocal void GetZoneData_QuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
1752 debugf("GetZoneData_QuestionCallback: %s %s", AddRecord ? "Add" : "Rmv", RRDisplayString(m, answer));
1755 if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient failure indications
1756 if (answer->rrtype != question->qtype) return; // Don't care about CNAMEs
1758 if (answer->rrtype == kDNSType_SOA)
1760 debugf("GetZoneData GOT SOA %s", RRDisplayString(m, answer));
1764 if (answer->rdlength)
1766 AssignDomainName(&zd->ZoneName, answer->name);
1767 zd->ZoneClass = answer
2498 FoundStaticHostname(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
5229 FoundDomain(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c231 static char answer[256]; local
248 if (fgets(answer, sizeof(answer), stdin) == 0) {
256 if ((p = strchr(answer, '\n')) != 0)
258 if (answer[0])
259 return (answer);
/macosx-10.9.5/bind9-45.100/bind9/bin/nsupdate/
H A Dnsupdate.c173 static dns_message_t *answer = NULL; variable
1935 if (strcasecmp(word, "answer") == 0) {
1936 if (answer != NULL)
1937 show_message(stdout, answer, "Answer:");
1970 "answer (show the answer to the last request)\n"
2066 result = dns_message_create(mctx, DNS_MESSAGE_INTENTPARSE, &answer);
2068 result = dns_request_getresponse(request, answer,
2072 if (answer->verify_attempted)
2082 if (usegsstsig && answer
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dnsec3.c1677 isc_boolean_t complete, isc_boolean_t *answer)
1679 return (dns_nsec3_activex(db, version, complete, 0, answer));
1685 isc_boolean_t *answer)
1692 REQUIRE(answer != NULL);
1726 *answer = ISC_TRUE;
1730 *answer = ISC_FALSE;
1734 *answer = ISC_FALSE;
1742 *answer = ISC_FALSE;
1767 *answer = ISC_TRUE;
1771 *answer
1676 dns_nsec3_active(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, isc_boolean_t *answer) argument
1683 dns_nsec3_activex(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, dns_rdatatype_t privatetype, isc_boolean_t *answer) argument
[all...]
H A Drequest.c80 isc_buffer_t *answer; member in struct:dns_request
466 request->answer = NULL;
1180 REQUIRE(request->answer != NULL);
1191 result = dns_message_parse(message, request->answer, options);
1195 result = dns_tsig_verify(request->answer, message, NULL, NULL);
1352 result = isc_buffer_allocate(request->mctx, &request->answer,
1356 result = isc_buffer_copyregion(request->answer, &r);
1358 isc_buffer_free(&request->answer);
1429 if (request->answer != NULL)
1430 isc_buffer_free(&request->answer);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfeedmail.el822 without having to answer no to the individual message prompts."
1111 you want to delete them. Since the answer is usually yes, setting this
1546 bail out with an appropriate answer to the global confirmation prompt."
1740 (let ((answer) (d-char) (d-string " "))
1748 (while (null answer)
1754 (setq answer '(^ . feedmail-message-action-help))
1762 (setq answer (or (assoc user-sez feedmail-prompt-before-queue-user-alist)
1768 (if (or (null answer) (null (cdr answer)))
1774 (cdr answer)
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_peer.c1030 printf("answer count: %d\n", reply->header->ancount); /* skip if <= 0 */
1034 if ((reply->answer[a]->dnstype != type) ||
1035 (reply->answer[a]->dnsclass != klass))
1037 txt = reply->answer[a]->data.TXT;
1053 if (peer->dns_ttl != reply->answer[a]->ttl) {
1054 peer->dns_ttl = reply->answer[a]->ttl;
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-alias.el271 (the-answer
281 (mapconcat 'identity the-answer ", ")
283 (mapconcat 'mh-alias-expand the-answer ",\n ")))))
509 (let ((answer (read-string
514 (cond ((string-match "^b" answer))
515 ((string-match "^a" answer)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dinstaller.tcl567 set answer [gets stdin]
568 if {($answer == {}) || [string match "\[Nn\]*" $answer]} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dinstaller.tcl567 set answer [gets stdin]
568 if {($answer == {}) || [string match "\[Nn\]*" $answer]} {
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DHeader.pm208 print "answer is ", $header->aa ? "" : "non-", "authoritative\n";
211 Gets or sets the authoritative answer flag.
275 print "# of answer records: ", $header->ancount, "\n";
278 Gets or sets the number of records in the answer section of the packet.
/macosx-10.9.5/ruby-104/ruby/
H A Dinsns_info.inc103 "answer",
657 case BIN(answer):{
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb1278 @answer = []
1284 attr_reader :question, :answer, :authority, :additional
1296 @answer == other.answer &&
1312 @answer << [Name.create(name), ttl, data]
1316 @answer.each {|name, ttl, data|
1359 @answer.length,
1367 [@answer, @authority, @additional].each {|rr|
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D01generate.t366 args => ['test', {a => 1, b => 2, c => 3, d => 4, e => { answer => 42 }}],
369 bind => [qw/1 2 3 4/, { answer => 42}],
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm153 your vote today! Be sure to justify your answer.
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dbcsh.sh1177 read answer
1178 case "$answer" in
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dnamed.conf161 transfer-format one-answer;
419 transfer-format one-answer; // set transfer format for this
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dediff-util.el3487 (let ((answer "")
3502 (while (cond ((eq answer ?A)
3506 ((eq answer ?B)
3510 ((equal answer ""))
3518 (setq answer (capitalize (read-char-exclusive))))))
3522 (while (cond ((memq answer possibilities)
3523 (setq possibilities (delq answer possibilities))
3527 answer ediff-buffer-alist)))
3529 ((equal answer ""))
3539 (setq answer (capitaliz
[all...]

Completed in 212 milliseconds

123456789