Searched refs:answer (Results 1 - 25 of 82) sorted by last modified time

1234

/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh1362 local answer
1367 answer=y
1369 answer=n
1372 read answer
1375 case "$answer" in
1393 echo " *** Sorry, I do not understand your answer (${answer})"
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c75 /** max number of CNAMEs we are willing to follow (in one answer) */
201 /** see if rrset is a duplicate in the answer message */
217 /** add rrset to answer section (no auth, add rrsets yet) */
2235 * itself for answer purposes). That name may have DNAME, NS or wildcard
2254 /* no direct answer from nsec3-only domains */
2413 /** create synthetic CNAME rrset for in a DNAME answer in region,
2482 /** add a synthesized CNAME to the answer section */
2880 /** generate answer for positive answer */
2900 /** generate answer fo
5375 struct ub_packed_rrset_key* answer = local
6434 struct ub_packed_rrset_key* answer = local
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c443 fill_res(struct ub_result* res, struct ub_packed_rrset_key* answer, argument
449 if(!answer) {
460 data = (struct packed_rrset_data*)answer->entry.data;
461 if(query_dname_compare(rq->qname, answer->rk.dname) != 0) {
462 if(!fill_canon(res, answer->rk.dname))
476 /* ttl for positive answers, from CNAME and answer RRs */
603 /* see if there is a fixed answer */
683 /* see if there is a fixed answer */
756 log_err("out of memory for async answer");
760 log_err("out of memory for async answer");
[all...]
/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c543 * ignored and the A is always used to create the answer.
628 * - A successful AAAA query with an answer.
637 /* not internal, type AAAA, not CD, and no answer RRset,
638 * So, this is a AAAA noerror/nodata answer */
800 * Synthesize an AAAA RR set from an A sub-query's answer and add it to the
907 struct ub_packed_rrset_key* answer; local
920 * Adjust the domain name of the answer RR set so that it matches the
923 answer = reply_find_answer_rrset(&qstate->qinfo, super->return_msg->rep);
924 if(answer) {
925 answer
[all...]
/freebsd-11-stable/contrib/less/
H A Dedit.c242 int answer; local
413 answer = query("\"%s\" may be a binary file. See it anyway? ",
415 if (answer != 'y' && answer != 'Y')
784 int answer; local
810 answer = 'O';
817 answer = query("Warning: \"%s\" exists; "OVERWRITE_OPTIONS" ", &parg);
821 switch (answer)
850 answer = query(OVERWRITE_OPTIONS" (Type \"O\", \"A\", \"D\" or \"Q\") ", NULL_PARG);
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsol.c121 static u_char answer[1500]; local
170 rcviov[0].iov_base = (caddr_t)answer;
171 rcviov[0].iov_len = sizeof(answer);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dmetrics.awk110 if(x ~ /^num.answer.rcode./) {
H A Dunbound_munin_114 ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/"
323 echo "graph_vlabel answer packets / \${graph_period}"
326 for x in `grep "^num.answer.rcode" $state`; do
328 tp=`echo $nm | sed -e s/num.answer.rcode.//`
331 p_config "num.answer.secure" "answer secure" "ABSOLUTE"
332 p_config "num.answer.bogus" "answer bogus" "ABSOLUTE"
343 p_config "num.query.flags.AA" "AA (auth answer) flag" "ABSOLUTE"
488 for x in `grep "^num.answer
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c3314 struct sctp_ifa *answer; local
3443 answer = sctp_choose_boundall(inp, stcb, net, ro, vrf_id,
3447 return (answer);
3453 answer = sctp_choose_boundspecific_stcb(inp, stcb, ro,
3458 answer = sctp_choose_boundspecific_inp(inp, ro, vrf_id,
3464 return (answer);
H A Dsctp_pcb.c5248 int answer; local
5274 answer = inp->ip_inp.inp.inp_vflag & INP_IPV6;
5279 answer = inp->ip_inp.inp.inp_vflag & INP_IPV4;
5284 answer = 0;
5287 return (answer);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c887 ** answer -- buffer for RRs
888 ** anslen -- size of answer
889 ** anspos -- current position in answer
892 ** >0: length of data in answer
897 dnscrtrr(domain, query, qtype, value, rr_type, flags, herr, adp, answer, anslen, anspos)
906 unsigned char *answer;
971 rlen = gen_dns_reply(answer, anslen, anspos,
981 rlen = gen_dns_reply(answer, anslen, anspos,
996 rlen = gen_dns_reply(answer, anslen, anspos,
1006 rlen = gen_dns_reply(answer, ansle
[all...]
H A Dmap.c3788 ** bind DN, and secret) can answer queries for multiple maps.
4017 char *answer; local
4019 answer = __getldapaliasbyname(name, &rc);
4021 char answer[MAXNAME + 1]; local
4023 rc = __getldapaliasbyname(name, answer, sizeof(answer));
4036 answer);
4040 result = map_rewrite(map, answer, strlen(answer), av);
4042 free(answer);
[all...]
H A Ddomain.c543 querybuf answer; local
645 hp = (HEADER *)&answer;
646 n = (*resfunc)(host, C_IN, T_MX, (unsigned char *) &answer,
647 sizeof(answer));
707 if (n > sizeof(answer))
708 n = sizeof(answer);
710 /* find first satisfactory answer */
711 cp = (unsigned char *)&answer + HFIXEDSZ;
712 eom = (unsigned char *)&answer + n;
732 if ((n = dn_expand((unsigned char *)&answer, eo
1260 querybuf answer; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c545 /* Ignore code "" (blank lines) which is not a valid answer. */
562 /* Ignore code "" (blank lines) which is not a valid answer. */
720 * NULL if the answer was not one of them.
722 * If the answer is the (globally recognized) 'help' option, then display
736 const char *answer;
738 SVN_ERR(svn_cmdline_prompt_user2(&answer, prompt, prompt_baton, scratch_pool));
739 if (strcmp(answer, "h") == 0 || strcmp(answer, "?") == 0)
752 *opt = find_option(conflict_options, answer);
1655 const char *answer;
735 const char *answer; local
1654 const char *answer; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c814 const char *answer = NULL;
834 SVN_ERR(prompt(&answer, prompt_string, FALSE, pb, pool));
835 if (apr_strnatcasecmp(answer, _("yes")) == 0 ||
836 apr_strnatcasecmp(answer, _("y")) == 0)
841 else if (apr_strnatcasecmp(answer, _("no")) == 0 ||
842 apr_strnatcasecmp(answer, _("n")) == 0)
811 const char *answer = NULL; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc485 // There was an error; "remote" is the conservative answer.
500 // vmount entry not found; "remote" is the conservative answer.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1485 (lldb) type summary add --summary-string "the answer is ${*var.ptr}" JustADemo
1487 Subsequently displaying demo_instance with 'frame variable' or 'expression' will display "the answer is 42"
1489 (lldb) type summary add --summary-string "the answer is ${*var.ptr}, and the question is ${var.value}" JustADemo
1491 Subsequently displaying demo_instance with 'frame variable' or 'expression' will display "the answer is 42 and the question is 3.14"
1499 (lldb) type summary add --summary-string "the answer is ${var.ptr}, and the question is ${var.value}" JustADemo
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1672 u_int16_t answer; local
1695 answer = ~sum; /* truncate to 16 bits */
1696 return (answer);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S326 ! negate for answer < 0, otherwise annulled
H A Ddivsi3.S326 ! negate for answer < 0, otherwise annulled
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dgetent.c66 char *answer, *tempid; local
69 retval = cgetstr(area, tempid, &answer);
71 return((retval > 0) ? answer : NULL);
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in48 read answer
49 case $answer in
/freebsd-11-stable/sbin/ping/
H A Dping.c511 case 'W': /* wait ms for answer */
1383 u_short answer; local
1409 answer = ~sum; /* truncate to 16 bits */
1410 return(answer);
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1753 register u_short answer; local
1776 answer = ~sum; /* truncate to 16 bits */
1777 return (answer);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c72 struct tsp *answer; local
415 "no answer from candidate %s\n",
448 answer = acksend(&to, &ntp->dest_addr,
451 if (answer == NULL)
453 htp = addmach(answer->tsp_name,&from,ntp);
455 answer = acksend(&to, &htp->addr, htp->name,
457 if (!answer) {
475 answer = acksend(&to, &slavenet->dest_addr,
478 if (answer != NULL
479 && good_host_name(answer
[all...]

Completed in 365 milliseconds

1234