Home
last modified time | relevance | path

Searched refs:rcs_open (Results 1 – 17 of 17) sorted by relevance

/openbsd/usr.bin/rcs/
H A Drcsmerge.c127 if ((file = rcs_open(fpath, fd, RCS_READ)) == NULL) in rcsmerge_main()
H A Drcsclean.c150 if ((file = rcs_open(fpath, fd, RCS_RDWR)) == NULL) in rcsclean_file()
H A Drcsprog.c324 if ((file = rcs_open(fpath, fd, flags, fmode)) == NULL) { in rcs_main()
387 if ((oldfile = rcs_open(ofpath, ofd, RCS_READ)) == NULL) in rcs_main()
H A Drcs.h220 RCSFILE *rcs_open(const char *, int, int, ...);
H A Drcsdiff.c219 if ((file = rcs_open(fpath, fd, in rcsdiff_main()
H A Drlog.c173 if ((file = rcs_open(fpath, fd, in rlog_main()
H A Dco.c175 if ((file = rcs_open(fpath, fd, in checkout_main()
H A Dci.c277 pb.file = rcs_open(pb.fpath, fd, pb.openflags, pb.fmode); in checkin_main()
H A Drcs.c85 rcs_open(const char *path, int fd, int flags, ...) in rcs_open() function
/openbsd/usr.bin/cvs/
H A Dinit.c177 if ((file = rcs_open(rpath, -1, rcsflags, 0444)) == NULL) in init_mkfile()
H A Drcs.h205 RCSFILE *rcs_open(const char *, int, int, ...);
H A Dadmin.c276 ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444); in cvs_admin_local()
H A Dimport.c344 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, RCS_CREATE, in import_new()
H A Dfile.c752 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, rflags); in cvs_file_classify()
763 cf->file_rcs = rcs_open(cf->file_rpath, in cvs_file_classify()
H A Dadd.c264 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, in cvs_add_tobranch()
H A Dcommit.c543 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, in cvs_commit_local()
H A Drcs.c154 rcs_open(const char *path, int fd, int flags, ...) in rcs_open() function