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

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c232 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ local
241 (void) sprintf(retbuf, "%ld.%.2ld", val/100, val%100);
242 return (retbuf);

Completed in 8 milliseconds