Home
last modified time | relevance | path

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

/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2192 struct __tm struct
2194 int __tm_sec; argument
2195 int __tm_min; argument
2196 int __tm_hour; argument
2197 int __tm_mday; argument
2198 int __tm_mon; argument
2199 int __tm_year; argument
2200 int __tm_wday; argument
2201 int __tm_yday; argument
2202 int __tm_isdst; argument
/external/libcxx/include/support/win32/
Dlocale_win32.h177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l()
/external/libcxx/include/support/ibm/
Dxlocale.h215 const struct tm *__tm, locale_t locale) { in strftime_l()
/external/libcxx/src/
Dlocale.cpp5440 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put()
5451 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp5873 __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()