Searched defs:__tp (Results 1 – 4 of 4) sorted by relevance
640 const __timepunct<_CharT>& __tp = use_facet<__timepunct<_CharT> >(__loc); in _M_extract_via_format() local1064 const __timepunct<_CharT>& __tp = use_facet<__timepunct<_CharT> >(__loc); in do_get_time() local1081 const __timepunct<_CharT>& __tp = use_facet<__timepunct<_CharT> >(__loc); in do_get_date() local1098 const __timepunct<_CharT>& __tp = use_facet<__timepunct<_CharT> >(__loc); in do_get_weekday() local1124 const __timepunct<_CharT>& __tp = use_facet<__timepunct<_CharT> >(__loc); in do_get_monthname() local1314 __timepunct<_CharT> const& __tp = use_facet<__timepunct<_CharT> >(__loc); in do_put() local
128 #define _gettimeofday_r(__reent, __tp, __tzp) gettimeofday(__tp, __tzp) argument