/freebsd/contrib/expat/xmlwf/ |
H A D | readfilemap.c | 75 # ifdef _O_BINARY 76 # define O_BINARY _O_BINARY
|
H A D | xmlfile.c | 67 # ifdef _O_BINARY 68 # define O_BINARY _O_BINARY
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | unix.h | 50 #define O_BINARY _O_BINARY
|
/freebsd/usr.bin/bsdiff/bsdiff/ |
H A D | config.h | 61 # define _O_BINARY 0 macro
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_file.c | 237 _setmode(fd, _O_BINARY); in file_ctrl() 256 _setmode(fd, _O_BINARY); in file_ctrl() 258 _setmode(fd, _O_BINARY); in file_ctrl()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 205 _setmode(fileno(_ifp), _O_BINARY); in NCURSES_SP_NAME() 206 _setmode(fileno(_ofp), _O_BINARY); in NCURSES_SP_NAME()
|
H A D | lib_set_term.c | 431 _setmode(fileno(output), _O_BINARY); in NCURSES_SP_NAME() 442 _setmode(fileno(output), _O_BINARY); in NCURSES_SP_NAME()
|
/freebsd/contrib/unifdef/win32/ |
H A D | win32.c | 51 _setmode(_fileno(fp), _O_BINARY); in fbinmode()
|
/freebsd/crypto/openssl/ms/ |
H A D | applink.c | 84 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT); in app_fsetmod()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | platform.h | 162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus…
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | config.h.cmake | 61 # define _O_BINARY 0
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | text_mmap.c | 190 _O_BINARY | in validate_mmap()
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 67 # define _O_BINARY O_BINARY macro
|
/freebsd/contrib/libarchive/tar/ |
H A D | read.c | 230 _setmode(1, _O_BINARY); in read_archive()
|
/freebsd/contrib/less/ |
H A D | less.h | 289 #define SET_BINARY(f) _setmode(f, _O_BINARY);
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 64 _sopen_s((f), (n), (m) | _O_BINARY, _SH_DENYNO, _S_IREAD | _S_IWRITE)
|
/freebsd/contrib/libpcap/ |
H A D | savefile.c | 77 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
|
H A D | sf-pcap.c | 61 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 1227 _setmode(fileno(stdin), _O_BINARY); in _nc_console_checkinit() 1228 _setmode(fileno(stdout), _O_BINARY); in _nc_console_checkinit()
|
H A D | lib_setup.c | 886 _setmode(Filedes, _O_BINARY); in TINFO_SETUP_TERM()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Program.inc | 507 int result = _setmode(_fileno(stdin), _O_BINARY); 514 int result = _setmode(_fileno(stdout), _O_BINARY);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_util.c | 409 fd = _open_osfhandle((intptr_t)h, _O_BINARY | _O_RDWR); in __archive_mktempx()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 3054 # elif defined(_O_BINARY) in bio_open_owner() 3055 mode |= _O_BINARY; in bio_open_owner()
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_start()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 838 setModeFlushQ(pf, bFlush, _O_BINARY); in setBinaryMode()
|