Searched refs:tm_yday (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | time64.c | 266 assert(tm->tm_yday >= 0); in check_tm() 267 assert(tm->tm_yday <= length_of_year[IS_LEAP(tm->tm_year)]); in check_tm() 375 dest->tm_yday = src->tm_yday; in copy_tm_to_TM() 407 dest->tm_yday = src->tm_yday; in copy_TM_to_tm() 630 p->tm_yday = julian_days_by_month[leap][v_tm_mon] + (int)m; in gmtime64_r() 724 if( !IS_LEAP(local_tm->tm_year) && local_tm->tm_yday == 365 ) in localtime64_r() 725 local_tm->tm_yday--; in localtime64_r()
|
/bionic/libc/kernel/uapi/linux/ |
D | rtc.h | 31 int tm_yday; member
|
/bionic/libc/include/ |
D | time.h | 54 int tm_yday; member
|
/bionic/libc/tzcode/ |
D | strftime.c | 291 … pt = _conv(t->tm_yday + 1, getformat(modifier, "%03d", "%3d", "%d", "%03d"), pt, ptlim); in _fmt() 377 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt() 422 yday = t->tm_yday; in _fmt() 491 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt()
|
D | strptime.c | 288 if (!(_conv_num(&bp, &tm->tm_yday, 1, 366))) in _strptime() 290 tm->tm_yday--; in _strptime()
|
D | localtime.c | 1719 tmp->tm_yday = idays; in timesub()
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 233 pt = _conv(t->tm_yday + 1, L"%03d", pt, ptlim); in _fmt() 308 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt() 353 yday = t->tm_yday; in _fmt() 410 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt()
|