Home
last modified time | relevance | path

Searched refs:_NFILE (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddata.c55 Uchar _smbuf[_NFILE + 1][_SMBFSZ] = {0}; /* shared library compatibility */
63 #if _NFILE != 20
67 FILE _iob[_NFILE] = {
93 #if _NFILE != 20 && _NFILE != 60
101 struct xFILEdata _xftab[_NFILE] = {
108 #if _NFILE == 60
130 Uchar *_bufendtab[_NFILE+1] = { NULL, NULL, _smbuf[2] + _SBFSIZ, };
132 FILE _iob[_NFILE] = {
141 FILE *_lastbuf = &_iob[_NFILE];
H A D_findbuf.c76 if (fd >= 0 && fd < _NFILE) { in _findbuf()
H A Dsetbuf.c64 } else if (fno >= 2 && fno < _NFILE) { in setbuf()
H A Dsetvbuf.c60 } else if (fd >= 2 && fd < _NFILE) { in setvbuf()
H A Dvscanf.c125 SET_FILE(&strbuf, _NFILE); in _vsscanf_c89()
H A Dvwscanf.c127 SET_FILE(&strbuf, _NFILE); in _vswscanf_c89()
H A Dflush.c128 _NFILE,
489 if (iop->_magic < _NFILE) in _setbufend()
H A DREADME.design104 be found in 'data.c'. The first _NFILE (20 or 60 depending on the
146 libc defines static data for _NFILE worth of pushback buffers which are
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h84 #define _NFILE 60 /* initial number of streams: Intel x86 ABI */ macro
86 #define _NFILE 20 /* initial number of streams: SPARC ABI and default */ macro
106 #define FOPEN_MAX _NFILE
131 extern FILE __iob[_NFILE];
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h124 #define _NFILE 60 /* initial number of streams: Intel x86 ABI */ macro
126 #define _NFILE 20 /* initial number of streams: SPARC ABI and default */ macro
146 #define FOPEN_MAX _NFILE
156 extern __FILE __iob[_NFILE];
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h71 #define _NFILE 10 macro
72 extern FILE __iob[_NFILE];
H A Dstdio.c43 FILE __iob[_NFILE] = {
184 for (i = 0; i < _NFILE; i++) { in fopen()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
66 } else if (fno < _NFILE) { in setbuffer()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c337 #ifndef _NFILE in source()
338 # define _NFILE 20 in source() macro
340 maxfiles = _NFILE; in source()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c46 #define getdtablesize() _NFILE
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h103 #define STDIOP(iop) ((iop) >= &_iob[0] && (iop) < &_iob[_NFILE])
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h466 #define _NFILE getdtablesize() macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l64 FILE __iob[_NFILE];
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c515 for (ifx = 0; ifx < _NFILE; ifx++) in vold_action()
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c893 maxfiles = _NFILE; in closedem()