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

/bionic/libc/dns/resolv/
H A Dres_cache.c224 _bprint_b( char* p, char* end, const char* buf, int len ) function
249 return _bprint_b(p, end, str, strlen(str));
290 return _bprint_b(p, end, text, nn);
677 bp = _bprint_b(bp, bend, (const char*)p, c);

Completed in 6 milliseconds