Home
last modified time | relevance | path

Searched refs:tm_yday (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dtime64.c272 assert(tm->tm_yday >= 0); in check_tm()
273 assert(tm->tm_yday <= length_of_year[IS_LEAP(tm->tm_year)]); in check_tm()
380 dest->tm_yday = src->tm_yday; in copy_tm_to_TM()
412 dest->tm_yday = src->tm_yday; in copy_TM_to_tm()
635 p->tm_yday = julian_days_by_month[leap][v_tm_mon] + (int)m; in gmtime64_r()
729 if( !IS_LEAP(local_tm->tm_year) && local_tm->tm_yday == 365 ) in localtime64_r()
730 local_tm->tm_yday--; in localtime64_r()
/bionic/libc/kernel/common/linux/
Drtc.h31 int tm_yday; member
/bionic/libc/include/
Dtime.h53 int tm_yday; /* day in the year */ member
/bionic/libc/tzcode/
Dstrftime.c318 pt = _conv(t->tm_yday + 1,
425 pt = _conv((t->tm_yday + DAYSPERWEEK -
471 yday = t->tm_yday;
543 pt = _conv((t->tm_yday + DAYSPERWEEK -
Dstrptime.c288 if (!(_conv_num(&bp, &tm->tm_yday, 1, 366))) in _strptime()
290 tm->tm_yday--; in _strptime()
Dlocaltime.c1646 tmp->tm_yday = idays;