Home
last modified time | relevance | path

Searched refs:_M_put (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dstreambuf_iterator.h270 _M_put(const _CharT* __ws, streamsize __len) in _M_put() function
306 __result._M_put(__first, __num); in __copy_aux()
318 __result._M_put(__first, __num); in __copy_aux()
Dlocale_facets.h116 __s._M_put(__ws, __len); in __write()
2909 _M_put(_CharT* __s, size_t __maxlen, const _CharT* __format,
3024 __timepunct<char>::_M_put(char*, size_t, const char*, const tm*) const;
3033 __timepunct<wchar_t>::_M_put(wchar_t*, size_t, const wchar_t*,
Dlocale_facets.tcc2381 __tp._M_put(__res, __maxlen, __fmt, __tm); in do_put()
/NextBSD/contrib/libstdc++/config/locale/generic/
Dtime_members.cc44 _M_put(char* __s, size_t __maxlen, const char* __format, in _GLIBCXX_BEGIN_NAMESPACE()
126 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put() function in __timepunct
/NextBSD/contrib/libstdc++/config/locale/gnu/
Dtime_members.cc45 _M_put(char* __s, size_t __maxlen, const char* __format, in _GLIBCXX_BEGIN_NAMESPACE()
198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put() function in __timepunct
/NextBSD/contrib/libstdc++/
DChangeLog-20021509 (_M_put): Reorder __strftime_l and __wcsftime_l arguments to match
3063 (__timepunct<char, wchar_t>::_M_put): Likewise.
3069 (__timepunct<char, wchar_t>::_M_put): Likewise.
DChangeLog-20042097 comment about _M_put.
2098 * config/locale/generic/time_members.cc (_M_put): Always null
2100 * config/locale/gnu/time_members.cc (_M_put): Likewise.
DChangeLog-20037183 * include/bits/streambuf_iterator.h (_M_put): Set _M_failed if
7778 (ostreambuf_iterator::_M_put): Add.