Searched refs:answers (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/libexec/talkd/
H A Dprint.c54 static const char *answers[] = variable
57 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
89 ap = answers[rp->answer];
/freebsd-12-stable/usr.bin/talk/
H A Dinvite.c139 static const char *answers[] = { variable
150 #define NANSWERS (sizeof (answers) / sizeof (answers[0]))
165 message(answers[response.answer]);
/freebsd-12-stable/contrib/ldns/drill/
H A Dchasetrace.c158 ldns_rr_list *answers = NULL; local
258 answers = ldns_pkt_rr_list_by_type(p, t, LDNS_SECTION_ANSWER);
259 if (answers && ldns_rr_list_rr_count(answers) > 0) {
260 ldns_rr_list_free(answers);
261 answers = NULL;
264 ldns_rr_list_free(answers);
265 answers = NULL;
/freebsd-12-stable/contrib/unbound/contrib/
H A Dparseunbound.pl81 if ( $line =~ m/info: server stats for thread \d+: (\d+) queries, (\d+) answers from cache, (\d+) recursions/ ) {
H A Dunbound_munin_45 # unbound_munin_by_rcode - answers by rcode, validation status
87 unbound_munin_by_rcode - answers by rcode, validation status
321 echo "graph_title Unbound DNS answers by return code"
334 echo "graph_info answers sorted by return value. rrsets bogus is the number of rrsets marked bogus per \${graph_period} by the validator"
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c1834 /* #unassert with no answer is valid - it removes all answers. */
1894 /* We don't expand predicates or answers. */
1926 for (result = &node->value.answers; *result; result = &(*result)->next)
1992 new_answer->next = node->value.answers;
2009 node->value.answers = new_answer;
2035 if (node->value.answers == 0)
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h601 struct answer * GTY ((tag ("NTV_ANSWER"))) answers;
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c1024 u16 trans_id, questions, answers, authority, additional, datalength; local
1036 GET16(answers);
1054 /* if (!answers) return; */ /* must have an answer of some form */
1101 for (i = 0; i < answers; ++i) {
1225 u16 trans_id, flags, questions, answers, authority, additional; local
1234 GET16(answers);
1237 (void)answers;
1276 /* Ignore answers, authority, and additional. */
1691 APPEND16(0); /* no answers */
4231 * answers
[all...]
/freebsd-12-stable/contrib/libevent/
H A Devdns.c1024 u16 trans_id, questions, answers, authority, additional, datalength; local
1036 GET16(answers);
1054 /* if (!answers) return; */ /* must have an answer of some form */
1099 for (i = 0; i < answers; ++i) {
1223 u16 trans_id, flags, questions, answers, authority, additional; local
1232 GET16(answers);
1235 (void)answers;
1274 /* Ignore answers, authority, and additional. */
1689 APPEND16(0); /* no answers */
4234 * answers
[all...]

Completed in 174 milliseconds