Home
last modified time | relevance | path

Searched refs:CVS_OPEN (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
HDsystem.h235 #ifndef CVS_OPEN
236 # define CVS_OPEN open macro
/dragonfly/contrib/cvs-1.12/src/
HDhistory.c910 fd = CVS_OPEN (fname, O_WRONLY | O_APPEND | O_CREAT | OPEN_BINARY, 0666); in history_write()
1116 if ((fd = CVS_OPEN (fname, O_RDONLY | OPEN_BINARY)) < 0) in read_hrecs_file()
HDmkmodules.c844 if ((fd = CVS_OPEN (temp, O_CREAT|O_EXCL|O_RDWR, 0666)) != -1) in make_tempfile()
HDclient.c1596 fd = CVS_OPEN (temp_filename, in update_entries()
4328 fd = CVS_OPEN (tfile, O_RDONLY | OPEN_BINARY); in send_modified()
4334 fd = CVS_OPEN (file, O_RDONLY | OPEN_BINARY); in send_modified()
4336 fd = CVS_OPEN (file, O_RDONLY | (bin ? OPEN_BINARY : 0)); in send_modified()
HDserver.c1602 fd = CVS_OPEN (arg, O_WRONLY | O_CREAT | O_TRUNC, 0600); in receive_file()
3630 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY); in do_cvs_command()
5140 fd = CVS_OPEN (finfo->file, O_RDONLY | OPEN_BINARY, 0); in server_updated()