Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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];
/illumos-gate/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])
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflockf.c41 #define _iob __iob
H A Ddata.c35 #pragma weak __iob = _iob macro
H A Dflush.c49 #define _iob __iob
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel32.msg33 @ MSG_SYM_IOB "__iob"
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l64 FILE __iob[_NFILE]; variable
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in130 SKIP_SYMBOL|__iob
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2472 __iob { ASSERT = { BINDING = WEAK; ALIAS = _iob; }; };