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

1234567

/macosx-10.10/emacs-93/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.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dinstaller.tcl567 set answer [gets stdin]
568 if {($answer == {}) || [string match "\[Nn\]*" $answer]} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dinstaller.tcl567 set answer [gets stdin]
568 if {($answer == {}) || [string match "\[Nn\]*" $answer]} {
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
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...]
H A DmDNS.c136 // A, AAAA , CNAME, or PTR. The caller should answer the question with this record and not send out
527 // We have a message waiting and that should answer this question.
559 // Indicate that we've given at least one positive answer for this record, so we should be prepared to send a goodbye for it
765 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
767 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
769 // We've already determined that we plan to give this answer on this interface
774 // If RR signature is different, or data is different, then don't suppress our answer
778 // we need to give our answer before the requester's copy expires.
780 // then we can suppress our answer this time.
879 // After three probes one second apart with no answer, w
6058 NetWakeResolve(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12034 FoundServiceInfoSRV(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12095 FoundServiceInfoTXT(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
12120 FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dinsns_info.inc103 "answer",
657 case BIN(answer):{
/macosx-10.10/ruby-106/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.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm153 your vote today! Be sure to justify your answer.
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dbcsh.sh1177 read answer
1178 case "$answer" in
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf161 transfer-format one-answer;
419 transfer-format one-answer; // set transfer format for this
/macosx-10.10/emacs-93/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...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Ddaemon.c588 mDNSlocal void DomainEnumFound(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
596 debugf("DomainEnumFound: %##s PTR %##s", answer->name->c, answer->rdata->u.name.c);
597 if (answer->rrtype != kDNSType_PTR) return;
612 x->ClientMachPort, x->dom.qname.c, answer->rdata->u.name.c,
616 ConvertDomainNameToCString(&answer->rdata->u.name, buffer);
664 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
668 if (answer->rrtype != kDNSType_PTR)
669 { LogMsg("FoundInstance: Should not be called with rrtype %d (not a PTR record)", answer->rrtype); return; }
673 if (!DeconstructServiceName(&answer
[all...]
H A DDNSSECSupport.c520 mDNSlocal void DNSSECProbeCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
539 LogDNSSEC("DNSSECProbeCallback: Question %##s (%s)", question->qname.c, DNSTypeName(question->qtype), RRDisplayString(m, answer));
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_env.c2362 const char *answer; local
2387 answer = "unknown";
2390 answer = lk_detect_returns[i].name;
2392 res = NewStringObj(answer, strlen(answer));
2485 const char *arg, *answer; local
2507 answer = onoff ? "on" : "off";
2508 res = NewStringObj(answer, strlen(answer));
/macosx-10.10/libresolv-57/
H A Ddns_util.c78 extern int __res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen);
837 r->answer = (dns_resource_record_t **)calloc(h->ancount, size);
840 r->answer[i] = _dns_parse_resource_record_internal(p, &x, &remaining);
841 if (r->answer[i] == NULL)
1051 for (i = 0; i < r->header->ancount; i++) dns_free_resource_record(r->answer[i]);
1059 if (r->answer != NULL) free(r->answer);
1195 _dns_append_resource_record(dnsr->answer[i], &s, rl);
1907 _dns_print_resource_record_lock(r->answer[i], f, 0);
/macosx-10.10/vim-55/src/
H A Ddosinst.c145 int answer; local
159 if (scanf("%d", &answer) != 1)
162 answer = 0;
165 while (answer < 1 || answer >= entries);
167 return answer;
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtodo-mode.el391 (defvar todo-previous-answer 0
392 "Previous answer got.")
574 (answer (if (< current bottom)
576 (if answer
634 (setq todo-previous-answer
636 todo-previous-answer)
644 (todo-answer (y-or-n-p (concat "Permanently remove '"
646 (if todo-answer
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_range.rb543 answer = (1..(1 << 100)).bsearch{|x|
547 assert_equal(42, answer, msg)
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_utils.cpp400 char answer[PATH_MAX]; local
401 if (const char *r = realpath(path, answer))
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreePrivate.h290 Boolean *answer );
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlcatalog.c258 printf("Resolver failed to find an answer\n");
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c258 printf("Resolver failed to find an answer\n");
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h362 Boolean *answer );
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_net.c940 ADDRINFO *answer, hints; local
975 if (__os_getaddrinfo(env, host, port, buffer, &hints, &answer) != 0)
977 *result = answer;
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_chil.c1293 char answer; local
1310 "\r\n", "Cc", UI_INPUT_FLAG_ECHO, &answer);
1318 if (ok == -2 || (ok >= 0 && answer == 'C'))

Completed in 441 milliseconds

1234567