Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/time/
A D__asctime.c12 tm->tm_sec, 1900 + tm->tm_year) >= 26) { in __asctime()
A D__tm_to_secs.c21 t += tm->tm_sec; in __tm_to_secs()
A D__secs_to_tm.c82 tm->tm_sec = remsecs % 60; in __secs_to_tm()
A Dstrptime.c127 dest = &tm->tm_sec; in strptime()
A Dstrftime.c142 val = tm->tm_sec; in __strftime_fmt_1()
/third_party/ulib/musl/include/
A Dtime.h30 int tm_sec; member
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c562 ((uint32_t)tm->tm_sec << 8 | (uint32_t)(tv.tv_usec / 10))) in mkfs_msdos()
602 (uint32_t)tm->tm_sec >> 1; in mkfs_msdos()

Completed in 12 milliseconds