Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c248 _bprint_s( char* p, char* end, const char* str ) in _bprint_s() function
313 p = _bprint_s(p, end, " "); in _bprint_hexdump()
315 p = _bprint_s(p, end, " "); in _bprint_hexdump()
682 bp = _bprint_s(bp, bend, "<MALFORMED>"); in _dnsPacket_bprintQName()
705 p = _bprint_s(p, end, " ("); in _dnsPacket_bprintQR()
715 p = _bprint_s(p, end, typeString); in _dnsPacket_bprintQR()
735 p = _bprint_s(p, end, "RECURSIVE "); in _dnsPacket_bprintQuery()