Home
last modified time | relevance | path

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

12345678910>>...13

/openbsd/usr.bin/dig/lib/dns/
H A Drdataset.c204 int question = 0; in towiresorted() local
219 question = 1; in towiresorted()
235 if (!question && count > 1 && rdataset->type != dns_rdatatype_rrsig) in towiresorted()
301 if (!question) in towiresorted()
311 if (!question) { in towiresorted()
H A Dmasterdump.c469 int question, in dns_rdataset_totext() argument
490 if (question) in dns_rdataset_totext()
/openbsd/games/quiz/
H A Dquiz.c231 char *answer, *t, question[LINE_SZ]; in quiz() local
268 (void)strlcpy(question, t, sizeof question); in quiz()
283 (void)printf("%s?\n", question); in quiz()
/openbsd/gnu/llvm/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]
/openbsd/sbin/fsck_ext2fs/
H A Dutilities.c78 reply(char *question) in reply() argument
85 persevere = !strcmp(question, "CONTINUE"); in reply()
88 printf("%s? no\n\n", question); in reply()
92 printf("%s? yes\n\n", question); in reply()
96 printf("%s? [Fyn?] ", question); in reply()
/openbsd/gnu/llvm/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
/openbsd/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
/openbsd/sbin/dump/
H A Doptr.c74 query(char *question) in query() argument
85 attnmessage = question; in query()
103 " DUMP: %s: (\"yes\" or \"no\") ", question); in query()
H A Ddump.h93 int query(char *question);
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp566 case tok::question: return 4; in getPrecedence()
619 else if (Operator == tok::question && LHS.Val == 0) in EvaluateDirectiveSubExpr()
656 if (Operator == tok::question) in EvaluateDirectiveSubExpr()
674 case tok::question: // No UAC for x and y in "x ? y : z". in EvaluateDirectiveSubExpr()
811 case tok::question: { in EvaluateDirectiveSubExpr()
816 PP.Diag(OpLoc, diag::note_matching) << tok::question; in EvaluateDirectiveSubExpr()
925 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression()
/openbsd/sbin/fsck_ffs/
H A Dutilities.c79 reply(char *question) in reply() argument
85 persevere = !strcmp(question, "CONTINUE"); in reply()
88 printf("%s? no\n\n", question); in reply()
93 printf("%s? yes\n\n", question); in reply()
98 printf("%s? [Fyn?] ", question); in reply()
/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Drestrict.t73 "key 'question' not locked in copy?");
/openbsd/usr.bin/indent/
H A Dindent_codes.h42 #define question 7 macro
/openbsd/sbin/fsdb/
H A Dfsdb.h35 extern int reply(char *question);
/openbsd/regress/usr.bin/mandoc/roff/esc/
H A Dunsupp.out_ascii8 question mark: abc
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp112 static const tok::TokenKind NullishCoalescingOperator[] = {tok::question, in tryMergePreviousTokens()
113 tok::question}; in tryMergePreviousTokens()
114 static const tok::TokenKind NullPropagatingOperator[] = {tok::question, in tryMergePreviousTokens()
136 tok::question, tok::l_square}; in tryMergePreviousTokens()
202 tok::question) && in tryMergePreviousTokens()
245 {tok::exclaimequal, tok::question}, in tryMergePreviousTokens()
247 {tok::equalequal, tok::question}}, in tryMergePreviousTokens()
528 tok::colon, tok::question, tok::tilde) || in precedesOperand()
1170 FormatTok->Tok.isOneOf(tok::identifier, tok::question)) { in getNextToken()
/openbsd/sbin/restore/
H A Dutilities.c326 reply(char *question) in reply() argument
331 fprintf(stderr, "%s? [yn] ", question); in reply()
/openbsd/usr.bin/dig/lib/dns/include/dns/
H A Drdataset.h230 int question,
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
/openbsd/usr.bin/vi/docs/internals/
H A Dcontext8 any number, <question-mark>, <slash>, <dollar-sign>,
/openbsd/gnu/usr.bin/cvs/src/
H A Dcommit.c101 struct question { struct
109 struct question *next; argument
122 struct question *questionables;
178 struct question *p;
180 p = (struct question *) xmalloc (sizeof (struct question));
516 struct question *p;
517 struct question *q;
/openbsd/distrib/notes/arm64/
H A Dinstall51 In these cases the installer question about running X11 is not displayed;
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dpredicates.md89 /* It doesn't make sense to ask this question with a mode that is
110 /* It doesn't make sense to ask this question with a mode that is
/openbsd/gnu/llvm/llvm/docs/
H A DExtendedIntegerResults.txt8 specific integer GPR. This is an efficient way to go, but raises the question:
12 sign extended. The number of bits in question depends on the data-type that
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdio.texi39 This function at least allows us to answer the question, "is the

12345678910>>...13