Lines Matching refs:y

98 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y
655 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break;
1051 s->time->y = 1970;
1078 s->time->y = 1970;
1230 s->time->y = timelib_get_nr((char **) &ptr, 4);
1254 s->time->y = timelib_get_nr((char **) &ptr, 4);
1294 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1295 TIMELIB_PROCESS_YEAR(s->time->y, length);
1306 s->time->y = timelib_get_unsigned_nr((char **) &ptr, 4);
1319 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1322 TIMELIB_PROCESS_YEAR(s->time->y, length);
1333 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1336 TIMELIB_PROCESS_YEAR(s->time->y, length);
1347 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1350 TIMELIB_PROCESS_YEAR(s->time->y, length);
1364 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1365 TIMELIB_PROCESS_YEAR(s->time->y, length);
1377 s->time->y = timelib_get_nr((char **) &ptr, 4);
1390 s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length);
1391 TIMELIB_PROCESS_YEAR(s->time->y, length);
1403 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1405 TIMELIB_PROCESS_YEAR(s->time->y, length);
1416 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1419 TIMELIB_PROCESS_YEAR(s->time->y, length);
1432 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1433 TIMELIB_PROCESS_YEAR(s->time->y, length);
1455 s->time->y = timelib_get_nr((char **) &ptr, 4);
1469 s->time->y = timelib_get_nr((char **) &ptr, 4);
1494 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1497 TIMELIB_PROCESS_YEAR(s->time->y, length);
1510 s->time->y = timelib_get_nr((char **) &ptr, 4);
1515 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1529 s->time->y = timelib_get_nr((char **) &ptr, 4);
1534 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1548 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1549 TIMELIB_PROCESS_YEAR(s->time->y, length);
1560 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1563 TIMELIB_PROCESS_YEAR(s->time->y, length);
1577 s->time->y = timelib_get_nr((char **) &ptr, 4);
1593 s->time->y = timelib_get_nr((char **) &ptr, 4);
1602 s->time->relative.y = 0 - s->time->relative.y;
1822 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.tim…
1834 in.time->y = TIMELIB_UNSET;
1860 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
1888 time->y = 1970;
1900 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1927 in.time->y = TIMELIB_UNSET;
1998 case 'y': /* two digit year */
2002 if ((s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length)) == TIMELIB_UNSET) {
2005 TIMELIB_PROCESS_YEAR(s->time->y, length);
2010 if ((s->time->y = timelib_get_nr((char **) &ptr, 4)) == TIMELIB_UNSET) {
2090 s->time->y = 1970;
2229 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET &&
2231 !timelib_valid_date( s->time->y, s->time->m, s->time->d)) {
2252 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET ||
2259 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2308 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
2311 …time.relative.y, time.relative.m, time.relative.d, time.relative.h, time.relative.i, time.relative…