HomeSort by relevance Sort by last modified time
    Searched refs:O_BINARY (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/netcat/data/
xor.c 56 #ifdef O_BINARY /* DOS shit... */
57 x = setmode (0, O_BINARY); /* make stdin raw */
62 x = setmode (1, O_BINARY); /* make stdout raw */
67 #endif /* O_BINARY */
70 #ifdef O_BINARY
71 x = open (argv[1], O_RDONLY | O_BINARY);
data.c 104 #ifdef O_BINARY
107 x = setmode (0, O_BINARY); /* make stdin raw */
112 x = setmode (1, O_BINARY); /* make stdout raw */
117 #endif /* O_BINARY */
  /external/expat/xmlwf/
readfilemap.c 33 #ifndef O_BINARY
35 #define O_BINARY _O_BINARY
37 #define O_BINARY 0
54 fd = open(name, O_RDONLY|O_BINARY);
xmlfile.c 40 #ifndef O_BINARY
42 #define O_BINARY _O_BINARY
44 #define O_BINARY 0
160 fd = topen(filename, O_BINARY|O_RDONLY);
  /external/qemu/android/utils/
path.h 21 /* O_BINARY is required in the MS C library to avoid opening file
24 #if !defined(_WIN32) && !defined(O_BINARY)
25 # define O_BINARY 0
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 59 #ifndef O_BINARY
61 #define O_BINARY _O_BINARY
63 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /external/openssl/crypto/rc4/
rc4.c 149 setmode(fileno(in),O_BINARY);
150 setmode(fileno(out),O_BINARY);
  /external/protobuf/src/google/protobuf/
message_unittest.cc 62 #ifndef O_BINARY
64 #define O_BINARY _O_BINARY
66 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
110 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
123 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
  /external/openssl/crypto/rand/
randfile.c 203 #ifndef O_BINARY
204 #define O_BINARY 0
208 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
rand_unix.c 229 #ifdef O_BINARY
230 |O_BINARY
  /external/jpeg/
cdjpeg.c 154 setmode(fileno(stdin), O_BINARY);
172 setmode(fileno(stdout), O_BINARY);
  /external/qemu/
arm-semi.c 61 #ifndef O_BINARY
62 #define O_BINARY 0
90 O_RDONLY | O_BINARY,
92 O_RDWR | O_BINARY,
94 O_WRONLY | O_CREAT | O_TRUNC | O_BINARY,
96 O_RDWR | O_CREAT | O_TRUNC | O_BINARY,
98 O_WRONLY | O_CREAT | O_APPEND | O_BINARY,
100 O_RDWR | O_CREAT | O_APPEND | O_BINARY
loader.c 57 fd = open(filename, O_RDONLY | O_BINARY);
70 fd = open(filename, O_RDONLY | O_BINARY);
217 fd = open(filename, O_RDONLY | O_BINARY);
313 fd = open(filename, O_RDONLY | O_BINARY);
466 fd = open(filename, O_RDONLY | O_BINARY);
qemu-common.h 32 #ifndef O_BINARY
33 #define O_BINARY 0
  /external/qemu/block/
cow.c 73 fd = open(filename, O_RDWR | O_BINARY | O_LARGEFILE);
75 fd = open(filename, O_RDONLY | O_BINARY | O_LARGEFILE);
223 cow_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY,
234 fd = open(image_filename, O_RDONLY | O_BINARY);
parallels.c 77 fd = open(filename, O_RDWR | O_BINARY | O_LARGEFILE);
79 fd = open(filename, O_RDONLY | O_BINARY | O_LARGEFILE);
bochs.c 119 fd = open(filename, O_RDWR | O_BINARY);
121 fd = open(filename, O_RDONLY | O_BINARY);
  /build/libs/host/
CopyFile.c 38 #ifndef O_BINARY
39 # define O_BINARY 0
224 srcFd = open(src, O_RDONLY | O_BINARY, 0);
232 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644);
262 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644);
542 tmpFd = open(src, O_RDONLY | O_BINARY, 0);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 74 #define O_BINARY _O_BINARY
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 80 #define pipe(fds) _pipe(fds, 4096, O_BINARY)
83 #ifndef O_BINARY
85 #define O_BINARY _O_BINARY
87 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it.
461 open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777);
492 open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777);
  /frameworks/base/libs/utils/
Asset.cpp 41 #ifndef O_BINARY
42 # define O_BINARY 0
125 fd = open(fileName, O_RDONLY | O_BINARY);
172 fd = open(fileName, O_RDONLY | O_BINARY);
618 return open(fname, O_RDONLY | O_BINARY);
625 return open(mFileName, O_RDONLY | O_BINARY);
  /external/tcpdump/
util.c 467 * On UNIX, that's not necessary. O_BINARY is defined on Windows;
470 #ifndef O_BINARY
471 #define O_BINARY 0
481 fd = open(fname, O_RDONLY|O_BINARY);
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 52 #ifndef O_BINARY
53 #define O_BINARY 0
511 fd = g_open (filename, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, mode);
556 fd = g_open (filename, O_CREAT | O_APPEND | O_WRONLY | O_BINARY, mode);
682 open_flags = O_RDWR | O_CREAT | O_BINARY;
684 open_flags = O_WRONLY | O_CREAT | O_BINARY;
850 O_WRONLY | O_CREAT | O_EXCL | O_BINARY,
942 fd = g_open (filename, O_WRONLY | O_CREAT | O_BINARY, mode);
1008 fd = g_open (filename, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, mode);
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 51 #ifndef O_BINARY
52 #define O_BINARY 0
204 fd = open (cfilename, O_WRONLY|O_CREAT|O_EXCL|O_BINARY, 0644);
  /external/stlport/src/details/
fstream_win32io.cpp 61 if (mode & O_BINARY)
144 mode |= O_BINARY;
175 mode |= O_BINARY;

Completed in 344 milliseconds

1 2 3 4