Lines Matching refs:length

1277 		int length = 0;
1284 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1285 TIMELIB_PROCESS_YEAR(s->time->y, length);
1305 int length = 0;
1309 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1312 TIMELIB_PROCESS_YEAR(s->time->y, length);
1319 int length = 0;
1323 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1326 TIMELIB_PROCESS_YEAR(s->time->y, length);
1333 int length = 0;
1337 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1340 TIMELIB_PROCESS_YEAR(s->time->y, length);
1347 int length = 0;
1354 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1355 TIMELIB_PROCESS_YEAR(s->time->y, length);
1374 int length = 0;
1380 s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length);
1381 TIMELIB_PROCESS_YEAR(s->time->y, length);
1388 int length = 0;
1393 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1395 TIMELIB_PROCESS_YEAR(s->time->y, length);
1402 int length = 0;
1406 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1409 TIMELIB_PROCESS_YEAR(s->time->y, length);
1416 int length = 0;
1422 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1423 TIMELIB_PROCESS_YEAR(s->time->y, length);
1480 int length = 0;
1484 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1487 TIMELIB_PROCESS_YEAR(s->time->y, length);
1532 int length = 0;
1538 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1539 TIMELIB_PROCESS_YEAR(s->time->y, length);
1546 int length = 0;
1550 s->time->y = timelib_get_nr_ex((char **) &ptr, 4, &length);
1553 TIMELIB_PROCESS_YEAR(s->time->y, length);
1984 int length = 0;
1986 if ((s->time->y = timelib_get_nr_ex((char **) &ptr, 2, &length)) == TIMELIB_UNSET) {
1989 TIMELIB_PROCESS_YEAR(s->time->y, length);
2027 int length;
2031 min = timelib_get_nr_ex((char **) &ptr, 2, &length);
2032 if (min == TIMELIB_UNSET || length != 2) {
2041 int length;
2045 sec = timelib_get_nr_ex((char **) &ptr, 2, &length);
2046 if (sec == TIMELIB_UNSET || length != 2) {