Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { in _STLP_WEAK()
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_dayname()
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_monthname()
307 tm* __t) const { in do_get_date()
331 tm* __t) const { in do_get_time()
351 tm* __t) const { in do_get_year()
370 tm *__t) const { in do_get_weekday()
387 tm *__t) const { in do_get_monthname()
H A D_time_facets.h141 ios_base::iostate& __err, tm* __t) const in get_time()
144 ios_base::iostate& __err, tm* __t) const in get_date()
147 ios_base::iostate& __err, tm* __t) const in get_weekday()
150 ios_base::iostate& __err, tm* __t) const in get_monthname()
153 ios_base::iostate& __err, tm* __t) const in get_year()
H A D_deque.c382 void deque<_Tp,_Alloc>::_M_push_back_aux_v(const value_type& __t) { in _M_push_back_aux_v()
412 void deque<_Tp,_Alloc>::_M_push_front_aux_v(const value_type& __t) { in _M_push_front_aux_v()
H A D_algo.c435 _EuclideanRingElement __t = __m % __n; in __gcd() local
609 _Distance __t = __n; in __random_sample() local
631 _Distance __t = __n; in __random_sample() local
/reactos/sdk/include/c++/stlport/stl/debug/
H A D_tree.h172 void swap(_Self& __t) { in swap()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dtime_facets.cpp386 time_t __t = mktime(__CONST_CAST(tm*, t)); in __write_formatted_timeT() local