Lines Matching refs:y

112 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y
653 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break;
1010 s->time->y = 1970;
1161 s->time->y = timelib_get_nr((char **) &ptr, 4);
1185 s->time->y = timelib_get_nr((char **) &ptr, 4);
1225 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1226 TIMELIB_PROCESS_YEAR(s->time->y, length);
1237 s->time->y = timelib_get_unsigned_nr((char **) &ptr, 4);
1250 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1253 TIMELIB_PROCESS_YEAR(s->time->y, length);
1264 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1267 TIMELIB_PROCESS_YEAR(s->time->y, length);
1278 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1281 TIMELIB_PROCESS_YEAR(s->time->y, length);
1295 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1296 TIMELIB_PROCESS_YEAR(s->time->y, length);
1308 s->time->y = timelib_get_nr((char **) &ptr, 4);
1321 s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length);
1322 TIMELIB_PROCESS_YEAR(s->time->y, length);
1334 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);
1363 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1364 TIMELIB_PROCESS_YEAR(s->time->y, length);
1386 s->time->y = timelib_get_nr((char **) &ptr, 4);
1400 s->time->y = timelib_get_nr((char **) &ptr, 4);
1425 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1428 TIMELIB_PROCESS_YEAR(s->time->y, length);
1441 s->time->y = timelib_get_nr((char **) &ptr, 4);
1446 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1460 s->time->y = timelib_get_nr((char **) &ptr, 4);
1465 s->time->relative.d = timelib_daynr_from_weeknr(s->time->y, w, d);
1479 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1480 TIMELIB_PROCESS_YEAR(s->time->y, length);
1491 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1494 TIMELIB_PROCESS_YEAR(s->time->y, length);
1508 s->time->y = timelib_get_nr((char **) &ptr, 4);
1524 s->time->y = timelib_get_nr((char **) &ptr, 4);
1533 s->time->relative.y = 0 - s->time->relative.y;
1753 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->f = in.time…
1765 in.time->y = TIMELIB_UNSET;
1791 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
1814 time->y = 1970;
1826 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1853 in.time->y = TIMELIB_UNSET;
1924 case 'y': /* two digit year */
1928 if ((s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length)) == TIMELIB_UNSET) {
1931 TIMELIB_PROCESS_YEAR(s->time->y, length);
1936 if ((s->time->y = timelib_get_nr((char **) &ptr, 4)) == TIMELIB_UNSET) {
2016 s->time->y = 1970;
2156 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET &&
2158 !timelib_valid_date( s->time->y, s->time->m, s->time->d)) {
2178 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2228 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
2231 …time.relative.y, time.relative.m, time.relative.d, time.relative.h, time.relative.i, time.relative…