Searched defs:__tm (Results 1 – 6 of 6) sorted by relevance
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 2192 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/ |
D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | xlocale.h | 214 const struct tm *__tm, locale_t locale) { in strftime_l()
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 215 const struct tm *__tm, locale_t locale) { in strftime_l()
|
/external/libcxx/src/ |
D | locale.cpp | 5440 __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/llvm-project/libcxx/src/ |
D | locale.cpp | 5617 __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, in __do_put() 5628 __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, in __do_put()
|