Searched refs:rcs_open (Results 1 – 17 of 17) sorted by relevance
/openbsd/usr.bin/rcs/ |
H A D | rcsmerge.c | 127 if ((file = rcs_open(fpath, fd, RCS_READ)) == NULL) in rcsmerge_main()
|
H A D | rcsclean.c | 150 if ((file = rcs_open(fpath, fd, RCS_RDWR)) == NULL) in rcsclean_file()
|
H A D | rcsprog.c | 324 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 D | rcs.h | 220 RCSFILE *rcs_open(const char *, int, int, ...);
|
H A D | rcsdiff.c | 219 if ((file = rcs_open(fpath, fd, in rcsdiff_main()
|
H A D | rlog.c | 173 if ((file = rcs_open(fpath, fd, in rlog_main()
|
H A D | co.c | 175 if ((file = rcs_open(fpath, fd, in checkout_main()
|
H A D | ci.c | 277 pb.file = rcs_open(pb.fpath, fd, pb.openflags, pb.fmode); in checkin_main()
|
H A D | rcs.c | 85 rcs_open(const char *path, int fd, int flags, ...) in rcs_open() function
|
/openbsd/usr.bin/cvs/ |
H A D | init.c | 177 if ((file = rcs_open(rpath, -1, rcsflags, 0444)) == NULL) in init_mkfile()
|
H A D | rcs.h | 205 RCSFILE *rcs_open(const char *, int, int, ...);
|
H A D | admin.c | 276 ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444); in cvs_admin_local()
|
H A D | import.c | 344 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, RCS_CREATE, in import_new()
|
H A D | file.c | 752 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 D | add.c | 264 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, in cvs_add_tobranch()
|
H A D | commit.c | 543 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, in cvs_commit_local()
|
H A D | rcs.c | 154 rcs_open(const char *path, int fd, int flags, ...) in rcs_open() function
|