Searched refs:__iob (Results 1 - 8 of 8) 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];
/illumos-gate/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
/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/cmd/mdb/common/mdb/
H A Dmdb_lex.l56 * yyfprintf, which ignore the FILE * provided by yyout. __iob-based stdin and
57 * stdout are useless in kmdb, since we don't have stdio. We define __iob here
61 FILE __iob[_NFILE];

Completed in 67 milliseconds