Home
last modified time | relevance | path

Searched defs:__maxlen (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc42 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc42 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
198 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dtime_members.cc43 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
128 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc48 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
197 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc48 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
197 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dtime_members.cc43 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put()
128 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h68 const auto __maxlen = __cvt.max_length() + 1; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets_nonio.tcc1318 const size_t __maxlen = 128; in do_put() local
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_conv.h67 const auto __maxlen = __cvt.max_length() + 1; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets_nonio.tcc1648 const size_t __maxlen = 128; in do_put() local
/netbsd/sys/net80211/
H A Dieee80211_input.c2029 #define IEEE80211_VERIFY_ELEMENT(__elem, __maxlen) do { \ argument