HomeSort by relevance Sort by last modified time
    Searched full:_bprint_b (Results 1 - 1 of 1) sorted by null

  /bionic/libc/dns/resolv/
res_cache.c 233 _bprint_b( char* p, char* end, const char* buf, int len ) function
258 return _bprint_b(p, end, str, strlen(str));
299 return _bprint_b(p, end, text, nn);
683 bp = _bprint_b(bp, bend, (const char*)p, c);
    [all...]

Completed in 84 milliseconds