Symbol: F_OPEN
usr/src/cmd/fuser/fuser.c
88
{F_OPEN, 'o'}, /* open (creat, etc.) file */
usr/src/cmd/truss/codes.c
2600
if (arg & ~(F_CDIR|F_RDIR|F_TEXT|F_MAP|F_OPEN|F_TRACE|F_TTY)) {
usr/src/cmd/truss/codes.c
2613
if (arg & F_OPEN)
usr/src/stand/lib/sa/stdio.c
100
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
113
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
186
if ((stream->_flag & F_OPEN) == 0) {
usr/src/stand/lib/sa/stdio.c
192
stream->_flag |= F_OPEN;
usr/src/stand/lib/sa/stdio.c
224
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
254
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
285
if (!fcheck(stream, F_OPEN | F_SEEKABLE))
usr/src/stand/lib/sa/stdio.c
323
if (!fcheck(stream, F_OPEN | F_SEEKABLE))
usr/src/stand/lib/sa/stdio.c
332
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
352
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
44
{ F_OPEN, 0, 0, 0, "stdin" },
usr/src/stand/lib/sa/stdio.c
45
{ F_OPEN, 1, 0, 0, "stdout" },
usr/src/stand/lib/sa/stdio.c
46
{ F_OPEN, 2, 0, 0, "stderr" }
usr/src/stand/lib/sa/stdio.c
63
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
76
if (!fcheck(stream, F_OPEN))
usr/src/stand/lib/sa/stdio.c
85
if (!fcheck(stream, F_OPEN))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
192
#ifndef F_OPEN
usr/src/uts/common/syscall/utssys.c
406
use_flag |= F_OPEN;
usr/src/uts/common/syscall/utssys.c
414
use_flag |= F_OPEN;
usr/src/uts/common/syscall/utssys.c
425
use_flag |= F_OPEN;
usr/src/uts/common/syscall/utssys.c
437
use_flag |= F_OPEN;
usr/src/uts/common/syscall/utssys.c
444
if ((use_flag & F_OPEN) == 0) {