Searched defs:F_OPEN (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dutssys.h106 #define F_OPEN 0x10 macro
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h106 # define F_OPEN(name, mode) \ macro
183 #ifndef F_OPEN
184 # define F_OPEN(name, mode) fopen((name), (mode)) macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c38 F_OPEN = 0x01, enumerator in enum:__anon4430
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))
76 if (!fcheck(stream, F_OPEN))
85 if (!fcheck(stream, F_OPEN))
100 if (!fcheck(stream, F_OPEN))
113 if (!fcheck(stream, F_OPEN))
186 if ((stream->_flag & F_OPEN)
[all...]
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22128 #define F_OPEN V_OPEN(1U) macro

Completed in 260 milliseconds