| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | smfi.c | 564 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/ |
| D | deliver.c | 1307 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 …]
|
| D | domain.c | 91 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 …]
|
| D | main.c | 4274 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);
|
| D | usersmtp.c | 2868 int rcode; local 2909 rcode = endmailer(mci, e, NULL); 2910 if (rcode != EX_OK) 2923 rcode);
|
| D | savemail.c | 1753 int rcode; local 1797 &rcode, true, NULL) > 0)
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Unicode/ |
| D | UCD.pm | 203 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/ |
| D | res_query.c | 103 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()
|
| D | getaddrinfo.c | 1365 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()
|
| D | res_send.c | 764 if (anhp->rcode == SERVFAIL || in res_send() 765 anhp->rcode == NOTIMP || in res_send() 766 anhp->rcode == REFUSED) { in res_send()
|
| D | res_mkquery.c | 113 hp->rcode = NOERROR; in res_mkquery()
|
| D | res_debug.c | 270 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/ |
| D | uthread_info_openbsd.c | 366 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/ |
| D | alias_nbt.c | 85 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()
|
| D | ip.c | 95 unsigned rcode : 4; member
|
| /mirbsd/src/lib/libssl/src/crypto/conf/ |
| D | conf_mod.c | 235 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/ |
| D | nameser.h | 334 unsigned rcode :4; /* response code */ member 344 unsigned rcode :4; /* response code */ member
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTGopher.c | 1231 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/ |
| D | overload.t | 1171 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/ |
| D | elf32-msp430.c | 775 } rcode[] = variable 1054 rx = &rcode[i]; in msp430_elf_relax_section()
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_protocol.c | 2509 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/ |
| D | host.c | 2308 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));
|