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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfopen.c83 int oflag, nflag, fd, accmode; local
134 accmode = oflag & O_ACCMODE;
135 if ((accmode == O_RDONLY && (mode != 'r' || plus == '+')) ||
136 (accmode == O_WRONLY && (mode == 'r' || plus == '+'))) {

Completed in 20 milliseconds