Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dpartime.c65 static char const *parse_fixed P((char const*,int,int*));
292 parse_fixed (s, digits, res) char const *s; int digits, *res; in parse_fixed() function
320 s = parse_fixed (s, digits, res);
337 s = parse_fixed (s, digits, res);
345 s = parse_fixed (s1, s - s1, &num10);
471 s = parse_fixed (s, 4, &t->tm.tm_year);
547 s = parse_fixed (s, 1, &t->tm.tm_year);
553 s = parse_fixed (s, 2, &t->tm.tm_year);
621 s = parse_fixed (s, len, &t->tm.tm_year);