Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dcopy_test.cpp22 CPPUNIT_TEST(copy_back);
31 void copy_back();
107 void CopyTest::copy_back() in copy_back() function in CopyTest
/reactos/sdk/lib/ucrt/time/
H A Dstrftime.cpp160 __crt_no_alloc_win32_buffer<char> copy_back(string, maxsize); in _Strftime_l() local
161 errno_t const cvt2 = __acrt_wcs_to_mbs_cp(wstring.get(), copy_back, lc_time_cp); in _Strftime_l()
167 return copy_back.size(); in _Strftime_l()