Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Decvtbuf.c228 static NEWLIB_THREAD_LOCAL int _cvtlen; variable
258 if (_cvtlen <= ndigit + 35) in fcvtbuf()
266 _cvtlen = ndigit + 36; in fcvtbuf()
318 if (_cvtlen <= ndigit) in ecvtbuf()
323 _cvtlen = ndigit + 1; in ecvtbuf()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201525702 (struct _reent): add _p5s, _cvtlen, _cvtbuf.