Home
last modified time | relevance | path

Searched refs:__iob (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/stand/lib/sa/
H A Dstdio.h67 #define stdin (&__iob[0])
68 #define stdout (&__iob[1])
69 #define stderr (&__iob[2])
72 extern FILE __iob[_NFILE];
H A Dstdio.c43 FILE __iob[_NFILE] = { variable
185 stream = &__iob[i]; in fopen()
/titanic_44/usr/src/ucbhead/
H A Dstdio.h122 #define stdin (&__iob[0])
123 #define stdout (&__iob[1])
124 #define stderr (&__iob[2])
131 extern FILE __iob[_NFILE];
/titanic_44/usr/src/head/iso/
H A Dstdio_iso.h156 extern __FILE __iob[_NFILE];
157 #define stdin (&__iob[0])
158 #define stdout (&__iob[1])
159 #define stderr (&__iob[2])
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dflockf.c43 #define _iob __iob
H A Ddata.c35 #pragma weak __iob = _iob macro
H A Dflush.c46 #define _iob __iob
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel32.msg34 @ MSG_SYM_IOB "__iob"
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l61 FILE __iob[_NFILE]; variable
/titanic_44/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in130 SKIP_SYMBOL|__iob
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers2091 __iob;