Searched refs:answer (Results 76 - 100 of 175) sorted by relevance

1234567

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeMiscOps.c558 Output: answer - true if the hint looks reasonable
565 OSStatus IsItAHint (BTreeControlBlockPtr btreePtr, BTreeIterator *iterator, Boolean *answer) argument
572 *answer = false;
576 *answer = true;
/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Drtsol.c78 static u_char answer[1500]; local
154 rcviov[0].iov_base = (caddr_t)answer;
155 rcviov[0].iov_len = sizeof(answer);
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dminizip.c336 char answer[128]; local
339 ret = scanf("%1s",answer);
344 rep = answer[0] ;
H A Dminiunz.c373 char answer[128]; local
377 ret = scanf("%1s",answer);
382 rep = answer[0] ;
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dz8kgen.c1275 int answer = 0; local
1280 answer <<= 1;
1283 answer |= 1;
1286 printf ("0x%02x,\n", answer);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c2147 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
2154 if (answer->rrtype != kDNSType_PTR)
2155 { LogMsg("%3d: FoundInstance: Should not be called with rrtype %d (not a PTR record)", req->sd, answer->rrtype); return; }
2162 if (GenerateNTDResponse(&answer->rdata->u.name, answer->InterfaceID, req, &rep, browse_reply_op, flags, mStatus_NoError) != mStatus_NoError)
2168 GenerateBonjourBrowserResponse(&answer->rdata->u.name, answer->InterfaceID, req, &rep, browse_reply_op, flags, mStatus_NoError);
2173 req->sd, answer->name->c, answer->rdata->u.name.c);
2181 mDNSPlatformInterfaceIndexfromInterfaceID(m, answer
2541 AutomaticBrowseDomainChange(mDNS *const m, DNSQuestion *q, const ResourceRecord *const answer, QC_result AddRecord) argument
2661 resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
3164 queryrecord_result_reply(mDNS *const m, request_state *req, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord, DNSServiceErrorType error) argument
3338 queryrecord_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
3774 enum_result_callback(mDNS *const m, DNSQuestion *const question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/pending/
H A Dtests.sh75 # to answer.
112 # Prime cache with a pending answer record. It can be returned (without
115 echo "I:Priming cache (pending answer)"
137 # Prime cache with a pending answer record. It should not be returned
140 echo "I:Priming cache (pending answer)"
164 echo I:Trying to Prime out-of-bailiwick pending answer with CD
173 echo I:Confirming the out-of-bailiwick answer is not cached or reused with CD
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/upforwd/ans4/
H A Dans.pl46 # answer section of the response.
127 foreach $a (@{$r->{answer}}) {
128 $packet->push("answer", $a);
277 foreach $a (@{$r->{answer}}) {
278 $packet->push("answer", $a);
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.inc171 BIN(answer) = 77,
H A Dvmtc.inc93 LABEL_PTR(answer),
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dmdns_module.c181 static int _mdns_search(const char *name, int class, int type, const char *interface, DNSServiceFlags flags, uint8_t *answer, uint32_t *anslen, mdns_reply_t *reply);
998 uint8_t *answer; // DNS packet buffer member in struct:__anon2863
1017 _mdns_query_start(mdns_query_context_t *ctx, mdns_reply_t *reply, uint8_t *answer, uint32_t *anslen, const char* name, int class, int type, const char *interface, DNSServiceFlags flags, int kq) argument
1029 if (answer && anslen) {
1031 ctx->answer = answer;
1033 ctx->anslen = _mdns_make_query(name, class, type, answer, ctx->ansmaxlen);
1271 if (context->answer) {
1281 cp = context->answer + context->anslen;
1322 ans = (HEADER *)context->answer;
1389 _mdns_search(const char *name, int class, int type, const char *interface, DNSServiceFlags flags, uint8_t *answer, uint32_t *anslen, mdns_reply_t *reply) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dnet-utils.el645 (let* ((answer (read-from-minibuffer "Finger User: "
647 (index (string-match (regexp-quote "@") answer)))
649 (list (substring answer 0 index)
650 (substring answer (1+ index)))
651 (list answer
/macosx-10.10.1/efax-38/efax/
H A Dfax295 # answer' command. You can ignore these if you will only be
346 # If you want to enable fax/data adaptive answer (AA) read the
351 # answer (+FAE=) in Class 1. &C1 enables most modems' DCD line
356 # DATAINIT="$DATAOPT -j+FAE=1" # Class 1 modem adaptive answer
357 # DATAINIT="$DATAOPT -j+FAA=1" # Class 2[.0] modem adaptive answer
358 # DATAINIT="$DATAOPT -oa" # software adaptive answer
359 # DATAINIT="$DATAOPT" # data-only answer
361 # If you have a voice modem and want to answer in voice mode
391 # The owner.group and mode to which "fax answer" sets the serial
454 # -------- If answer mod
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Ddns.el354 (let ((answer (car (dns-get 'answers result))))
355 (when (eq type (dns-get 'type answer))
356 (dns-get 'data answer)))))))))))
/macosx-10.10.1/libresolv-57/
H A Ddns_util.h256 dns_resource_record_t **answer; member in struct:__anon9396
/macosx-10.10.1/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.10.1/tcl-105/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.10.1/mDNSResponder-561.1.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...]
/macosx-10.10.1/ncurses-44/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.10.1/bind9-45.101/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.10.1/bind9-45.101/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.10.1/emacs-93/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.10.1/ntp-92/ntpd/
H A Dntp_peer.c1032 printf("answer count: %d\n", reply->header->ancount); /* skip if <= 0 */
1036 if ((reply->answer[a]->dnstype != type) ||
1037 (reply->answer[a]->dnsclass != klass))
1039 txt = reply->answer[a]->data.TXT;
1055 if (peer->dns_ttl != reply->answer[a]->ttl) {
1056 peer->dns_ttl = reply->answer[a]->ttl;

Completed in 350 milliseconds

1234567