Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dls.c39 static char *show_date; variable
65 show_date = NULL; in ls()
105 parse_tagdate (&show_tag, &show_date, optarg); in ls()
108 if (show_date) free (show_date); in ls()
109 show_date = Make_Date (optarg); in ls()
160 if (show_date) in ls()
161 client_senddate (show_date); in ls()
363 vers = Version_TS (finfo, NULL, show_tag, show_date, 1, 0); in ls_fileproc()
509 if (show_tag == NULL && show_date == NULL) in ls_direntproc()
511 ParseTag (&show_tag, &show_date, &nonbranch); in ls_direntproc()
[all …]