Searched refs:F_OPEN (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.c | 38 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 D | zutil.h | 115 # 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 D | utssys.c | 406 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 D | utssys.h | 106 #define F_OPEN 0x10 macro
|
/titanic_41/usr/src/cmd/fuser/ |
H A D | fuser.c | 90 {F_OPEN, 'o'}, /* open (creat, etc.) file */
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 2316 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 D | zlib.c | 160 #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 D | t4_regs.h | 22128 #define F_OPEN V_OPEN(1U) macro
|