Searched refs:tm_sec (Results 1 - 8 of 8) sorted by relevance
/bionic/libc/kernel/common/linux/ |
H A D | rtc.h | 22 int tm_sec; member in struct:rtc_time
|
/bionic/libc/tzcode/ |
H A D | asctime.c | 114 timeptr->tm_min, timeptr->tm_sec,
|
H A 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) 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 D | strptime.c | 336 if (!(_conv_num(&bp, &tm->tm_sec, 0, 61)))
|
H A D | strftime.c | 396 pt = _conv(t->tm_sec,
|
/bionic/libc/bionic/ |
H A D | time64.c | 245 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 D | time.h | 46 int tm_sec; /* seconds */ member in struct:tm
|
/bionic/libc/netbsd/resolv/ |
H A D | res_debug.c | 1127 mytime->tm_hour, mytime->tm_min, mytime->tm_sec);
|
Completed in 190 milliseconds