Searched defs:tm (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 281 struct tm { struct 282 int tm_sec; /* seconds after the minute - [0,59] */ argument 283 int tm_min; /* minutes after the hour - [0,59] */ argument 284 int tm_hour; /* hours since midnight - [0,23] */ argument 285 int tm_mday; /* day of the month - [1,31] */ argument 286 int tm_mon; /* months since January - [0,11] */ argument 287 int tm_year; /* years since 1900 */ argument 288 int tm_wday; /* days since Sunday - [0,6] */ argument 289 int tm_yday; /* days since January 1 - [0,365] */ argument 290 int tm_isdst; /* daylight savings time flag */ argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/ |
D | tested_elsewhere.pass.cpp | 26 std::tm tm = {0}; in main() local
|
/ndk/sources/android/support/src/musl-locale/ |
D | strftime_l.c | 4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm,… in strftime_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | ctime.pass.cpp | 28 std::tm tm = {0}; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 35 tm *tm = 0; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 35 std::tm *tm = 0; in main() local
|
/ndk/sources/host-tools/make-3.81/ |
D | file.c | 844 struct tm *tm = localtime (&t); in file_timestamp_sprintf() local
|