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/
Dannotate.c83 date = Make_Date (optarg); in annotate()
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()
Ddiff.c389 diff_date2 = Make_Date (optarg); in diff()
391 diff_date1 = Make_Date (optarg); in diff()
Dpatch.c118 date2 = Make_Date (optarg); in patch()
120 date1 = Make_Date (optarg); in patch()
Dmain.c1242 Make_Date (const char *rawdate) in Make_Date() function
1301 *date = Make_Date (p); in parse_tagdate()
Dls.c109 show_date = Make_Date (optarg); in ls()
Dcvs.h494 char *Make_Date (const char *rawdate);
Dcheckout.c220 date = Make_Date (optarg); in checkout()
Dhistory.c476 since_date = Make_Date (optarg); in history()
Dtag.c181 date = Make_Date (optarg); in cvstag()
Dupdate.c214 date = Make_Date (optarg); in update()
DChangeLog-971133 * main.c (Make_Date): If gmtime returns NULL, try localtime.
2694 (Make_Date): Use MAXDATELEN rather than our own fixed size.
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