Home
last modified time | relevance | path

Searched refs:date_parse (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.bin/rcs/
H A Drlog.c239 if ((firstdate = date_parse(first)) == -1) in rlog_select_daterev()
250 if ((firstdate = date_parse(first)) == -1) in rlog_select_daterev()
256 if ((firstdate = date_parse(last)) == -1) in rlog_select_daterev()
262 if ((firstdate = date_parse(first)) == -1) in rlog_select_daterev()
268 if ((firstdate = date_parse(last)) == -1) in rlog_select_daterev()
276 firstdate = date_parse(first); in rlog_select_daterev()
277 lastdate = date_parse(last); in rlog_select_daterev()
279 firstdate = date_parse(last); in rlog_select_daterev()
280 lastdate = date_parse(first); in rlog_select_daterev()
H A Drcsprog.h86 time_t date_parse(const char *);
H A Dco.c259 if (date != NULL && (givendate = date_parse(date)) == -1) { in checkout_rev()
303 if ((rcsdate = date_parse(fdate)) == -1) { in checkout_rev()
H A Dci.c136 else if ((pb.date = date_parse(rcs_optarg)) == -1) in checkin_main()
983 if ((*date = date_parse(datestring)) == -1) in checkin_parsekeyword()
1007 if ((*date = date_parse(datestring)) == -1) in checkin_parsekeyword()
H A Ddate.y813 date_parse(const char *p) in date_parse() function
883 d = date_parse(buff); in main()
/openbsd-src/usr.bin/cvs/
H A Dgetlog.c462 if ((firstdate = date_parse(first)) == -1) in date_select()
473 if ((firstdate = date_parse(first)) == -1) in date_select()
479 if ((firstdate = date_parse(last)) == -1) in date_select()
485 if ((firstdate = date_parse(first)) == -1) in date_select()
491 if ((firstdate = date_parse(last)) == -1) in date_select()
499 firstdate = date_parse(first); in date_select()
500 lastdate = date_parse(last); in date_select()
502 firstdate = date_parse(last); in date_select()
503 lastdate = date_parse(first); in date_select()
H A Dupdate.c86 if ((cvs_specified_date = date_parse(dateflag)) == -1) in cvs_update()
599 if ((cvs_specified_date = date_parse(p)) == -1) { in update_join_file()
611 if ((cvs_specified_date = date_parse(p)) == -1) { in update_join_file()
H A Dannotate.c72 if ((cvs_specified_date = date_parse(dateflag)) == -1) in cvs_annotate()
H A Ddiff.c109 if ((date1 = date_parse(optarg)) == -1) in cvs_diff()
113 if ((date2 = date_parse(optarg)) == -1) in cvs_diff()
H A Ddate.y808 date_parse(const char *p) in date_parse() function
878 d = date_parse(buff); in main()
H A Dcvs.h358 time_t date_parse(const char *);
H A Dcheckout.c97 if ((cvs_specified_date = date_parse(dateflag)) == -1) in cvs_checkout()