Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dclassify.c56 if (vers->ts_user == NULL) in Classify_File()
88 if (vers->ts_user == NULL) in Classify_File()
97 else if (!pipeout && vers->ts_user && No_Difference (finfo, vers)) in Classify_File()
113 if (vers->ts_user == NULL) in Classify_File()
174 if (vers->ts_user == NULL) in Classify_File()
231 if (vers->ts_user == NULL) in Classify_File()
239 else if (strcmp (vers->ts_user, vers->ts_rcs) in Classify_File()
267 if (vers->ts_user == NULL) in Classify_File()
287 else if (!strcmp (vers->ts_user, in Classify_File()
357 if (vers->ts_user == NULL) in Classify_File()
[all …]
Dvers_ts.c271 vers_ts->ts_user = time_stamp (finfo->file); in Version_TS()
284 #define mark_lost(V) ((V)->ts_user = 0)
285 #define mark_unchanged(V) ((V)->ts_user = xstrdup ((V)->ts_rcs))
322 vers_ts->ts_user = xstrdup (""); in time_stamp_server()
329 vers_ts->ts_user = xstrdup ("Is-modified"); in time_stamp_server()
342 vers_ts->ts_user = xmalloc (25); in time_stamp_server()
355 (void) strcpy (vers_ts->ts_user, cp); in time_stamp_server()
450 if ((*versp)->ts_user) in freevers_ts()
451 free ((*versp)->ts_user); in freevers_ts()
Dupdate.c778 if (ignlist && (status != T_UNKNOWN || vers->ts_user == NULL)) in update_fileproc()
1164 if (vers->ts_user == NULL) in scratch_file()
1183 if (vers->ts_user != NULL) in scratch_file()
1185 free (vers->ts_user); in scratch_file()
1186 vers->ts_user = NULL; in scratch_file()
1370 if (xvers_ts->ts_user != NULL) in checkout_file()
1371 free (xvers_ts->ts_user); in checkout_file()
1372 xvers_ts->ts_user = xstrdup (xvers_ts->ts_rcs); in checkout_file()
1387 if (server_active && xvers_ts->ts_user == NULL) in checkout_file()
1403 xvers_ts->ts_user, xvers_ts->options, in checkout_file()
[all …]
Dno_diff.c36 if (vers->ts_user != NULL in No_Difference()
37 && strcmp (vers->ts_user, "Is-modified") == 0) in No_Difference()
Dadd.c356 if (vers->ts_user == NULL) in add()
456 if (vers->ts_user == NULL) in add()
535 timestamp ? timestamp : vers->ts_user, in add()
539 if (server_active && vers->ts_user == NULL) in add()
586 if (vers->ts_user == NULL) in add()
Ddiff.c631 if (vers->ts_user == NULL) in diff_fileproc()
636 else if (!strcmp (vers->ts_user, vers->ts_rcs)) in diff_fileproc()
1108 && vers->ts_user != NULL in diff_file_nodiff()
1109 && strcmp (vers->ts_rcs, vers->ts_user) == 0 in diff_file_nodiff()
Dcheckin.c115 Register (finfo->entries, finfo->file, vers->vn_rcs, vers->ts_user, in Checkin()
Dcommit.c245 if (vers->ts_user == NULL) in find_fileproc()
255 if (vers->ts_user != NULL) in find_fileproc()
268 if (vers->ts_user == NULL) in find_fileproc()
283 else if (vers->ts_user == NULL) in find_fileproc()
291 && (args->force || strcmp (vers->ts_user, vers->ts_rcs) != 0)) in find_fileproc()
896 if (vers->ts_user != NULL) in check_fileproc()
Dremove.c176 if (vers->ts_user != NULL) in remove_fileproc()
Dstatus.c189 if (vers->ts_user == NULL) in status_fileproc()
Dcvs.h736 char *ts_user; member
Dclient.c4477 if (vers->ts_user && !strcmp (vers->ts_conflict, vers->ts_user)) in send_fileproc()
4533 if (!vers->ts_user) in send_fileproc()
4544 ? vers->ts_conflict : vers->ts_rcs, vers->ts_user) in send_fileproc()
Dcheckout.c1119 if (vers->ts_user == NULL) in checkout_proc()
Dserver.c5085 if (vers->ts_user == NULL) in server_updated()
5256 if (vers && vers->ts_user != NULL) in server_updated()
5258 free (vers->ts_user); in server_updated()
5259 vers->ts_user = NULL; in server_updated()