Searched refs:CVS_TIME_BUFSZ (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.bin/cvs/ |
H A D | status.c | 127 char timebuf[CVS_TIME_BUFSZ], revbuf[CVS_REV_BUFSZ]; in cvs_status_local() 256 char datetmp[CVS_TIME_BUFSZ]; in cvs_status_local()
|
H A D | client.c | 461 char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[CVS_REV_BUFSZ]; in cvs_client_sendfile() 631 char sticky[CVS_ENT_MAXLINELEN], timebuf[CVS_TIME_BUFSZ]; in cvs_client_checkedin() 702 char timebuf[CVS_TIME_BUFSZ], revbuf[CVS_REV_BUFSZ]; in cvs_client_updated() 803 char timebuf[CVS_TIME_BUFSZ], *repo, *rpath, *entry, *mode; in cvs_client_merged() 1035 char rpath[PATH_MAX], timebuf[CVS_TIME_BUFSZ], *s; in cvs_client_initlog()
|
H A D | remove.c | 141 char *entry, buf[PATH_MAX], tbuf[CVS_TIME_BUFSZ], rbuf[CVS_REV_BUFSZ]; in cvs_remove_local()
|
H A D | history.c | 73 char timebuf[CVS_TIME_BUFSZ]; in cvs_history_add()
|
H A D | checkout.c | 494 char timebuf[CVS_TIME_BUFSZ], tbuf[CVS_TIME_BUFSZ]; in cvs_checkout_file()
|
H A D | cvs.h | 44 #define CVS_TIME_BUFSZ 64 macro
|
H A D | edit.c | 264 char timebuf[CVS_TIME_BUFSZ], thishost[HOST_NAME_MAX+1]; in cvs_edit_local()
|
H A D | getlog.c | 316 char numb[CVS_REV_BUFSZ], timeb[CVS_TIME_BUFSZ]; in log_rev_print()
|
H A D | add.c | 501 char revbuf[CVS_REV_BUFSZ], tbuf[CVS_TIME_BUFSZ]; in add_entry()
|
H A D | diff.c | 308 char rbuf[CVS_REV_BUFSZ], tbuf[CVS_TIME_BUFSZ], *p1, *p2; in cvs_diff_local()
|