Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c245 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/
Drtc.h22 int tm_sec; member
/bionic/libc/tzcode/
Dasctime.c114 timeptr->tm_min, timeptr->tm_sec,
Dlocaltime.c1666 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 …]
Dstrptime.c336 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61))) in _strptime()
Dstrftime.c396 pt = _conv(t->tm_sec,
/bionic/libc/include/
Dtime.h46 int tm_sec; /* seconds */ member
/bionic/libc/netbsd/resolv/
Dres_debug.c1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec); in p_secstodate()