Searched refs:retbuf (Results 1 – 2 of 2) sorted by relevance
262 alloc_buf (const char *id, size_t size, unsigned char **retbuf) in alloc_buf() argument266 if (*retbuf != NULL) in alloc_buf()268 int ret = munmap (*retbuf, alloc_size); in alloc_buf()281 *retbuf = buf; in alloc_buf()
659 static char retbuf[sizeof "90000000.00"]; /* XXX nonreentrant */ in precsize_ntoa() local668 (void) sprintf(retbuf, "%ld.%.2ld", val/100, val%100); in precsize_ntoa()669 return (retbuf); in precsize_ntoa()