Home
last modified time | relevance | path

Searched refs:__tm (Results 1 – 7 of 7) sorted by relevance

/external/bison/lib/
Dtime.in.h197 struct tm *restrict __tm)
202 struct tm *restrict __tm));
213 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
214 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
217 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
219 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
/external/bison/linux-lib/
Dtime.h509 struct tm *restrict __tm)
514 struct tm *restrict __tm));
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
/external/bison/darwin-lib/
Dtime.h509 struct tm *restrict __tm)
514 struct tm *restrict __tm));
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
526 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
529 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
531 _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm));
/external/libcxx/include/
Dlocale1712 ios_base::iostate& __err, tm* __tm) const
1714 return do_get_time(__b, __e, __iob, __err, __tm);
1719 ios_base::iostate& __err, tm* __tm) const
1721 return do_get_date(__b, __e, __iob, __err, __tm);
1726 ios_base::iostate& __err, tm* __tm) const
1728 return do_get_weekday(__b, __e, __iob, __err, __tm);
1733 ios_base::iostate& __err, tm* __tm) const
1735 return do_get_monthname(__b, __e, __iob, __err, __tm);
1740 ios_base::iostate& __err, tm* __tm) const
1742 return do_get_year(__b, __e, __iob, __err, __tm);
[all …]
Diomanip410 __iom_t9(tm* __tm, const _CharT* __fmt)
411 : __tm_(__tm), __fmt_(__fmt) {}
451 get_time(tm* __tm, const _CharT* __fmt)
453 return __iom_t9<_CharT>(__tm, __fmt);
471 __iom_t10(const tm* __tm, const _CharT* __fmt)
472 : __tm_(__tm), __fmt_(__fmt) {}
511 put_time(const tm* __tm, const _CharT* __fmt)
513 return __iom_t10<_CharT>(__tm, __fmt);
/external/libcxx/include/support/ibm/
Dxlocale.h215 const struct tm *__tm, locale_t locale) { in strftime_l() argument
216 return __xstrftime(locale, __s, __size, __fmt, __tm); in strftime_l()
/external/libcxx/src/
Dlocale.cpp5428 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() argument
5434 size_t n = strftime_l(__nb, countof(__nb, __ne), fmt, __tm, __loc_); in __do_put()
5439 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put() argument
5444 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()