Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c763 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ in precsize_ntoa() local
772 (void) snprintf(retbuf, sizeof(retbuf), "%lu.%.2lu", val/100, val%100); in precsize_ntoa()
773 return (retbuf); in precsize_ntoa()