Searched refs:parse_decimal (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | partime.c | 63 static char const *parse_decimal P((char const*,int,int,int,int,int*,int*)); 324 parse_decimal (s, digits, lo, hi, resolution, res, fres) in parse_decimal() function 522 … s = parse_decimal (s, 2, 0, 23, 60*60, &t->tm.tm_hour, &frac); 529 s = parse_decimal (s, 2, 0, 59, 60, &t->tm.tm_min, &t->tm.tm_sec); 559 s = parse_decimal (s, 2, 0, 60, 1, &t->tm.tm_sec, &frac);
|