Searched refs:ts_user (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | classify.c | 47 if (vers->ts_user == NULL) 78 if (vers->ts_user == NULL) 103 if (vers->ts_user == NULL) 148 if (vers->ts_user == NULL) 204 if (vers->ts_user == NULL) 212 else if (strcmp (vers->ts_user, vers->ts_rcs) == 0) 247 if (vers->ts_user == NULL) 267 else if (strcmp (vers->ts_user, vers->ts_rcs) == 0) 326 if (vers->ts_user == NULL) 337 else if (strcmp (vers->ts_user, vers->ts_rcs) == 0) [all …]
|
H A D | vers_ts.c | 248 vers_ts->ts_user = time_stamp (finfo->file); 259 #define mark_lost(V) ((V)->ts_user = 0) 260 #define mark_unchanged(V) ((V)->ts_user = xstrdup ((V)->ts_rcs)) 293 vers_ts->ts_user = xstrdup ("Is-modified"); 307 vers_ts->ts_user = xmalloc (25); 327 (void) strcpy (vers_ts->ts_user, cp); 393 if ((*versp)->ts_user) 394 free ((*versp)->ts_user);
|
H A D | no_diff.c | 32 if (vers->ts_user != NULL 33 && strcmp (vers->ts_user, "Is-modified") == 0)
|
H A D | update.c | 1248 if (vers->ts_user == NULL) 1273 if (vers->ts_user != NULL) 1275 free (vers->ts_user); 1276 vers->ts_user = NULL; 1466 if (xvers_ts->ts_user != NULL) 1467 free (xvers_ts->ts_user); 1499 xvers_ts->ts_user, xvers_ts->options, 1848 xvers_ts->ts_user, xvers_ts->options, 2284 || (vers->ts_user != NULL 2511 && vers->ts_user != NULL [all …]
|
H A D | diff.c | 508 if (vers->ts_user == NULL) 515 else if (!strcmp (vers->ts_user, vers->ts_rcs)) 963 && vers->ts_user != NULL 964 && strcmp (vers->ts_rcs, vers->ts_user) == 0
|
H A D | add.c | 407 if (vers->ts_user == NULL) 524 Register (entries, finfo.file, "0", vers->ts_user, 556 if (vers->ts_user == NULL)
|
H A D | checkin.c | 117 Register (finfo->entries, finfo->file, vers->vn_rcs, vers->ts_user,
|
H A D | remove.c | 178 if (vers->ts_user != NULL)
|
H A D | status.c | 177 if (vers->ts_user == NULL)
|
H A D | commit.c | 251 if (vers->ts_user == NULL 261 if (vers->ts_user == NULL) 269 else if (vers->ts_user != NULL 276 else if (vers->ts_user != NULL 278 && (args->force || strcmp (vers->ts_user, vers->ts_rcs) != 0))
|
H A D | checkout.c | 1048 if (vers->ts_user == NULL)
|
H A D | cvs.h | 732 char *ts_user; member
|
H A D | client.c | 5210 if (vers->ts_user != NULL && 5211 strcmp (vers->ts_conflict, vers->ts_user) == 0) 5270 if (vers->ts_user == NULL) 5281 || strcmp (vers->ts_user, vers->ts_rcs) != 0)
|
H A D | server.c | 4175 if (vers->ts_user == NULL) 4348 if (vers && vers->ts_user != NULL) 4350 free (vers->ts_user); 4351 vers->ts_user = NULL;
|
H A D | ChangeLog-97 | 2501 * cvs.h (struct vers_ts): Adjust comment regarding ts_user. 2506 "M" or "D", just copy that over into ts_user. 2509 * no_diff.c (No_Difference): If ts_user is "M", conclude the files
|
H A D | ChangeLog-96 | 362 DIFF_SAME if empty_file is DIFF_DIFFERENT and ts_user is not 1565 server_scratch_entry_only if ts_user is NULL. 3311 * commit.c (find_fileproc): If vn_user is NULL and ts_user is not,
|
H A D | ChangeLog-9395 | 3205 * diff.c (diff_fileproc): if ts_user and ts_rcs match, then the 3726 time_stamp_server to set ts_user.
|