Searched refs:_O_BINARY (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/libpcap/testprogs/
H A Dunix.h50 #define O_BINARY _O_BINARY
/freebsd-13-stable/usr.bin/bsdiff/bsdiff/
H A Dconfig.h63 # define _O_BINARY 0 macro
/freebsd-13-stable/contrib/expat/xmlwf/
H A Dreadfilemap.c69 # ifdef _O_BINARY
70 # define O_BINARY _O_BINARY
H A Dxmlfile.c60 # ifdef _O_BINARY
61 # define O_BINARY _O_BINARY
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c237 _setmode(fd, _O_BINARY);
247 _setmode(fd, _O_BINARY);
249 _setmode(fd, _O_BINARY);
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dplatform.h156 # include <fcntl.h> /* _O_BINARY */
161 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c209 if ((fh = open(file, _O_RDONLY | _O_BINARY)) < 0)
231 if ((fh = open(file, _O_RDWR | _O_BINARY)) < 0)
533 if ((fh = open(filename, _O_RDWR | _O_BINARY)) < 0)
/freebsd-13-stable/crypto/openssl/
H A De_os.h112 # define _O_BINARY O_BINARY macro
/freebsd-13-stable/contrib/less/
H A Dless.h268 #define SET_BINARY(f) _setmode(f, _O_BINARY);
/freebsd-13-stable/contrib/libarchive/tar/
H A Dread.c249 _setmode(1, _O_BINARY);
/freebsd-13-stable/contrib/libpcap/
H A Dsavefile.c79 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
H A Dsf-pcap.c62 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_util.c366 fd = _open_osfhandle((intptr_t)h, _O_BINARY | _O_RDWR);
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c2605 #elif defined(_O_BINARY)
2606 mode |= _O_BINARY;
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.c2121 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) {
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c227 _setmode(_fileno(file), _O_BINARY); local

Completed in 337 milliseconds