Home
last modified time | relevance | path

Searched refs:RCS_READ (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/rcs/
H A Drcs.h111 #define RCS_READ (1<<0) macro
113 #define RCS_RDWR (RCS_READ|RCS_WRITE)
H A Drcsmerge.c127 if ((file = rcs_open(fpath, fd, RCS_READ)) == NULL) in rcsmerge_main()
H A Drcsdiff.c220 RCS_READ|RCS_PARSE_FULLY)) == NULL) in rcsdiff_main()
H A Drlog.c174 RCS_READ|RCS_PARSE_FULLY)) == NULL) { in rlog_main()
H A Drcsprog.c387 if ((oldfile = rcs_open(ofpath, ofd, RCS_READ)) == NULL) in rcs_main()
/openbsd/usr.bin/cvs/
H A Drcs.h110 #define RCS_READ (1<<0) macro
H A Dadmin.c276 ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444); in cvs_admin_local()
H A Dcommit.c534 rcsflags = RCS_READ | RCS_PARSE_FULLY; in cvs_commit_local()
H A Dfile.c733 rflags = RCS_READ; in cvs_file_classify()