Home
last modified time | relevance | path

Searched refs:F_OPEN (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/stand/lib/sa/
H A Dstdio.c38 F_OPEN = 0x01, enumerator
44 { F_OPEN, 0, 0, 0, "stdin" },
45 { F_OPEN, 1, 0, 0, "stdout" },
46 { F_OPEN, 2, 0, 0, "stderr" }
63 if (!fcheck(stream, F_OPEN)) in fclose()
76 if (!fcheck(stream, F_OPEN)) in feof()
85 if (!fcheck(stream, F_OPEN)) in ferror()
100 if (!fcheck(stream, F_OPEN)) in fflush()
113 if (!fcheck(stream, F_OPEN)) in fgets()
186 if ((stream->_flag & F_OPEN) == 0) { in fopen()
[all …]
/titanic_41/usr/src/uts/common/zmod/
H A Dzutil.h115 # define F_OPEN(name, mode) \ macro
177 #ifndef F_OPEN
178 # define F_OPEN(name, mode) fopen((name), (mode)) macro
/titanic_41/usr/src/uts/common/syscall/
H A Dutssys.c406 use_flag |= F_OPEN; in dofusers()
414 use_flag |= F_OPEN; in dofusers()
425 use_flag |= F_OPEN; in dofusers()
437 use_flag |= F_OPEN; in dofusers()
444 if ((use_flag & F_OPEN) == 0) { in dofusers()
/titanic_41/usr/src/uts/common/sys/
H A Dutssys.h106 #define F_OPEN 0x10 macro
/titanic_41/usr/src/cmd/fuser/
H A Dfuser.c90 {F_OPEN, 'o'}, /* open (creat, etc.) file */
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2316 if (arg & ~(F_CDIR|F_RDIR|F_TEXT|F_MAP|F_OPEN|F_TRACE|F_TTY)) { in fuflags()
2329 if (arg & F_OPEN) in fuflags()
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c160 #define F_OPEN(name, mode) \ macro
194 #ifndef F_OPEN
195 #define F_OPEN(name, mode) fopen((name), (mode)) macro
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22128 #define F_OPEN V_OPEN(1U) macro