Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/convert/
H A Dfcvt.cpp26 if (raw_ptd->_cvtbuf) in try_get_ptd_buffer()
28 return raw_ptd->_cvtbuf; in try_get_ptd_buffer()
31 raw_ptd->_cvtbuf = _malloc_crt_t(char, _CVTBUFSIZE).detach(); in try_get_ptd_buffer()
33 return raw_ptd->_cvtbuf; in try_get_ptd_buffer()
/reactos/sdk/lib/ucrt/internal/
H A Dper_thread_data.cpp140 _free_crt(ptd->_cvtbuf); in destroy_ptd()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h892 char* _cvtbuf; // Pointer to the buffer used by ecvt() and fcvt(). member