Searched refs:tm_sec (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | time64.c | 245 seconds += date->tm_sec; in timegm64() 254 assert(tm->tm_sec >= 0); in check_tm() 255 assert(tm->tm_sec <= 61); in check_tm() 373 dest->tm_sec = src->tm_sec; in copy_tm_to_TM() 405 dest->tm_sec = src->tm_sec; in copy_TM_to_tm() 636 p->tm_sec = v_tm_sec; in gmtime64_r() 763 date->tm_min, date->tm_sec, in asctime64_r()
|
/bionic/libc/kernel/common/linux/ |
D | rtc.h | 22 int tm_sec; member
|
/bionic/libc/tzcode/ |
D | asctime.c | 114 timeptr->tm_min, timeptr->tm_sec,
|
D | localtime.c | 1666 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; 1794 result = atmp->tm_sec - btmp->tm_sec; 1821 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, 1866 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) 1877 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) 1879 saved_seconds = yourtm.tm_sec; 1880 yourtm.tm_sec = SECSPERMIN - 1; 1882 saved_seconds = yourtm.tm_sec; 1883 yourtm.tm_sec = 0; 2067 tmp->tm_sec += sp->ttis[otheri].tt_gmtoff - [all …]
|
D | strptime.c | 336 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61))) in _strptime()
|
D | strftime.c | 396 pt = _conv(t->tm_sec,
|
/bionic/libc/include/ |
D | time.h | 46 int tm_sec; /* seconds */ member
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()
|