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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DInheritedChannel.c124 int oflag_actual; local
129 oflag_actual = O_RDWR;
132 oflag_actual = O_RDONLY;
135 oflag_actual = O_WRONLY;
146 int fd = open(str, oflag_actual);

Completed in 30 milliseconds