Home | History | Annotate | Download | only in resolv

Lines Matching defs:retbuf

763 	static char retbuf[sizeof "90000000.00"];	/* XXX nonreentrant */
772 (void) snprintf(retbuf, sizeof(retbuf), "%lu.%.2lu", val/100, val%100);
773 return (retbuf);