Searched refs:str2time_checked (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcstime.c64 static time_t str2time_checked P((char const*,time_t,long));
66 str2time_checked(source, default_time, default_zone) function
87 str2time_checked(source, now(),
102 return str2time_checked(date2str(source, s), (time_t)0, 0);

Completed in 98 milliseconds