Searched refs:retbuf (Results 1 – 1 of 1) sorted by relevance
709 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ local718 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);719 return (retbuf);