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

/bionic/libc/kernel/common/linux/
H A Drtc.h22 int tm_sec; member in struct:rtc_time
/bionic/libc/tzcode/
H A Dasctime.c114 timeptr->tm_min, timeptr->tm_sec,
H A 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)
1870 ** We can't set tm_sec to 0, because that might push the
1872 ** Set tm_sec to 59 instead.
1877 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1879 saved_seconds = yourtm.tm_sec;
[all...]
H A Dstrptime.c336 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
H A Dstrftime.c396 pt = _conv(t->tm_sec,
/bionic/libc/bionic/
H A Dtime64.c245 seconds += date->tm_sec;
254 assert(tm->tm_sec >= 0);
255 assert(tm->tm_sec <= 61);
373 dest->tm_sec = src->tm_sec;
405 dest->tm_sec = src->tm_sec;
636 p->tm_sec = v_tm_sec;
763 date->tm_min, date->tm_sec,
/bionic/libc/include/
H A Dtime.h46 int tm_sec; /* seconds */ member in struct:tm
/bionic/libc/netbsd/resolv/
H A Dres_debug.c1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);

Completed in 204 milliseconds