Home
last modified time | relevance | path

Searched refs:_cvtbuf (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Decvtbuf.c162 static NEWLIB_THREAD_LOCAL char *_cvtbuf; variable
167 if (_cvtbuf) { in _cvtcleanup()
168 free(_cvtbuf); in _cvtcleanup()
169 _cvtbuf = NULL; in _cvtcleanup()
193 if (!_cvtbuf) in fcvtbuf()
196 if ((fcvt_buf = (char *) realloc (_cvtbuf, in fcvtbuf()
200 _cvtbuf = fcvt_buf; in fcvtbuf()
203 fcvt_buf = _cvtbuf ; in fcvtbuf()
253 if ((fcvt_buf = (char *) realloc (_cvtbuf, in ecvtbuf()
257 _cvtbuf = fcvt_buf; in ecvtbuf()
[all …]
/picolibc-latest/newlib/
DChangeLog-201525702 (struct _reent): add _p5s, _cvtlen, _cvtbuf.