Searched refs:retbuf (Results 1 – 1 of 1) sorted by relevance
763 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ in precsize_ntoa() local772 (void) snprintf(retbuf, sizeof(retbuf), "%lu.%.2lu", val/100, val%100); in precsize_ntoa()773 return (retbuf); in precsize_ntoa()