Searched refs:_bprint (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_cache.c | 254 char* _bprint( char* p, char* end, const char* format, ... ) __DEBUG__; 255 char* _bprint( char* p, char* end, const char* format, ... ) in _bprint() function 718 p = _bprint(p, end, "UNKNOWN-%d", typeCode); in _dnsPacket_bprintQR() 1509 p = _bprint(temp, end, "MRU LIST (%2d): ", cache->num_entries); in _cache_dump_mru() 1511 p = _bprint(p, end, " %d", e->id); in _cache_dump_mru()
|