Home
last modified time | relevance | path

Searched refs:question (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_testutils.c156 char *question; in regress_dns_server_cb() local
162 question = req->questions[0]->name; in regress_dns_server_cb()
164 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && in regress_dns_server_cb()
168 TT_DIE(("Unexpected question: '%s'", question)); in regress_dns_server_cb()
173 strtolower(question); in regress_dns_server_cb()
201 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr, in regress_dns_server_cb()
209 question, 1, &in6.s6_addr, 100); in regress_dns_server_cb()
/netbsd-src/sbin/fsck_lfs/
H A Dutilities.c84 reply(const char *question) in reply() argument
91 persevere = !strcmp(question, "CONTINUE"); in reply()
94 printf("%s? no\n\n", question); in reply()
98 printf("%s? yes\n\n", question); in reply()
102 printf("%s? [yn] ", question); in reply()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_stub_leak.rpl59 MATCH opcode question
69 MATCH opcode question
79 MATCH opcode question
89 MATCH opcode question
105 MATCH opcode question
117 MATCH opcode question
127 MATCH opcode question
H A Diter_dname_yx.rpl374 ; MATCH rcode question answer
396 ; MATCH rcode question answer
418 ; MATCH rcode question answer
520 ; MATCH rcode question answer
603 ; MATCH rcode question answer
686 ; MATCH rcode question answer
771 ; MATCH rcode question answer
848 ; MATCH rcode question answer
876 ; MATCH rcode question answer
989 ; MATCH rcode question answer
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl156 my ($question) = $request->question;
157 my $qname = $question->qname;
158 my $qclass = $question->qclass;
159 my $qtype = $question->qtype;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl160 my ($question) = $request->question;
161 my $qname = $question->qname;
162 my $qclass = $question->qclass;
163 my $qtype = $question->qtype;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/wildcard/
H A Dtests_wildcard.py129 query_msg.question[0].name,
188 query_msg.question[0].name,
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst107 … The original question in the wireformat format (e.g. \\x03www\\x03nic\\x02cz\\x00 for www.nic.cz)
111 Length of question name (number of bytes).
115 … The question ``qname`` converted into list of labels (e.g. ['www','nic','cz',''] for www.nic.cz)
119 The question ``qname`` converted into string (e.g. www.nic.cz. for www.nic.cz)
131 The question class. See RR_CLASS\_ predefined constants.
449 RR name of question.
453 RR type of question.
457 RR class of question.
467 .. attribute:: question[]
469 List of resource records that should appear (in the same order) in question section of answer.
/netbsd-src/sbin/fsck_ext2fs/
H A Dutilities.c110 reply(const char *question) in reply() argument
117 persevere = !strcmp(question, "CONTINUE"); in reply()
120 printf("%s? no\n\n", question); in reply()
124 printf("%s? yes\n\n", question); in reply()
128 printf("%s? [yn] ", question); in reply()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py22 question = line.find('?')
23 if question == -1:
26 open_paren = line.find('(', question)
32 mangled = line[question : open_paren]
/netbsd-src/share/wscons/keymaps/
H A Dpckbd.br.abnt213 keycode 17 = w W question
24 keycode 115 = slash question degree
H A Dpckbd.fr_CA.iso8859-128 keycode 7 = 6 question asciicircum
39 keycode 53 = eacute Eacute slash question
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt12 processor issues), since the architecture interface question is also
17 the second question. The Java compiler and OS community care much more
20 Also, while the architecture interface question is important for
30 b. A strongly-typed VM. One question is do we need the types to be
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsgen.c321 yesorno(int default_answer, char const *question, ...) in yesorno() argument
324 yesorno(default_answer, question, va_alist) in yesorno()
325 int default_answer; char const *question; va_dcl in yesorno()
332 vararg_start(args, question);
333 fvfprintf(stderr, question, args);
/netbsd-src/usr.bin/cal/
H A DREADME18 if the day in question occurs before the gregorian reformation
21 if the day in question occurs during the reformation (3 sep 1752
41 Once we have the day in year for the first of the month in question, the
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_lparen_or_lbracket.c254 cond ? (question) : (5); in cover_want_blank_before_lparen()
300 cond ? (question) : (5); in cover_want_blank_before_lparen()
/netbsd-src/games/quiz/
H A Dquiz.c230 char *answer, *t, question[LINE_SZ]; in quiz() local
265 (void)strcpy(question, t); in quiz()
277 (void)printf("%s?\n", question); in quiz()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-pascal22 question = '''Your command, please?'', asked the waiter.';
27 writeln(question);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp547 case tok::question: return 4; in getPrecedence()
600 else if (Operator == tok::question && LHS.Val == 0) in EvaluateDirectiveSubExpr()
637 if (Operator == tok::question) in EvaluateDirectiveSubExpr()
655 case tok::question: // No UAC for x and y in "x ? y : z". in EvaluateDirectiveSubExpr()
792 case tok::question: { in EvaluateDirectiveSubExpr()
797 PP.Diag(OpLoc, diag::note_matching) << tok::question; in EvaluateDirectiveSubExpr()
906 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
H A Dans.pl60 my @questions = $request->question;
114 my @questions = $request->question;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
H A Dans.py46 qname = m.question[0].name.to_text()
47 rrtype = m.question[0].rdtype
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/ans10/
H A Dans.py45 qname = m.question[0].name.to_text()
46 rrtype = m.question[0].rdtype
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drdataset.c136 * Make 'rdataset' a valid, associated, question rdataset, with a in dns_rdataset_isassociated()
137 * question class of 'rdclass' and type 'type'. in dns_rdataset_isassociated()
251 bool question = false; in dns_rdataset_first()
276 question = true; in dns_rdataset_current()
304 if (!question && count > 1 && rdataset->type != dns_rdatatype_rrsig) { in swap_rdata()
395 if (!question) { in towiresorted()
406 if (!question) { in towiresorted()
317 bool question = false; towiresorted() local
/netbsd-src/sbin/fsck_ffs/
H A Dutilities.c91 reply(const char *question) in reply() argument
98 persevere = !strcmp(question, "CONTINUE"); in reply()
101 printf("%s? no\n\n", question); in reply()
106 printf("%s? yes\n\n", question); in reply()
110 printf("%s? [yn] ", question); in reply()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataset.c319 bool question = false; in towiresorted() local
346 question = true; in towiresorted()
374 if (!question && count > 1 && rdataset->type != dns_rdatatype_rrsig) { in towiresorted()
465 if (!question) { in towiresorted()
476 if (!question) { in towiresorted()

12345678910>>...21