Symbol: ub_strerror
sbin/unwind/libunbound/libunbound/unbound.h
598
const char* ub_strerror(int err);
sbin/unwind/resolver.c
1294
ub_strerror(err));
sbin/unwind/resolver.c
1317
ub_strerror(err));
sbin/unwind/resolver.c
1328
ub_strerror(err));
sbin/unwind/resolver.c
1339
ub_strerror(err));
sbin/unwind/resolver.c
1350
ub_strerror(err));
sbin/unwind/resolver.c
1412
ub_strerror(err));
sbin/unwind/resolver.c
1472
options[i].value, ub_strerror(err));
sbin/unwind/resolver.c
914
err, ub_strerror(err));
usr.sbin/unbound/libunbound/unbound.h
598
const char* ub_strerror(int err);
usr.sbin/unbound/smallapp/unbound-anchor.c
2134
if(verb) printf("add 5011 probe to ctx: %s\n", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
2152
if(verb) printf("resolve DNSKEY: %s\n", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
299
if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
303
if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
307
if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
311
if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
315
if(r) ub_ctx_error_exit(ctx, srcaddr, ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
319
if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
323
if(r) ub_ctx_error_exit(ctx, "ip6only", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
573
(tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r));
usr.sbin/unbound/smallapp/unbound-host.c
376
fprintf(stderr, "resolve error: %s\n", ub_strerror(ret));
usr.sbin/unbound/smallapp/unbound-host.c
415
fprintf(stderr, "error: %s\n", ub_strerror(r));
usr.sbin/unbound/testcode/asynclook.c
120
ub_strerror(info->err));
usr.sbin/unbound/testcode/asynclook.c
158
printf("%s error: %s\n", desc, ub_strerror(err));
usr.sbin/unbound/testcode/asynclook.c
446
ub_strerror(r),
usr.sbin/unbound/testcode/asynclook.c
456
ub_strerror(r),