Home
last modified time | relevance | path

Searched refs:ANSWER (Results 1 – 8 of 8) sorted by relevance

/src/contrib/bmake/unit-tests/
H A Dvarmod-sun-shell1.mk11 ANSWER= echo 42; (exit 13)
12 THE_ANSWER= ${ANSWER:sh1}
/src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m483 ifelse( ANSWER, `quotient', `
230 ifelse( ANSWER, `quotient',
239 ifelse( ANSWER, `quotient',
245 ifelse( ANSWER, `quotient',
/src/contrib/unbound/doc/
H A DREADME.DNS6428 ;; ANSWER SECTION:
H A DChangelog5958 in ANSWER section.
/src/contrib/ntp/ntpd/
H A Drefclock_acts.c184 #define ANSWER 60 /* answer timeout */ macro
410 up->timer = ANSWER; in acts_message()
/src/lib/libc/rpc/
H A DREADME3 LINE WITH QUESTIONS ON THIS RELEASE. THEY CANNOT ANSWER QUESTIONS ABOUT THIS
/src/contrib/unbound/contrib/
H A Dfastrpz.patch2121 +/* Check the RRs in the ANSWER section of a reply_info. */
2130 + /* Check the RRs in the ANSWER section. */
2377 + /* Check the RRs in the ANSWER section. */
2591 + /* Check the RRs in the ANSWER section. */
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td7650 const int ANSWER __attribute__ ((weak)) = 42;
7663 if there is a non-weak definition of "ANSWER" in
7665 printf("6 * 7 = %d\n", ANSWER);