| /src/lib/libc/nameser/ |
| ns_parse.c | 52 #define RETERR(err) do { errno = (err); return (-1); } while (/*NOTREACHED*//*CONSTCOND*/0) 54 #define RETERR(err) \ 96 RETERR(EMSGSIZE); 100 RETERR(EMSGSIZE); 107 RETERR(EMSGSIZE); 120 RETERR(EMSGSIZE); 123 RETERR(EMSGSIZE); 127 RETERR(EMSGSIZE); 143 RETERR(EMSGSIZE); 156 RETERR(ENODEV) [all...] |
| /src/external/bsd/libbind/dist/nameser/ |
| ns_parse.c | 46 #define RETERR(err) do { errno = (err); return (-1); } while (0) 48 #define RETERR(err) \ 90 RETERR(EMSGSIZE); 94 RETERR(EMSGSIZE); 101 RETERR(EMSGSIZE); 113 RETERR(EMSGSIZE); 116 RETERR(EMSGSIZE); 120 RETERR(EMSGSIZE); 136 RETERR(EMSGSIZE); 149 RETERR(ENODEV) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ttl.c | 35 #define RETERR(x) \ 94 RETERR(ttlfmt(weeks, "week", verbose, (x > 0), target)); 98 RETERR(ttlfmt(days, "day", verbose, (x > 0), target)); 102 RETERR(ttlfmt(hours, "hour", verbose, (x > 0), target)); 106 RETERR(ttlfmt(mins, "minute", verbose, (x > 0), target)); 110 RETERR(ttlfmt(secs, "second", verbose, (x > 0), target));
|
| gssapictx.c | 93 #define RETERR(x) \ 636 RETERR(isc_buffer_copyregion(outtoken, &r)); 750 RETERR(isc_buffer_copyregion(*outtoken, &r)); 760 RETERR(ISC_R_FAILURE); 782 RETERR(dns_name_fromtext(principal, &namebuf, dns_rootname, 0,
|
| nsec.c | 35 #define RETERR(x) \ 194 RETERR(dns_nsec_buildrdata(db, version, node, target, data, &rdata)); 201 RETERR(dns_rdatalist_tordataset(&rdatalist, &rdataset));
|
| rcode.c | 44 #define RETERR(x) \ 300 RETERR(dns_mnemonic_fromtext(&value, source, rcodes, 0xffff)); 313 RETERR(dns_mnemonic_fromtext(&value, source, tsigrcodes, 0xffff)); 326 RETERR(dns_mnemonic_fromtext(&value, source, certs, 0xffff)); 339 RETERR(dns_mnemonic_fromtext(&value, source, secalgs, 0xff)); 368 RETERR(dns_mnemonic_fromtext(&value, source, secprotos, 0xff)); 381 RETERR(dns_mnemonic_fromtext(&value, source, hashalgs, 0xff)); 443 RETERR(dns_mnemonic_fromtext(&value, source, dsdigests, 0xff));
|
| dnssec.c | 55 #define RETERR(x) \ 787 RETERR(dns_db_findrdataset(db, node, ver, dns_rdatatype_dnskey, 0, 0, 789 RETERR(dns_rdataset_first(&rdataset)); 793 RETERR(dns_dnssec_keyfromrdata(name, &rdata, mctx, &pubkey)); 992 RETERR(dst_context_create(key, mctx, DNS_LOGCATEGORY_DNSSEC, true, 0, 1000 RETERR(dns_rdata_fromstruct(NULL, dns_rdataclass_any, 1004 RETERR(dst_context_adddata(ctx, &r)); 1010 RETERR(dst_context_adddata(ctx, &msg->query)); 1019 RETERR(dst_context_adddata(ctx, &r)); 1026 RETERR(dst_context_adddata(ctx, &r)) [all...] |
| keymgr.c | 40 #define RETERR(x) \ 447 RETERR(dst_key_generate(origin, algo, size, 0, keyflags, 1989 RETERR(isc_dir_open(&dir, directory)); 2181 RETERR(keymgr_key_rollover( 2206 RETERR(dst_key_tofile(dkey->key, options, directory));
|
| tkey.c | 58 #define RETERR(x) \ 171 RETERR(dns_message_gettemprdata(msg, &newrdata)); 180 RETERR(dns_message_gettempname(msg, &newname)); 183 RETERR(dns_message_gettemprdatalist(msg, &newlist)); 189 RETERR(dns_message_gettemprdataset(msg, &newset)); 190 RETERR(dns_rdatalist_tordataset(newlist, newset)); 434 RETERR(add_rdata_to_list(msg, keyname, &keyrdata, ttl, namelist)); 437 RETERR(dst_key_todns(tctx->dhkey, &ourkeybuf)); 448 RETERR(add_rdata_to_list(msg, &ourname, &ourkeyrdata, 0, namelist)); 450 RETERR(dst_key_secretsize(tctx->dhkey, &sharedsize)) [all...] |
| dst_api.c | 179 #define RETERR(x) \ 206 RETERR(dst__hmacmd5_init(&dst_t_func[DST_ALG_HMACMD5])); 207 RETERR(dst__hmacsha1_init(&dst_t_func[DST_ALG_HMACSHA1])); 208 RETERR(dst__hmacsha224_init(&dst_t_func[DST_ALG_HMACSHA224])); 209 RETERR(dst__hmacsha256_init(&dst_t_func[DST_ALG_HMACSHA256])); 210 RETERR(dst__hmacsha384_init(&dst_t_func[DST_ALG_HMACSHA384])); 211 RETERR(dst__hmacsha512_init(&dst_t_func[DST_ALG_HMACSHA512])); 212 RETERR(dst__openssl_init(engine)); 213 RETERR(dst__openssldh_init(&dst_t_func[DST_ALG_DH])); 215 RETERR(dst__opensslrsa_init(&dst_t_func[DST_ALG_RSASHA1] [all...] |
| masterdump.c | 58 #define RETERR(x) \ 592 RETERR(str_totext(ctx->indent.string, target)); 600 RETERR(str_totext("- ", target)); 603 RETERR(str_totext(";", target)); 614 RETERR(dns_name_totext(name, omit_final_dot, target)); 699 RETERR(str_totext("\\-", target)); 735 RETERR(str_totext(";-$NXDOMAIN\n", target)); 737 RETERR(str_totext(";-$NXRRSET\n", target)); 743 RETERR(ncache_summary(rdataset, omit_final_dot, ctx, 752 RETERR(dns_rdata_tofmttext [all...] |
| rdata.c | 50 #define RETERR(x) \ 449 RETERR(isc_lex_getmastertoken(lexer, &token, 495 RETERR(uint8_tobuffer(window, target)); 496 RETERR(uint8_tobuffer(octet + 1, target)); 497 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1)); 513 RETERR(str_totext(tctx->linebreak, target)); 533 RETERR(str_totext(" ", target)); 537 RETERR(dns_rdatatype_totext(t, target)); 541 RETERR(str_totext(buf, target)); 561 RETERR(DNS_R_FORMERR) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| base64.c | 26 #define RETERR(x) \ 66 RETERR(str_totext(buf, target)); 73 RETERR(str_totext(wordbreak, target)); 82 RETERR(str_totext(buf, target)); 88 RETERR(str_totext(buf, target)); 159 RETERR(mem_tobuffer(ctx->target, buf, n)); 204 RETERR(isc_lex_getmastertoken(lexer, &token, 211 RETERR(base64_decode_char(&ctx, tr->base[i])); 218 RETERR(base64_decode_finish(&ctx)); 238 RETERR(base64_decode_char(&ctx, c)) [all...] |
| hex.c | 27 #define RETERR(x) \ 59 RETERR(str_totext(buf, target)); 66 RETERR(str_totext(wordbreak, target)); 101 RETERR(mem_tobuffer(ctx->target, &num, 1)); 146 RETERR(isc_lex_getmastertoken(lexer, &token, 153 RETERR(hex_decode_char(&ctx, tr->base[i])); 160 RETERR(hex_decode_finish(&ctx)); 180 RETERR(hex_decode_char(&ctx, c)); 182 RETERR(hex_decode_finish(&ctx));
|
| base32.c | 27 #define RETERR(x) \ 69 RETERR(str_totext(buf, target)); 78 RETERR(str_totext(buf, target)); 86 RETERR(str_totext(buf, target)); 95 RETERR(str_totext(buf, target)); 101 RETERR(str_totext(buf, target)); 109 RETERR(str_totext(wordbreak, target)); 261 RETERR(mem_tobuffer(ctx->target, buf, n)); 285 RETERR(base32_decode_char(ctx, '=')); 316 RETERR(isc_lex_getmastertoken(lexer, &token [all...] |
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| util.h | 409 #define RETERR(x) \
|
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| simops.c | 3203 #define RETERR(X) SET_GPR (4, (X)) /* return error code */ 3512 RETERR (cb->get_errno (cb)); 3514 RETERR (0);
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| simops.c | 1621 #define RETERR State.regs[11] /* return error code */ 1627 RETERR = 0; 1635 RETERR = errno; 1649 RETERR = errno; 1662 RETERR = errno; 1678 RETERR = errno; 1690 RETERR = errno; 1702 RETERR = sim_io_get_errno (simulator); 1716 RETERR = sim_io_get_errno (simulator); 1723 RETERR = sim_io_get_errno (simulator) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| simops.c | 3203 #define RETERR(X) SET_GPR (4, (X)) /* return error code */ 3512 RETERR (cb->get_errno (cb)); 3514 RETERR (0);
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| simops.c | 1621 #define RETERR State.regs[11] /* return error code */ 1627 RETERR = 0; 1635 RETERR = errno; 1649 RETERR = errno; 1662 RETERR = errno; 1678 RETERR = errno; 1690 RETERR = errno; 1702 RETERR = sim_io_get_errno (simulator); 1716 RETERR = sim_io_get_errno (simulator); 1723 RETERR = sim_io_get_errno (simulator) [all...] |
| /src/external/gpl3/gdb/dist/sim/cr16/ |
| simops.c | 5117 #define RETERR(X) SET_GPR (4, (X)) /* return error code. */ 5455 RETERR (cb->get_errno (cb)); 5457 RETERR (0);
|
| /src/external/gpl3/gdb.old/dist/sim/cr16/ |
| simops.c | 5117 #define RETERR(X) SET_GPR (4, (X)) /* return error code. */ 5455 RETERR (cb->get_errno (cb)); 5457 RETERR (0);
|