Searched refs:RETERR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/nameser/
H A Dns_parse.c48 #define RETERR(err) do { errno = (err); return (-1); } while (0) macro
50 #define RETERR(err) \ macro
92 RETERR(EMSGSIZE);
96 RETERR(EMSGSIZE);
103 RETERR(EMSGSIZE);
115 RETERR(EMSGSIZE);
118 RETERR(EMSGSIZE);
122 RETERR(EMSGSIZE);
138 RETERR(EMSGSIZE);
151 RETERR(ENODE
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhex.c32 #define RETERR(x) do { \ macro
64 RETERR(str_totext(buf, target));
72 RETERR(str_totext(wordbreak, target));
107 RETERR(mem_tobuffer(ctx->target, &num, 1));
144 RETERR(isc_lex_getmastertoken(lexer, &token,
150 RETERR(hex_decode_char(&ctx, tr->base[i]));
154 RETERR(hex_decode_finish(&ctx));
169 RETERR(hex_decode_char(&ctx, c));
171 RETERR(hex_decode_finish(&ctx));
H A Dbase32.c30 #define RETERR(x) do { \ macro
72 RETERR(str_totext(buf, target));
81 RETERR(str_totext(buf, target));
89 RETERR(str_totext(buf, target));
98 RETERR(str_totext(buf, target));
104 RETERR(str_totext(buf, target));
112 RETERR(str_totext(wordbreak, target));
233 RETERR(mem_tobuffer(ctx->target, buf, n));
272 RETERR(isc_lex_getmastertoken(lexer, &token,
278 RETERR(base32_decode_cha
[all...]
H A Dbase64.c30 #define RETERR(x) do { \ macro
70 RETERR(str_totext(buf, target));
78 RETERR(str_totext(wordbreak, target));
87 RETERR(str_totext(buf, target));
93 RETERR(str_totext(buf, target));
158 RETERR(mem_tobuffer(ctx->target, buf, n));
195 RETERR(isc_lex_getmastertoken(lexer, &token,
201 RETERR(base64_decode_char(&ctx, tr->base[i]));
205 RETERR(base64_decode_finish(&ctx));
220 RETERR(base64_decode_cha
[all...]

Completed in 56 milliseconds