Searched refs:tm_hour (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.c19 t += 3600LL * tm->tm_hour;
H A Dstrptime.c71 dest = &tm->tm_hour;
76 dest = &tm->tm_hour;
105 tm->tm_hour %= 12;
111 tm->tm_hour %= 12;
112 tm->tm_hour += 12;
H A D__secs_to_tm.c80 tm->tm_hour = remsecs / 3600;
H A Dstrftime.c106 val = tm->tm_hour;
109 val = tm->tm_hour;
129 item = tm->tm_hour >= 12 ? PM_STR : AM_STR;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h32 int tm_hour; 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 44 milliseconds