Searched defs:_bprint (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_cache.c261 char* _bprint( char* p, char* end, const char* format, ... ) __DEBUG__;
262 char* _bprint( char* p, char* end, const char* format, ... ) function
725 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
1446 p = _bprint(temp, end, "MRU LIST (%2d): ", cache->num_entries);
1448 p = _bprint(p, end, " %d", e->id);

Completed in 25 milliseconds