Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dannotate.c83 date = Make_Date (optarg); in annotate()
H A Dlog.c702 nd->start = Make_Date (ds); in log_parse_date()
710 nd->start = Make_Date ("1/1/1970 UTC"); in log_parse_date()
714 nd->end = Make_Date (de); in log_parse_date()
727 nd->end = Make_Date ("2038-01-01"); in log_parse_date()
H A Ddiff.c389 diff_date2 = Make_Date (optarg); in diff()
391 diff_date1 = Make_Date (optarg); in diff()
H A Dpatch.c118 date2 = Make_Date (optarg); in patch()
120 date1 = Make_Date (optarg); in patch()
H A Dmain.c1242 Make_Date (const char *rawdate) in Make_Date() function
1301 *date = Make_Date (p); in parse_tagdate()
H A Dls.c109 show_date = Make_Date (optarg); in ls()
H A Dcvs.h494 char *Make_Date (const char *rawdate);
H A Dcheckout.c220 date = Make_Date (optarg); in checkout()
H A Dhistory.c476 since_date = Make_Date (optarg); in history()
H A Dtag.c181 date = Make_Date (optarg); in cvstag()
H A Dupdate.c214 date = Make_Date (optarg); in update()
H A DChangeLog-971133 * main.c (Make_Date): If gmtime returns NULL, try localtime.
2694 (Make_Date): Use MAXDATELEN rather than our own fixed size.
H A DChangeLog1352 (Make_Date): Make arg const.
1353 * main.c (Make_Date): Ditto.
1839 * client.c (handle_mod_time), history.c (history), main.c (Make_Date,
3879 * main.c (Make_Date): Use standard quotes.
13181 to RCS format. Use the usual machinery (in particular, Make_Date