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

/bionic/libc/kernel/common/linux/
H A Drtc.h26 int tm_mday; member in struct:rtc_time
/bionic/libc/tzcode/
H A Dasctime.c104 ** (e.g., timeptr->tm_mday) when processing "%Y".
113 timeptr->tm_mday, timeptr->tm_hour,
H A Dlocaltime.c1670 tmp->tm_mday = (int) (idays + 1);
1791 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&
1827 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
1838 while (yourtm.tm_mday <= 0) {
1842 yourtm.tm_mday += year_lengths[isleap(li)];
1844 while (yourtm.tm_mday > DAYSPERLYEAR) {
1846 yourtm.tm_mday -= year_lengths[isleap(li)];
1852 if (yourtm.tm_mday <= i)
1854 yourtm.tm_mday
[all...]
H A Dstrftime.c271 pt = _conv(t->tm_mday,
296 pt = _conv(t->tm_mday,
H A Dstrptime.c264 if (!(_conv_num(&bp, &tm->tm_mday, 1, 31)))
/bionic/libc/bionic/
H A Dtime64.c239 days += date->tm_mday - 1;
263 assert(tm->tm_mday >= 1);
264 assert(tm->tm_mday <= days_in_month[IS_LEAP(tm->tm_year)][tm->tm_mon]);
376 dest->tm_mday = src->tm_mday;
408 dest->tm_mday = src->tm_mday;
634 p->tm_mday = (int) m + 1;
762 date->tm_mday, date->tm_hour,
/bionic/libc/include/
H A Dtime.h49 int tm_mday; /* day of the month */ member in struct:tm
/bionic/libc/netbsd/resolv/
H A Dres_debug.c1126 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,

Completed in 13 milliseconds