Home
last modified time | relevance | path

Searched refs:_bprint_s (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
Dres_cache.c255 _bprint_s( char* p, char* end, const char* str ) in _bprint_s() function
320 p = _bprint_s(p, end, " "); in _bprint_hexdump()
322 p = _bprint_s(p, end, " "); in _bprint_hexdump()
689 bp = _bprint_s(bp, bend, "<MALFORMED>"); in _dnsPacket_bprintQName()
712 p = _bprint_s(p, end, " ("); in _dnsPacket_bprintQR()
722 p = _bprint_s(p, end, typeString); in _dnsPacket_bprintQR()
742 p = _bprint_s(p, end, "RECURSIVE "); in _dnsPacket_bprintQuery()