Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h281 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/
Dtested_elsewhere.pass.cpp26 std::tm tm = {0}; in main() local
/ndk/sources/android/support/src/musl-locale/
Dstrftime_l.c4 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/
Dctime.pass.cpp28 std::tm tm = {0}; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp35 tm *tm = 0; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp35 std::tm *tm = 0; in main() local
/ndk/sources/host-tools/make-3.81/
Dfile.c844 struct tm *tm = localtime (&t); in file_timestamp_sprintf() local