Searched refs:tmprel (Results 1 – 2 of 2) sorted by relevance
1888 const timelib_relunit* tmprel = 0;1890 tmprel = timelib_lookup_relunit((char **) &ptr);1891 if (!tmprel) {1897 in.time->relative.weekday = tmprel->multiplier;
23999 const timelib_relunit* tmprel = 0; in timelib_parse_from_format() local24001 tmprel = timelib_lookup_relunit((char **) &ptr); in timelib_parse_from_format()24002 if (!tmprel) { in timelib_parse_from_format()24008 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format()
Completed in 47 milliseconds