Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/ucbhead/
H A Dstdio.h125 #define stdin (&__iob[0])
126 #define stdout (&__iob[1])
127 #define stderr (&__iob[2])
134 extern FILE __iob[_NFILE];
/titanic_41/usr/src/head/iso/
H A Dstdio_iso.h162 extern __FILE __iob[_NFILE];
163 #define stdin (&__iob[0])
164 #define stdout (&__iob[1])
165 #define stderr (&__iob[2])
/titanic_41/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_41/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel32.msg34 @ MSG_SYM_IOB "__iob"
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l61 FILE __iob[_NFILE]; variable
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in130 SKIP_SYMBOL|__iob
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2004 __iob;