Searched refs:question (Results 51 - 75 of 119) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim14 " Some keywords have a question mark, e.g. 'convert?'
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim14 " Some keywords have a question mark, e.g. 'convert?'
/netbsd-current/sbin/restore/
H A Dutilities.c371 reply(const char *question) argument
376 fprintf(stderr, "%s? [yn] ", question);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
H A Dans.py68 qname = m.question[0].name.to_text()
73 rrtype = m.question[0].rdtype
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans4/
H A Dans.py118 qname = m.question[0].name.to_text()
123 rrtype = m.question[0].rdtype
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cookie/ans9/
H A Dans.py81 qname = m.question[0].name.to_text()
84 rrtype = m.question[0].rdtype
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dans.pl138 my @questions = $request->question;
340 my @questions = $request->question;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d77 if (e.op == EXP.question)
216 else if (op == EXP.question)
348 else if (op == EXP.question)
H A Dtokens.d101 question,
374 question,
805 TOK.question: "?",
H A Dsideeffect.d310 case EXP.question:
/netbsd-current/sbin/fsck_ffs/
H A Dutilities.c91 reply(const char *question) argument
98 persevere = !strcmp(question, "CONTINUE");
101 printf("%s? no\n\n", question);
106 printf("%s? yes\n\n", question);
110 printf("%s? [yn] ", question);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/forward/ans6/
H A Dans.pl138 my @questions = $request->question;
353 my @questions = $request->question;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
H A Dans.pl305 my @questions = $request->question;
323 $reply->push("question", @questions);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drdataset.h264 * Make 'rdataset' a valid, associated, question rdataset, with a
265 * question class of 'rdclass' and type 'type'.
274 *\li 'rdataset' is a valid, associated, question rdataset.
353 bool omit_final_dot, bool question, isc_buffer_t *target);
360 *\li The 'question' flag should normally be #false. If it is
362 * for use when printing an rdata representing a question section.
458 *\li 'rdataset' is a valid, non-question rdataset.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Drdataset.h271 * Make 'rdataset' a valid, associated, question rdataset, with a
272 * question class of 'rdclass' and type 'type'.
281 *\li 'rdataset' is a valid, associated, question rdataset.
360 bool omit_final_dot, bool question, isc_buffer_t *target);
367 *\li The 'question' flag should normally be #false. If it is
369 * for use when printing an rdata representing a question section.
466 *\li 'rdataset' is a valid, non-question rdataset.
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcommit.c105 struct question struct
114 struct question *next;
128 struct question *questionables;
178 struct question *p;
180 p = xmalloc (sizeof (struct question));
533 struct question *p;
534 struct question *q;
838 * If the force-commit option is enabled, and the file in question
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_dns.c278 printf("Unexpected question %d %d \"%s\" ",
596 const char *question; local
599 TT_DIE(("Only handling one question at a time; got %d",
602 question = req->questions[0]->name;
604 TT_BLATHER(("got question, %s", question));
660 const char *question; local
672 TT_DIE(("Only handling one question at a time; got %d",
675 question = req->questions[0]->name;
677 if (!evutil_ascii_strcasecmp(question, "googl
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtkey.c720 * Interpret the question section.
731 * Look for a TKEY record that matches the question.
749 "matching the question");
957 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
971 RETERR(dns_message_gettemprdataset(msg, &question));
972 dns_rdataset_makequestion(question, dns_rdataclass_any,
994 ISC_LIST_APPEND(qname->list, question, link);
1018 if (question != NULL) {
1019 dns_rdataset_disassociate(question);
1020 dns_message_puttemprdataset(msg, &question);
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtkey.c721 * Interpret the question section.
732 * Look for a TKEY record that matches the question.
750 "matching the question");
958 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
972 RETERR(dns_message_gettemprdataset(msg, &question));
973 dns_rdataset_makequestion(question, dns_rdataclass_any,
995 ISC_LIST_APPEND(qname->list, question, link);
1019 if (question != NULL) {
1020 dns_rdataset_disassociate(question);
1021 dns_message_puttemprdataset(msg, &question);
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp96 static const tok::TokenKind NullishCoalescingOperator[] = {tok::question,
97 tok::question};
98 static const tok::TokenKind NullPropagatingOperator[] = {tok::question,
121 tok::question, tok::l_square};
469 tok::colon, tok::question, tok::tilde) ||
/netbsd-current/sys/arch/hp300/stand/inst/
H A Dinst.c503 opendisk(char *question, char *diskname, int len, char partition, int *fdp) argument
509 printf("%s ", question);
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DNOTES.PERL95 the name of the module in question, with "lib" prepended and
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1087 assert(Tok.is(tok::question));
1092 if (!ConsumeAndStoreUntil(tok::question, tok::colon, Toks,
1098 if (Tok.is(tok::question) && !ConsumeAndStoreConditional(Toks))
1234 case tok::question:
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1316 PyObject* question, PyObject* answer, PyObject* authority, PyObject* additional)
1329 if ((!checkList(question)) || (!checkList(answer)) || (!checkList(authority)) || (!checkList(additional)))
1361 if(res && !pushRRList(qb, question, default_ttl, 1, LDNS_QDCOUNT_OFF))
1379 PyObject* question, PyObject* answer, PyObject* authority, PyObject* additional);
1390 self.question = []
1399 self.question, self.answer, self.authority, self.additional)
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNSEmbeddedAPI.h166 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable"
430 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away.
519 DNSQuestion *question; // For queries member in struct:tcpInfo_t
1349 // a DNSSEC question. In some cases it is possible that the proxy
1514 mDNSAddr AddressProxy; // For reverse-mapping Sleep Proxy PTR records, address in question
1526 mDNSu8 AnsweredLocalQ; // Set if this AuthRecord has been delivered to any local question (LocalOnly or mDNSInterface_Any)
1539 const mDNSu8 *NR_AnswerTo; // Set if this record was selected by virtue of being a direct answer to a question
1600 // Everywhere else in the code, the determination of whether a question is unicast is made by checking to see if TargetQID is nonzero.
1613 // is not available locally for A or AAAA question respectively. Also, if the
1642 DNSQuestion *CRActiveQuestion; // Points to an active question referencin
2067 DNSQuestion question; // Storage for any active question member in struct:ZoneData_struct
[all...]

Completed in 248 milliseconds

12345