Home
last modified time | relevance | path

Searched refs:rcode (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dsmfi.c564 smfi_setreply(ctx, rcode, xcode, message) in smfi_setreply() argument
566 char *rcode;
573 if (rcode == NULL || ctx == NULL)
577 len = strlen(rcode) + 2;
580 if ((rcode[0] != '4' && rcode[0] != '5') ||
581 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
582 !isascii(rcode[2]) || !isdigit(rcode[2]))
605 (void) sm_strlcpy(buf, rcode, len);
637 smfi_setmlreply(SMFICTX *ctx, const char *rcode, const char *xcode, ...) in smfi_setmlreply() argument
639 smfi_setmlreply(ctx, rcode, xcode, va_alist) in smfi_setmlreply()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddeliver.c1307 int rcode; /* response code */ local
1389 rcode = EX_OK;
1395 rpath = remotename(p, m, RF_SENDERADDR|RF_CANONICAL, &rcode, e);
1456 rcode = -1;
1602 rcode = rscheck("check_compat", e->e_from.q_paddr, to->q_paddr,
1605 if (rcode == EX_OK)
1610 rcode = checkcompat(to, e);
1614 if (rcode != EX_OK)
1616 markfailure(e, to, NULL, rcode, ovr);
1617 giveresponse(rcode, to->q_status, m,
[all …]
Ddomain.c91 int i, rcode; local
115 &rcode, false, &ttl);
186 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) in getmxrr() argument
191 int *rcode;
217 *rcode = EX_OK;
278 *rcode = EX_NOHOST;
290 *rcode = EX_TEMPFAIL;
296 *rcode = EX_OSERR;
477 *rcode = EX_TEMPFAIL;
490 *rcode = EX_TEMPFAIL;
[all …]
Dmain.c4274 auto int rcode; local
4283 nmx = getmxrr(p, mxhosts, NULL, false, &rcode, true,
4320 auto int rcode = EX_OK; local
4357 (&map->s_map, q, av, &rcode);
4361 rcode);
4365 rcode);
4371 auto int rcode = EX_OK; local
4399 p = remotename(q, m, tryflags, &rcode, CurEnv);
4402 rcode, p == NULL ? "<NULL>" : p);
Dusersmtp.c2868 int rcode; local
2909 rcode = endmailer(mci, e, NULL);
2910 if (rcode != EX_OK)
2923 rcode);
Dsavemail.c1753 int rcode; local
1797 &rcode, true, NULL) > 0)
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/
DUCD.pm203 my($rcode,$rname,$rdec);
206 $rcode = $hexk;
207 $rcode =~ s/^0+//;
208 $rcode = sprintf("%04X", hex($rcode));
236 $prop{code} = $rcode;
/mirbsd/src/lib/libc/net/
Dres_query.c103 hp->rcode = NOERROR; /* default */ in res_query()
139 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_query()
142 printf(";; rcode = %u, ancount=%u\n", hp->rcode, in res_query()
145 switch (hp->rcode) { in res_query()
264 if (hp->rcode == SERVFAIL) { in res_search()
Dgetaddrinfo.c1365 int rcode; in res_queryN() local
1374 rcode = NOERROR; in res_queryN()
1389 hp->rcode = NOERROR; /* default */ in res_queryN()
1427 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_queryN()
1428 rcode = hp->rcode; /* record most recent error */ in res_queryN()
1431 printf(";; rcode = %u, ancount=%u\n", hp->rcode, in res_queryN()
1443 switch (rcode) { in res_queryN()
1560 if (hp->rcode == SERVFAIL) { in res_searchN()
Dres_send.c764 if (anhp->rcode == SERVFAIL || in res_send()
765 anhp->rcode == NOTIMP || in res_send()
766 anhp->rcode == REFUSED) { in res_send()
Dres_mkquery.c113 hp->rcode = NOERROR; in res_mkquery()
Dres_debug.c270 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_HEADX) || hp->rcode) { in __fp_nquery()
273 _res_resultcodes[hp->rcode], in __fp_nquery()
/mirbsd/src/lib/libpthread/uthread/
Duthread_info_openbsd.c366 char rcode[22], wcode[22]; in _thread_dump_info() local
372 snprintf(rcode, sizeof rcode, "%s:%d", in _thread_dump_info()
376 rcode[0] = '\0'; in _thread_dump_info()
392 rcode, in _thread_dump_info()
/mirbsd/src/usr.sbin/ppp/ppp/
Dalias_nbt.c85 u_short dir:1, opcode:4, nmflags:7, rcode:4; member
101 static void PrintRcode( u_char rcode ) { in PrintRcode() argument
103 switch (rcode) { in PrintRcode()
117 printf("\n?%c? = %0x\n", '?', rcode ); in PrintRcode()
653 nsh->rcode, in AliasHandleUdpNbtNS()
703 PrintRcode(nsh->rcode); in AliasHandleUdpNbtNS()
Dip.c95 unsigned rcode : 4; member
/mirbsd/src/lib/libssl/src/crypto/conf/
Dconf_mod.c235 char rcode[DECIMAL_SIZE(ret)+1]; in module_run() local
237 BIO_snprintf(rcode, sizeof rcode, "%-8d", ret); in module_run()
238 ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode); in module_run()
/mirbsd/src/include/arpa/
Dnameser.h334 unsigned rcode :4; /* response code */ member
344 unsigned rcode :4; /* response code */ member
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTGopher.c1231 char *rcode, *ndx_str, *fname, *fvalue, *l; in generate_cso_report() local
1264 rcode = (p[0] == '-') ? &p[1] : p; in generate_cso_report()
1297 HTSprintf0(&buf, "<DD>%s\n", rcode); in generate_cso_report()
1301 if ((*rcode >= '2') && (*rcode <= '5') && (fname != ndx_str)) { in generate_cso_report()
/mirbsd/src/gnu/usr.bin/perl/lib/
Doverload.t1171 my $rcode = "$map{$l} $op $map{$r}";
1175 my $expect = eval $rcode;
1177 test ($got, $expect, $ocode) or print "# $rcode\n";
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-msp430.c775 } rcode[] = variable
1054 rx = &rcode[i]; in msp430_elf_relax_section()
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c2509 int rcode; in ap_rputs() local
2514 rcode = ap_bputs(str, r->connection->client); in ap_rputs()
2515 if (rcode < 0) { in ap_rputs()
2525 return rcode; in ap_rputs()
/mirbsd/src/usr.bin/host/
Dhost.c2308 if (bp->rcode != NOERROR || ancount == 0)
2310 switch (bp->rcode)
4768 if (bp->rcode != NOERROR || ancount == 0)
4773 switch (bp->rcode)
6750 decode_error(rcode) in decode_error() argument
6751 input int rcode; /* error code from bp->rcode */ in decode_error()
6753 switch (rcode)
6791 failed = (bp->rcode != NOERROR || ancount == 0);
6810 printf("status: %s\n", decode_error((int)bp->rcode));