Searched defs:__tm (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.h | 1333 ios_base::iostate& __err, tm* __tm) const in get_time() 1338 ios_base::iostate& __err, tm* __tm) const in get_date() 1343 ios_base::iostate& __err, tm* __tm) const in get_weekday() 1348 ios_base::iostate& __err, tm* __tm) const in get_monthname() 1353 ios_base::iostate& __err, tm* __tm) const in get_year()
|
H A D | locale_facets.tcc | 1519 ios_base::iostate& __err, tm* __tm, in _M_extract_via_format() 1970 put(iter_type __s, ios_base& __io, char_type, const tm* __tm, in put() 2008 do_put(iter_type __s, ios_base& __io, char_type, const tm* __tm, in do_put()
|
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 1813 ios_base::iostate& __err, tm* __tm, in _M_extract_via_format() 2300 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in put() 2335 do_put(iter_type __s, ios_base& __io, char_type, const tm* __tm, in do_put()
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 5873 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() 5885 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put()
|