Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclassify.c241 else if (strcmp (vers->ts_user, vers->ts_rcs) in Classify_File()
291 ? vers->ts_conflict : vers->ts_rcs)) in Classify_File()
370 else if (strcmp (vers->ts_user, vers->ts_rcs) == 0) in Classify_File()
422 Register (finfo->entries, finfo->file, vers->vn_user, vers->ts_rcs, in sticky_ck()
433 strcmp (vers->ts_rcs, vers->ts_user) == 0 ? in sticky_ck()
H A Dvers_ts.c104 vers_ts->ts_rcs = xstrdup (entdata->timestamp); in Version_TS()
287 #define mark_unchanged(V) ((V)->ts_user = xstrdup ((V)->ts_rcs))
454 if ((*versp)->ts_rcs) in freevers_ts()
455 free ((*versp)->ts_rcs); in freevers_ts()
H A Dstatus.c239 if (!server_active && strlen (vers->ts_rcs) > 0) in status_fileproc()
247 buf = Xasprintf ("%s UTC", vers->ts_rcs); in status_fileproc()
H A Dupdate.c739 vers->vn_rcs, vers->ts_rcs, in update_fileproc()
1378 strncmp (vers_ts->ts_rcs, "Initial", 7) == 0) in checkout_file()
1406 xvers_ts->ts_user = xstrdup (xvers_ts->ts_rcs); in checkout_file()
2238 && strcmp (vers->ts_user, vers->ts_rcs) != 0)) in join_file()
2305 Register (finfo->entries, finfo->file, mrev, vers->ts_rcs, in join_file()
2342 && strcmp (vers->ts_user, vers->ts_rcs) == 0 in join_file()
2481 && strcmp (vers->ts_user, vers->ts_rcs) == 0 in join_file()
H A Dremove.c267 Register (finfo->entries, finfo->file, fname, vers->ts_rcs, in remove_fileproc()
H A Ddiff.c674 else if (!strcmp (vers->ts_user, vers->ts_rcs)) in diff_fileproc()
1175 && strcmp (vers->ts_rcs, vers->ts_user) == 0 in diff_file_nodiff()
H A Dcvs.h763 char *ts_rcs; member
H A Dcommit.c290 else if (vers->ts_rcs != NULL in find_fileproc()
291 && (args->force || strcmp (vers->ts_user, vers->ts_rcs) != 0)) in find_fileproc()
H A Dclient.c4540 else if (!vers->ts_rcs || args->force in send_fileproc()
4542 ? vers->ts_conflict : vers->ts_rcs, vers->ts_user) in send_fileproc()
H A DChangeLog-93952895 * status.c (status_fileproc): Now that ts_rcs is just one time,
3125 * status.c (status_fileproc): Fix ts_rcs reference when printing
3205 * diff.c (diff_fileproc): if ts_user and ts_rcs match, then the