Searched refs:question (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/usr.bin/indent/
H A Dindent_codes.h45 #define question 7 macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c142 const char *question; local
145 TT_DIE(("Only handling one question at a time; got %d",
148 question = req->questions[0]->name;
150 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
154 TT_DIE(("Unexpected question: '%s'", question));
184 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr,
192 question, 1, &in6.s6_addr, 100);
H A Dregress_dns.c276 printf("Unexpected question %d %d \"%s\" ",
594 const char *question; local
597 TT_DIE(("Only handling one question at a time; got %d",
600 question = req->questions[0]->name;
602 TT_BLATHER(("got question, %s", question));
658 const char *question; local
670 TT_DIE(("Only handling one question at a time; got %d",
673 question = req->questions[0]->name;
675 if (!evutil_ascii_strcasecmp(question, "googl
[all...]
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.h37 extern int reply(const char *question);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c318 yesorno(int default_answer, char const *question, ...) argument
321 yesorno(default_answer, question, va_alist)
322 int default_answer; char const *question; va_dcl
329 vararg_start(args, question);
330 fvfprintf(stderr, question, args);
/freebsd-11-stable/sbin/dump/
H A Doptr.c77 query(const char *question) argument
85 attnmessage = question;
103 " DUMP: %s: (\"yes\" or \"no\") ", question);
H A Ddump.h98 int query(const char *question);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp103 static const tok::TokenKind JSNullPropagatingOperator[] = {tok::question,
105 static const tok::TokenKind JSNullishOperator[] = {tok::question,
106 tok::question};
223 if (!FirstQuestion->is(tok::question) || !SecondQuestion->is(tok::question))
225 FirstQuestion->Tok.setKind(tok::question);
261 !Question->is(tok::question))
343 tok::colon, tok::question, tok::tilde) ||
H A DTokenAnnotator.cpp106 CurrentToken->is(tok::question))
127 if (CurrentToken->is(tok::question) &&
133 (CurrentToken->isOneOf(tok::colon, tok::question) && InExprContext &&
544 tok::question, tok::colon, tok::kw_return,
964 case tok::question:
1485 } else if (Current.is(tok::question)) {
1676 if (Tok.Next->is(tok::question))
1831 tok::question, tok::colon, tok::kw_return,
2047 if (!Current || !Current->is(tok::question))
3038 if (Left.is(tok::question))
[all...]
H A DContinuationIndenter.cpp353 Previous.isNot(tok::question)) ||
825 if (NextNonComment->is(tok::question) ||
826 (PreviousNonComment && PreviousNonComment->is(tok::question)))
1105 if (Style.BreakBeforeTernaryOperators && Current.is(tok::question))
1111 if (Previous && Previous->is(tok::question))
H A DUnwrappedLineParser.cpp1481 case tok::question:
2058 FormatTok->isOneOf(tok::colon, tok::question))
2071 tok::greater, tok::comma, tok::question)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp519 case tok::question: return 4;
572 else if (Operator == tok::question && LHS.Val == 0)
609 if (Operator == tok::question)
627 case tok::question: // No UAC for x and y in "x ? y : z".
764 case tok::question: {
769 PP.Diag(OpLoc, diag::note_matching) << tok::question; member in class:tok
878 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h44 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
H A DTGLexer.cpp173 case '?': return tgtok::question;
/freebsd-11-stable/sbin/restore/
H A Dutilities.c386 reply(char *question) argument
391 fprintf(stderr, "%s? [yn] ", question);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c119 reply(const char *question) argument
126 persevere = !strcmp(question, "CONTINUE");
129 printf("%s? no\n\n", question);
134 printf("%s? yes\n\n", question);
138 printf("%s? [yn] ", question);
H A Dfsck.h259 * in question. The following diagram shows a sample list where
470 int reply(const char *question);
/freebsd-11-stable/contrib/ldns/ldns/
H A Drr.h314 /** question rr [it would be nicer if thous is after _rd_count]
418 * creates an rr for the question section from a string, i.e.
475 * sets the question flag in the rr structure.
477 * \param[in] question question flag
480 void ldns_rr_set_question(ldns_rr *rr, bool question);
557 * returns the question flag of an rr structure.
559 * \return bool true if question
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp121 case tok::question:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp997 assert(Tok.is(tok::question));
1002 if (!ConsumeAndStoreUntil(tok::question, tok::colon, Toks,
1008 if (Tok.is(tok::question) && !ConsumeAndStoreConditional(Toks))
1147 case tok::question:
H A DParseTentative.cpp371 P.SkipUntil({tok::r_paren, tok::semi, tok::question, tok::colon},
373 if (P.Tok.is(tok::question))
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c315 size_t dname_len, uint16_t tp, uint16_t cl, uint32_t ttl, int question)
317 if(question) {
318 /* question is : name, type, class */
735 size_t origin_len, uint8_t* prev, size_t prev_len, int question)
766 ttl, question)) != 0)
768 /* for a question-RR we are done, no rdata */
769 if(question) {
314 rrinternal_write_typeclassttl(sldns_buffer* strbuf, uint8_t* rr, size_t len, size_t dname_len, uint16_t tp, uint16_t cl, uint32_t ttl, int question) argument
733 sldns_str2wire_rr_buf_internal(const char* str, uint8_t* rr, size_t* len, size_t* dname_len, uint32_t default_ttl, uint8_t* origin, size_t origin_len, uint8_t* prev, size_t prev_len, int question) argument
/freebsd-11-stable/contrib/top/
H A DConfigure123 You will be asked a series of questions. Each question will have a
/freebsd-11-stable/contrib/ldns/
H A Drr.c115 ldns_rdf **prev, bool question)
253 /* apparently we are done, and it's only a question RR
319 ldns_rr_set_question(new, question);
607 if (!question && desc && !was_unknown_rr_format &&
774 ldns_rr_set_question(ldns_rr *rr, bool question) argument
776 rr->_rr_question = question;
113 ldns_rr_new_frm_str_internal(ldns_rr **newrr, const char *str, uint32_t default_ttl, ldns_rdf *origin, ldns_rdf **prev, bool question) argument

Completed in 383 milliseconds

12