Searched refs:revbuf (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/usr.bin/cvs/ |
| H A D | status.c | 127 char timebuf[CVS_TIME_BUFSZ], revbuf[CVS_REV_BUFSZ]; in cvs_status_local() local 178 rcsnum_tostr(cf->file_ent->ce_rev, revbuf, sizeof(revbuf)); in cvs_status_local() 194 (void)strlcpy(buf, revbuf, sizeof(buf)); in cvs_status_local() 213 rcsnum_tostr(head, revbuf, sizeof(revbuf)); in cvs_status_local() 214 (void)xsnprintf(buf, sizeof(buf), "%s\t%s", revbuf, in cvs_status_local() 237 rcsnum_tostr(brev, revbuf, sizeof(revbuf)); in cvs_status_local() 240 "(branch: %s)", revbuf); in cvs_status_local() 243 "(revision: %s)", revbuf); in cvs_status_local() 280 (void)rcsnum_tostr(sym->rs_num, revbuf, in cvs_status_local() 281 sizeof(revbuf)); in cvs_status_local() [all …]
|
| H A D | history.c | 72 char revbuf[CVS_REV_BUFSZ], repo[PATH_MAX], fpath[PATH_MAX]; in cvs_history_add() local 123 revbuf[0] = '\0'; in cvs_history_add() 124 rev = revbuf; in cvs_history_add() 127 strlcpy(revbuf, argument, sizeof(revbuf)); in cvs_history_add() 158 rcsnum_tostr(hrev, revbuf, sizeof(revbuf)); in cvs_history_add() 182 if (rev != revbuf) in cvs_history_add()
|
| H A D | add.c | 413 char revbuf[CVS_REV_BUFSZ]; in add_file() local 429 rcsnum_tostr(head, revbuf, sizeof(revbuf)); in add_file() 454 cf->file_name, revbuf); in add_file() 466 "number %s", cf->file_path, revbuf); in add_file() 474 cf->file_path, revbuf); in add_file() 501 char revbuf[CVS_REV_BUFSZ], tbuf[CVS_TIME_BUFSZ]; in add_entry() local 512 rcsnum_tostr(cf->file_ent->ce_rev, revbuf, sizeof(revbuf)); in add_entry() 522 cvs_ent_line_str(cf->file_name, revbuf, tbuf, in add_entry()
|
| H A D | tag.c | 395 char revbuf[CVS_REV_BUFSZ], trevbuf[CVS_REV_BUFSZ]; in tag_add() local 416 (void)rcsnum_tostr(srev, revbuf, sizeof(revbuf)); in tag_add() 430 cvs_printf(" : NOT MOVING tag to version %s\n", revbuf); in tag_add() 454 tag_name, revbuf, cf->file_rcs->rf_path); in tag_add()
|
| H A D | update.c | 500 char *entry, revbuf[CVS_REV_BUFSZ]; in update_clear_conflict() local 505 rcsnum_tostr(cf->file_rcsrev, revbuf, sizeof(revbuf)); in update_clear_conflict() 517 cvs_ent_line_str(cf->file_name, revbuf, "Result of merge", in update_clear_conflict()
|
| H A D | client.c | 702 char timebuf[CVS_TIME_BUFSZ], revbuf[CVS_REV_BUFSZ]; in cvs_client_updated() local 754 rcsnum_tostr(e->ce_rev, revbuf, sizeof(revbuf)); in cvs_client_updated() 757 cvs_ent_line_str(e->ce_name, revbuf, timebuf, in cvs_client_updated()
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | update.c | 1297 struct buffer *revbuf; local 1300 revbuf = NULL; 1366 revbuf = buf_nonio_initialize ((BUFMEMERRPROC) NULL); 1370 checkout_to_buffer, revbuf); 1390 if (revbuf != NULL && !noexec) 1408 if (revbuf == NULL) 1450 if (revbuf != NULL) 1531 mode, (unsigned char *) NULL, revbuf);
|
| H A D | ChangeLog | 2990 * update.c (checkout_file): Handle noexec case involving revbuf
|