Searched refs:tm_min (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__asctime.c11 __nl_langinfo(ABMON_1 + tm->tm_mon), tm->tm_mday, tm->tm_hour, tm->tm_min,
H A D__tm_to_secs.c20 t += 60LL * tm->tm_min;
H A D__secs_to_tm.c81 tm->tm_min = remsecs / 60 % 60;
H A Dstrptime.c92 dest = &tm->tm_min;
H A Dstrftime.c123 val = tm->tm_min;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h31 int tm_min; member in struct:tm
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c565 ((uint32_t)tm->tm_hour << 8 | (uint32_t)tm->tm_min));
601 x = (uint32_t)tm->tm_hour << 11 | (uint32_t)tm->tm_min << 5 |
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c70 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);

Completed in 33 milliseconds