Searched refs:unbound_lite_wrapstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.h211 char* unbound_lite_wrapstr(char* s);
212 # define sldns_rr2str(rr) unbound_lite_wrapstr(sldns_rr2str(rr))
213 # define sldns_rdf2str(rdf) unbound_lite_wrapstr(sldns_rdf2str(rdf))
214 # define sldns_rr_type2str(t) unbound_lite_wrapstr(sldns_rr_type2str(t))
215 # define sldns_rr_class2str(c) unbound_lite_wrapstr(sldns_rr_class2str(c))
216 # define sldns_rr_list2str(r) unbound_lite_wrapstr(sldns_rr_list2str(r))
217 # define sldns_pkt2str(p) unbound_lite_wrapstr(sldns_pkt2str(p))
218 # define sldns_pkt_rcode2str(r) unbound_lite_wrapstr(sldns_pkt_rcode2str(r))
H A Dalloc.c637 char* unbound_lite_wrapstr(char* s) function
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-host.c60 #define unbound_lite_wrapstr(s) s macro

Completed in 87 milliseconds