Searched refs:O_BINARY (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h87 #ifndef O_BINARY
88 #define O_BINARY 0 /* unix is binary by default */ macro
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp31 #ifndef O_BINARY
33 # define O_BINARY _O_BINARY macro
35 # define O_BINARY 0 macro
62 // additional "b" or a O_BINARY within the (f)open function to get a
78 # define SETBINARY_IN(__fp) (setmode ( FILENO ((__fp)), O_BINARY ), (__fp))
79 # define SETBINARY_OUT(__fp) (setmode ( FILENO ((__fp)), O_BINARY ), (__fp))
87 # define SETBINARY_IN(__fp) (setmode ( FILENO ((__fp)), O_BINARY ), (__fp))
88 # define SETBINARY_OUT(__fp) (setmode ( FILENO ((__fp)), O_BINARY ), (__fp))
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc101 #ifdef O_BINARY
103 posix_mode |= O_BINARY;
/haiku/src/bin/unzip/
H A Dfunzip.c370 setmode(0, O_BINARY); /* some buggy C libraries require BOTH setmode() */
386 setmode(1, O_BINARY);
H A Dunzpriv.h392 # include <fcntl.h> /* O_BINARY for open() w/o CR/LF translation */
981 #ifndef O_BINARY
982 # define O_BINARY 0 macro
H A Dfileio.c198 # ifdef O_BINARY
199 G.zipfd = open(G.zipfn, O_RDONLY | O_BINARY);
H A Dextract.c1409 setmode(fileno(G.outfile), O_BINARY); local
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h789 #define O_BINARY FSSH_O_BINARY macro

Completed in 93 milliseconds