Searched refs:ANSWER (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/tools/tools/tinybsd/
H A Dtinybsd140 local ANSWER
142 ANSWER=$1
146 echo -n "$MESSAGE [$ANSWER] " > /dev/tty
148 [ "$result" != "" ] && ANSWER=$result
151 ANSWER=`eval "echo $ANSWER"`
152 echo $ANSWER
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m483 ifelse( ANSWER, `quotient', `
230 ifelse( ANSWER, `quotient',
239 ifelse( ANSWER, `quotient',
245 ifelse( ANSWER, `quotient',
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh1046 read ANSWER
1047 case "$ANSWER" in
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_acts.c190 #define ANSWER 60 /* answer timeout */ macro
417 up->timer = ANSWER;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c3967 #define ANSWER(r) (((r)->attributes & DNS_RDATASETATTR_ANSWER) != 0) macro
4682 if (ANSWER(rdataset)) {
4729 if (!ANSWER(rdataset) && need_validation) {
4760 if (!need_validation || !ANSWER(rdataset)) {
4761 if (ANSWER(rdataset) &&
4820 } else if (!ANSWER(rdataset))
4824 if (ANSWER(rdataset) && need_validation) {
4868 if (ANSWER(rdataset))
4898 if (ANSWER(rdataset) &&
4922 if (ANSWER(rdatase
[all...]

Completed in 83 milliseconds