Lines Matching refs:y

99 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y
746 …case TIMELIB_YEAR: add_with_overflow(s, &s->time->relative.y, amount, relunit->multiplier); br…
1217 s->time->y = 1970;
1256 s->time->y = 1970;
1411 s->time->y = timelib_get_nr(&ptr, 4);
1435 s->time->y = timelib_get_nr(&ptr, 4);
1475 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1476 TIMELIB_PROCESS_YEAR(s->time->y, length);
1487 s->time->y = timelib_get_signed_nr(s, &ptr, 4);
1500 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1503 TIMELIB_PROCESS_YEAR(s->time->y, length);
1513 s->time->y = timelib_get_signed_nr(s, &ptr, 19);
1526 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1529 TIMELIB_PROCESS_YEAR(s->time->y, length);
1540 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1543 TIMELIB_PROCESS_YEAR(s->time->y, length);
1557 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1558 TIMELIB_PROCESS_YEAR(s->time->y, length);
1570 s->time->y = timelib_get_nr(&ptr, 4);
1583 s->time->y = timelib_get_nr_ex(&ptr, 2, &length);
1584 TIMELIB_PROCESS_YEAR(s->time->y, length);
1596 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1598 TIMELIB_PROCESS_YEAR(s->time->y, length);
1609 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1612 TIMELIB_PROCESS_YEAR(s->time->y, length);
1625 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1626 TIMELIB_PROCESS_YEAR(s->time->y, length);
1648 s->time->y = timelib_get_nr(&ptr, 4);
1662 s->time->y = timelib_get_nr(&ptr, 4);
1687 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1690 TIMELIB_PROCESS_YEAR(s->time->y, length);
1703 s->time->y = timelib_get_nr(&ptr, 4);
1708 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1722 s->time->y = timelib_get_nr(&ptr, 4);
1727 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1741 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1742 TIMELIB_PROCESS_YEAR(s->time->y, length);
1753 s->time->y = timelib_get_nr_ex(&ptr, 4, &length);
1756 TIMELIB_PROCESS_YEAR(s->time->y, length);
1770 s->time->y = timelib_get_nr(&ptr, 4);
1789 s->time->y = timelib_get_nr(&ptr, 4);
1798 s->time->relative.y = 0 - s->time->relative.y;
2024 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.tim…
2036 in.time->y = TIMELIB_UNSET;
2062 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
2090 time->y = 1970;
2102 if (time->y == TIMELIB_UNSET ) time->y = 1970;
2154 {'y', TIMELIB_FORMAT_YEAR_TWO_DIGIT},
2207 in.time->y = TIMELIB_UNSET;
2288 if (s->time->y == TIMELIB_UNSET) {
2296 if (s->time->y != TIMELIB_UNSET) {
2328 if ((s->time->y = timelib_get_nr_ex(&ptr, 2, &length)) == TIMELIB_UNSET) {
2334 TIMELIB_PROCESS_YEAR(s->time->y, length);
2339 if ((s->time->y = timelib_get_nr(&ptr, 4)) == TIMELIB_UNSET) {
2348 if ((s->time->y = timelib_get_signed_nr(s, &ptr, 19)) == TIMELIB_UNSET) {
2633 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2636 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-…
2649 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
2661 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET &&
2663 !timelib_valid_date( s->time->y, s->time->m, s->time->d)) {
2684 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET ||
2691 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2743 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
2746 …time.relative.y, time.relative.m, time.relative.d, time.relative.h, time.relative.i, time.relative…