Searched refs:bprint_s (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | res_cache.cpp | 227 static char* bprint_s(char* p, char* end, const char* str) { in bprint_s() function 280 p = bprint_s(p, end, " "); in bprint_hexdump() 282 p = bprint_s(p, end, " "); in bprint_hexdump() 612 bp = bprint_s(bp, bend, "<MALFORMED>"); in dnsPacket_bprintQName() 630 p = bprint_s(p, end, " ("); in dnsPacket_bprintQR() 640 p = bprint_s(p, end, typeString); in dnsPacket_bprintQR() 658 p = bprint_s(p, end, "RECURSIVE "); in dnsPacket_bprintQuery()
|