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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h416 #ifndef CVS_OPEN
417 # define CVS_OPEN open macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c770 fd = CVS_OPEN (fname, O_WRONLY | O_APPEND | OPEN_BINARY, 0666);
1115 if ((fd = CVS_OPEN (fname, O_RDONLY | OPEN_BINARY)) < 0)
H A Dmkmodules.c557 if ((fd = CVS_OPEN (temp, O_CREAT|O_EXCL|O_RDWR, 0666)) != -1)
H A Dclient.c1990 fd = CVS_OPEN (temp_filename,
4974 fd = CVS_OPEN (tfile, O_RDONLY | OPEN_BINARY);
4979 fd = CVS_OPEN (file, O_RDONLY | OPEN_BINARY);
4981 fd = CVS_OPEN (file, O_RDONLY | (bin ? OPEN_BINARY : 0));
H A Dserver.c1369 fd = CVS_OPEN (arg, O_WRONLY | O_CREAT | O_TRUNC, 0600);
2859 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
4366 fd = CVS_OPEN (finfo->file, O_RDONLY | OPEN_BINARY, 0);

Completed in 84 milliseconds