rcs_open
cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd,
ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444);
cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd,
cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, rflags);
cf->file_rcs = rcs_open(cf->file_rpath,
cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, RCS_CREATE,
if ((file = rcs_open(rpath, -1, rcsflags, 0444)) == NULL)
RCSFILE *rcs_open(const char *, int, int, ...);
pb.file = rcs_open(pb.fpath, fd, pb.openflags, pb.fmode);
if ((file = rcs_open(fpath, fd,
RCSFILE *rcs_open(const char *, int, int, ...);
if ((file = rcs_open(fpath, fd, RCS_RDWR)) == NULL)
if ((file = rcs_open(fpath, fd,
if ((file = rcs_open(fpath, fd, RCS_READ)) == NULL)
if ((file = rcs_open(fpath, fd, flags, fmode)) == NULL) {
if ((oldfile = rcs_open(ofpath, ofd, RCS_READ)) == NULL)
if ((file = rcs_open(fpath, fd,