HomeSort by relevance Sort by last modified time
    Searched refs:_O_BINARY (Results 1 - 22 of 22) sorted by null

  /development/simulator/app/
ported.cpp 87 return _pipe(filedes, 0, _O_BINARY | _O_NOINHERIT);
  /external/expat/xmlwf/
readfilemap.c 34 #ifdef _O_BINARY
35 #define O_BINARY _O_BINARY
xmlfile.c 41 #ifdef _O_BINARY
42 #define O_BINARY _O_BINARY
  /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
75 #define O_RAW _O_BINARY
  /external/openssl/apps/
apps.h 187 # ifdef _O_BINARY
189 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
212 # ifdef _O_BINARY
214 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
  /external/webkit/WebKitTools/DumpRenderTree/qt/
main.cpp 110 _setmode(1, _O_BINARY);
111 _setmode(2, _O_BINARY);
  /external/openssl/crypto/bio/
bss_file.c 286 _setmode(fd,_O_BINARY);
306 _setmode(fd,_O_BINARY);
309 _setmode(fd,_O_BINARY);
  /external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp 175 _setmode(0, _O_BINARY);
176 _setmode(1, _O_BINARY);
  /external/bluetooth/glib/tests/
spawn-test.c 38 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
gio-test.c 42 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
mainloop-test.c 13 #include <fcntl.h> /* For _O_BINARY used by pipe() macro */
15 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
  /external/qemu/android/utils/
path.c 468 fd = _open(dest, _O_RDWR | _O_BINARY);
469 fs = _open(source, _O_RDONLY | _O_BINARY);
  /external/openssl/
e_os.h 235 # define _O_BINARY O_BINARY
333 # define _O_BINARY O_BINARY
425 # define _O_BINARY O_BINARY
  /external/bluetooth/glib/gio/
gcancellable.c 32 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
  /external/stlport/src/details/
fstream_stdio.cpp 77 # define O_BINARY _O_BINARY
  /external/qemu/android/
config.c 368 _setmode( w->fd, _O_BINARY );
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 67 #ifndef _O_BINARY
68 #define _O_BINARY 0
121 fd = open (file_name, O_RDONLY|_O_BINARY, 0);
  /external/e2fsprogs/intl/
loadmsgcat.c 478 #if !defined O_BINARY && defined _O_BINARY
480 # define O_BINARY _O_BINARY
    [all...]
  /external/libpcap/
savefile.c 107 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 56 #define O_BINARY _O_BINARY
    [all...]
  /external/icu4c/tools/genrb/
derb.c 45 #define O_BINARY _O_BINARY

Completed in 1236 milliseconds