Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c266 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/
Drtc.h31 int tm_yday; member
/bionic/libc/include/
Dtime.h54 int tm_yday; member
/bionic/libc/tzcode/
Dstrftime.c291 … 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()
Dstrptime.c288 if (!(_conv_num(&bp, &tm->tm_yday, 1, 366))) in _strptime()
290 tm->tm_yday--; in _strptime()
Dlocaltime.c1719 tmp->tm_yday = idays; in timesub()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c233 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()