Searched refs:_cvtlen (Results 1 – 2 of 2) sorted by relevance
228 static NEWLIB_THREAD_LOCAL int _cvtlen; variable258 if (_cvtlen <= ndigit + 35) in fcvtbuf()266 _cvtlen = ndigit + 36; in fcvtbuf()318 if (_cvtlen <= ndigit) in ecvtbuf()323 _cvtlen = ndigit + 1; in ecvtbuf()
25702 (struct _reent): add _p5s, _cvtlen, _cvtbuf.