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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h567 #define OPEN_BINARY (O_BINARY) macro
569 #define OPEN_BINARY (0) 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 Dclient.c1992 | (bin ? OPEN_BINARY : 0)),
4973 tfile, O_WRONLY | O_CREAT | O_TRUNC | OPEN_BINARY);
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.c4366 fd = CVS_OPEN (finfo->file, O_RDONLY | OPEN_BINARY, 0);
6593 oldmode = _setmode (_fileno (stdout), OPEN_BINARY);
6608 if (_setmode (_fileno (stdout), oldmode) != OPEN_BINARY)
H A Drcs.c8735 OPEN_BINARY | O_WRONLY | O_CREAT | O_EXCL | O_TRUNC,

Completed in 85 milliseconds