Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_cache.cpp255 static char* bprint_hex(char* p, char* end, unsigned value, int numDigits) { in bprint_hex() function
277 p = bprint_hex(p, end, data[nn], 2); in bprint_hexdump()