Searched refs:tm_sec (Results 1 – 7 of 7) sorted by relevance
12 tm->tm_sec, 1900 + tm->tm_year) >= 26) { in __asctime()
21 t += tm->tm_sec; in __tm_to_secs()
82 tm->tm_sec = remsecs % 60; in __secs_to_tm()
127 dest = &tm->tm_sec; in strptime()
142 val = tm->tm_sec; in __strftime_fmt_1()
30 int tm_sec; member
562 ((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