Searched refs:answer (Results 126 - 150 of 175) sorted by relevance

1234567

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-edit.el811 (answer (widget-choose "Reset settings"
814 (if answer
815 (funcall answer))))
2795 (answer (widget-choose (concat "Operation on "
2801 (if answer
2802 (funcall answer widget)))))
3513 (answer (widget-choose (concat "Operation on "
3518 (if answer
3519 (funcall answer widget)))))
4054 (answer (widge
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dartist.el1591 (answer (artist-mt-get-symbol-from-keyword-sub
1593 (if answer (throw 'found answer))))
1634 (answer (artist-go-retrieve-from-symbol-sub
1636 (if answer (throw 'found answer)))))))
1719 (answer (artist-go-get-symbol-shift-sub
1721 (if answer (throw 'found answer)))))))
1753 (answer (artis
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dtests.sh100 $DIG $DIGOPTS +noall +answer nsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.test$n || ret=1
108 $DIG $DIGOPTS +noall +answer nsec3-to-nsec.example. nsec3param @10.53.0.3 > dig.out.ns3.test$n || ret=1
238 $DIG $DIGOPTS +noall +answer nsec3-to-nsec.example. nsec3param @10.53.0.3 > dig.out.ns3.nx.test$n || ret=1
539 echo "I:checking 2-server insecurity proof with a negative answer ($n)"
867 $DIG $DIGOPTS +noall +answer dnskey delay.example. @10.53.0.3 > dig.out.ns3.test$n || ret=1
883 $DIG $DIGOPTS +noall +answer dnskey delay.example. @10.53.0.3 > dig.out.ns3.test$n || ret=1
901 $DIG $DIGOPTS +noall +answer dnskey delay.example. @10.53.0.3 > dig.out.ns3.1.test$n || ret=1
906 $DIG $DIGOPTS +noall +answer a a.delay.example. @10.53.0.3 > dig.out.ns3.2.test$n || ret=1
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c2022 // We should have a DNSMessage header followed by the question and an answer
4964 mDNSlocal void TunnelClientFinish(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer) argument
4977 LogInfo("TunnelClientFinish: Relay address %.16a", &answer->rdata->u.ipv6);
4978 tun->rmt_outer6 = answer->rdata->u.ipv6;
4983 LogInfo("TunnelClientFinish: SRV target address %.4a", &answer->rdata->u.ipv4);
4984 tun->rmt_outer = answer->rdata->u.ipv4;
5023 mDNSexport void AutoTunnelCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
5028 LogInfo("AutoTunnelCallback tun %p AddRecord %d rdlength %d qtype %d", tun, AddRecord, answer->rdlength, question->qtype);
5035 if (tun->tc_state != TC_STATE_AAAA_PEER_RELAY && !answer->rdlength)
5059 if (mDNSSameIPv6Address(answer
7029 UpdateSPSStatus(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c299 struct bfd_section *answer = abfd->sections; local
308 while (answer)
310 if (answer->target_index == index)
311 return answer;
312 answer = answer->next;
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el1768 (type) (match) (answer content-type)
1775 (setq answer (elt (car subst) 2)
1778 answer))
/macosx-10.10.1/nano-12/src/
H A Dglobal.c112 char *answer = NULL; variable
113 /* The answer string used by the statusbar prompt. */
1417 if (answer != NULL)
1418 free(answer);
H A Dproto.h78 extern char *answer;
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c1356 static u_char answer[1500]; local
1486 rcviov[0].iov_base = (caddr_t)answer;
1487 rcviov[0].iov_len = sizeof(answer);
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1554 register u_short answer; local
1577 answer = ~sum; /* truncate to 16 bits */
1578 return (answer);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c145 int answer = 0; local
161 * with answer as case sensitive. Is very rare
172 answer = 1;
176 return (answer);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el350 (answer (apply 'completing-read prompt args)))
351 (if (or (null answer) (zerop (length answer)))
353 answer)))
/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c1270 enum answer {UNKNOWN = -1, NO, YES}; enum
1306 enum answer exist, /* Does 'path' indicate an existing entry? */
1307 enum answer isdir, /* Does 'path' indicate a directory or a symlink to a directory? */
1390 enum answer new_isdir = UNKNOWN;
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Drnews.el772 ((answer
827 (or answer (progn (news-set-current-group-certification) nil))))
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dxmfbox.tcl856 set answer [tk_messageBox -icon warning -type yesno \
858 if {$answer eq "no"} {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dxmfbox.tcl840 set answer [tk_messageBox -icon warning -type yesno \
842 if {$answer eq "no"} {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcterm.vim18 syn keyword ctermFunction abort addcr addlf answer at attr batch baud
H A Ddocbk.vim46 syn keyword docbkKeyword address affiliation alt anchor answer appendix contained
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dupdate.c223 dns_message_t *answer; member in struct:update_event
4412 forward_callback(void *arg, isc_result_t result, dns_message_t *answer) { argument
4418 INSIST(answer == NULL);
4425 uev->answer = answer;
4441 ns_client_sendraw(client, uev->answer);
4442 dns_message_destroy(&uev->answer);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dclient.c832 * Add the CNAME to the answer list.
866 * Add the DNAME to the answer list.
994 * to which we've got the answer.
1817 dns_message_t *answer = NULL; local
1836 &answer);
1840 result = dns_request_getresponse(request, answer,
1842 if (result == ISC_R_SUCCESS && answer->rcode != dns_rcode_noerror)
1843 result = rcode2result(answer->rcode);
1846 if (answer != NULL)
1847 dns_message_destroy(&answer);
[all...]
H A Dvalidator.c57 * validator_start -> validate -> nsecvalidate (secure wildcard answer)
81 * proveunsecure: attempts to prove the answer comes from a unsecure zone.
181 * Mark the RRsets as a answer.
185 validator_log(val, ISC_LOG_DEBUG(3), "marking as answer (%s)", where);
1026 isc_result_t answer = ISC_R_IGNORE; local
1236 return (answer);
1276 answer = ISC_R_SUCCESS;
1284 return (answer);
1757 * we have a key of trust answer but a DS/DLV
1855 isc_boolean_t answer local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dgdb-ui.el2809 (let ((answer (get-buffer-window buf 0))
2811 (if answer
2821 (setq answer window))
2827 (setq answer (split-window largest new-size))
2828 (set-window-buffer answer buf)
2829 (set-window-dedicated-p answer dedicated)))
2830 answer)))
/macosx-10.10.1/libresolv-57/
H A Ddns.c77 extern int res_nquery_soa_min(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen, int *min);
78 extern int res_nsearch_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, uint32_t *fromlen);
79 extern int __res_nsearch_list_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, uint32_t *fromlen, int nsearch, char **search);
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c540 case 'W': /* wait ms for answer */
1451 u_short answer; local
1477 answer = ~sum; /* truncate to 16 bits */
1478 return(answer);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_settracefunc.rb606 answer_events.zip(events1){|answer, event|
607 assert_equal answer, event, mesg

Completed in 502 milliseconds

1234567