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

/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c490 #ifdef O_BINARY
491 | O_BINARY /* use binary mode on windows */
543 #ifdef O_BINARY
544 | O_BINARY /* use binary mode on windows */
588 #ifdef O_BINARY
589 | O_BINARY /* use binary mode on windows */
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp43 inline const int os::default_file_open_flags() { return O_BINARY | O_NOINHERIT;}
H A Dos_windows.cpp1472 int file_descriptor=::open(name, O_RDONLY | O_BINARY, 0);
4111 return ::open(pathbuf, oflag | O_BINARY | O_NOINHERIT, mode);
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp38 #ifndef O_BINARY // if defined (Win32) use binary files.
39 #define O_BINARY 0 // otherwise do nothing. macro
161 int fd = open(_full_path, O_RDONLY | O_BINARY, 0);
190 int fd = open(_full_path, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0444);
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c128 return open(filename, O_RDONLY|O_BINARY);
141 return open(filename, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY,
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c97 | O_BINARY
138 setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */

Completed in 69 milliseconds