Searched refs:tm_mday (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.c18 t += 86400LL * (tm->tm_mday - 1);
H A D__secs_to_tm.c76 tm->tm_mday = remdays + 1;
H A Dstrftime.c82 val = tm->tm_mday;
88 *l = snprintf(*s, sizeof *s, "%2d", tm->tm_mday);
H A Dstrptime.c61 dest = &tm->tm_mday;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h33 int tm_mday; member in struct:tm
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c561 x = (((uint32_t)(1 + tm->tm_mon) << 8 | (uint32_t)tm->tm_mday) +
605 (uint32_t)(tm->tm_mon + 1) << 5 | (uint32_t)tm->tm_mday;
/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 40 milliseconds