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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__asctime.c12 tm->tm_sec, 1900 + tm->tm_year) >= 26) {
H A D__tm_to_secs.c21 t += tm->tm_sec;
H A D__secs_to_tm.c82 tm->tm_sec = remsecs % 60;
H A Dstrptime.c127 dest = &tm->tm_sec;
H A Dstrftime.c142 val = tm->tm_sec;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h30 int tm_sec; member in struct:tm
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c562 ((uint32_t)tm->tm_sec << 8 | (uint32_t)(tv.tv_usec / 10)))
602 (uint32_t)tm->tm_sec >> 1;
/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 38 milliseconds