| /bind-9.6-ESV-R11/bin/named/ |
| H A D | xfrout.c | 95 #define FAILQ(code, msg, question, rdclass) \ 100 dns_name_format(question, _buf1, sizeof(_buf1)); \ 961 * Interpret the question section. 967 * The question section must contain exactly one question, and 1046 "%s question section OK", mnemonic); 1050 * the same name and class as the question. 1490 * Include a question section in the first message only. 1492 * have a question section. 1500 * and 4 bytes of question [all...] |
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | sig0_test.c | 133 dns_rdataset_t *question = NULL; local 149 result = dns_message_gettemprdataset(query, &question); 151 dns_rdataset_init(question); 152 dns_rdataset_makequestion(question, dns_rdataclass_in, 163 ISC_LIST_APPEND(qname->list, question, link); 173 CHECK("dns_message_rendersection(question)", result);
|
| /bind-9.6-ESV-R11/bin/tests/system/ |
| H A D | ans.pl | 121 my @questions = $request->question; 311 my @questions = $request->question;
|
| /bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/ |
| H A D | ans.pl | 61 my @questions = $packet->question;
|
| /bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/ |
| H A D | ans.pl | 115 my @questions = $packet->question; 267 my @questions = $packet->question;
|
| /bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/ |
| H A D | idnconf.tcl | 550 set ans [tk_messageBox -icon question -type yesno \ 752 set ans [tk_messageBox -type yesno -default no -icon question \ 787 set ans [tk_messageBox -type yesno -default yes -icon question \ 899 set ans [tk_messageBox -type yesno -default no -icon question \ 928 label $dlg.f1.bm -bitmap question -bd 0
|
| /bind-9.6-ESV-R11/lib/dns/include/dns/ |
| H A D | rdataset.h | 272 * Make 'rdataset' a valid, associated, question rdataset, with a 273 * question class of 'rdclass' and type 'type'. 282 *\li 'rdataset' is a valid, associated, question rdataset. 363 isc_boolean_t question, 371 *\li The 'question' flag should normally be #ISC_FALSE. If it is 373 * for use when printing an rdata representing a question section. 479 *\li 'rdataset' is a valid, non-question rdataset.
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | masterdump.c | 567 * such as those used to represent the question section 631 isc_boolean_t question, 652 if (question) 628 dns_rdataset_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, isc_boolean_t omit_final_dot, isc_boolean_t question, isc_buffer_t *target) argument
|
| H A D | rdataset.c | 216 * Make 'rdataset' a valid, associated, question rdataset, with a 217 * question class of 'rdclass' and type 'type'. 325 isc_boolean_t question = ISC_FALSE; local 343 question = ISC_TRUE; 368 if (!question && count > 1 && 479 if (!question) 489 if (!question) {
|
| H A D | tkey.c | 614 * Interpret the question section. 624 * Look for a TKEY record that matches the question. 640 "matching the question"); 842 dns_rdataset_t *question = NULL, *tkeyset = NULL; local 855 RETERR(dns_message_gettemprdataset(msg, &question)); 856 dns_rdataset_init(question); 857 dns_rdataset_makequestion(question, dns_rdataclass_any, 885 ISC_LIST_APPEND(qname->list, question, link); 906 if (question != NULL) { 907 dns_rdataset_disassociate(question); [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
| H A D | nwamcfg.c | 866 ask_yesno(boolean_t default_answer, const char *question) argument 875 if (printf("%s (%s)? ", gettext(question),
|
| /illumos-gate/usr/src/cmd/format/ |
| H A D | misc.c | 165 * This routine asks the user the given yes/no question and returns 169 check(question) 170 char *question; 184 answer = input(FIO_MSTR, question, '?', &ioparam,
|
| H A D | misc.h | 142 int check(char *question);
|
| /illumos-gate/usr/src/cmd/backup/dump/ |
| H A D | dumpoptr.c | 47 query(question) 48 char *question; 53 def = query_once(question, -1); 75 query_once(question, def) 76 char *question; 89 if (question == NULL) { 95 attnmessage = question; 99 msgsum = addem(question); 100 if (lastmsg != question || lastmsgsum != msgsum) { 104 lastmsg = question; [all...] |
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | utilities.c | 456 reply(char *question) argument 462 (void) fprintf(stderr, "%s? [%s] ", question, yesorno);
|
| /illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| H A D | utilities.c | 204 reply(char *question) argument 210 (void) printf("\n%s? ", question);
|
| /illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/ |
| H A D | kdcmgr.sh | 56 # ask question, set global answer 57 typeset question=$1 default_answer=$2 59 print "$question \c" 61 print "$question [$default_answer]: \c" 69 typeset question="$1" 79 ask "$question" $yn
|
| /illumos-gate/usr/src/cmd/tsol/misc/ |
| H A D | txzonemgr.sh | 1426 killall=$(zenity --question \
|
| /illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
| H A D | smbns_netbios.h | 207 unsigned qdcount; /* question entries */ 212 struct name_question *question; member in struct:name_packet
|
| H A D | smbns_netbios_name.c | 184 struct name_question question; local 201 question.name = answer->name; 204 packet.qdcount = 1; /* question entries */ 205 packet.question = &question; 335 struct name_question *question; local 413 question = packet->question; 416 if ((entry = smb_netbios_cache_lookup(question->name)) != 0) { 519 (void) smb_first_level_name_encode(npb->question[ 962 smb_send_name_registration_request(int bcast, struct name_question *question, struct resource_record *additional) argument 1035 smb_send_name_refresh_request(int bcast, struct name_question *question, struct resource_record *additional, int force) argument 1170 smb_send_name_release_request_and_demand(int bcast, struct name_question *question, struct resource_record *additional) argument 1258 smb_send_name_query_request(int bcast, struct name_question *question) argument 1527 struct name_question question; local 1571 struct name_question question; local 1583 struct name_question question; local 1625 struct name_question question; local 1665 struct name_question question; local 1704 struct name_question question; local 1720 struct name_question question; local 1836 struct name_question *question; local 1916 struct name_question *question; local [all...] |
| /illumos-gate/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 4877 ask_yesno(boolean_t default_answer, const char *question) argument 4884 (void) printf("%s (%s)? ", question,
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | uDNS.h | 98 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question); 99 extern mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question);
|
| H A D | DNSCommon.c | 1705 // Checks whether the RRSIG or NSEC record answers the question "q". 1717 // records as it answers any question type. 1727 debugf("DNSSECRecordAnswersQuestion: %d type resource record matched question %##s (%s), ignoring", rr->rrtype, 1736 // the response to the question. The RRSIG type won't match the q->qtype and hence 1746 debugf("DNSSECRecordAnswersQuestion: RRSIG did not match question %##s (%s)", q->qname.c, 1750 LogInfo("DNSSECRecordAnswersQuestion: RRSIG matched question %##s (%s)", q->qname.c, 1755 // If the NSEC record asserts the non-existence of a name looked up by the question, we would 1757 // to prove the non-existence as required by ValidatingResponse and ValidationRequired question, 1769 // ResourceRecordAnswersQuestion returns mDNStrue if the given resource record is a valid answer to the given question. 1803 // If ResourceRecord received via multicast, but question wa 3535 getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, DNSQuestion *question) argument [all...] |
| H A D | DNSCommon.h | 254 DNSQuestion *question);
|
| /illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
| H A D | kclient.sh | 302 typeset question=$1 306 printf "$question :" 308 printf "$question [$default_answer]: " 315 typeset question="$1" 325 ask "$question" $yn
|