Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dcommit.c867 char *filestamp; local
880 filestamp = time_stamp (finfo->file);
881 retcode = strcmp (vers->ts_conflict, filestamp);
882 free (filestamp);
885 filestamp = time_stamp (finfo->file);
886 retcode = strcmp (vers->ts_conflict, filestamp);
887 free (filestamp);
H A Dupdate.c695 char *filestamp; local
709 filestamp = time_stamp (finfo->file);
710 retcode = strcmp (vers->ts_conflict, filestamp);
711 free (filestamp);
714 filestamp = time_stamp (finfo->file);
715 retcode = strcmp (vers->ts_conflict, filestamp);
716 free (filestamp);