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
98 * FILEs not in _iob will never reference this table, so we only need _NFILE
101 struct xFILEdata _xftab[_NFILE] = {
108 #if _NFILE == 60
123 * Ptrs to end of read/write buffers for first _NFILE devices.
125 * file number _NFILE, whic
[all...]
H A D_findbuf.c66 if (fd < _NFILE)
H A Dsetbuf.c64 if (fno < _NFILE) {
H A Dsetvbuf.c65 if (fd < _NFILE) {
H A Dvscanf.c127 SET_FILE(&strbuf, _NFILE);
H A Dvwscanf.c129 SET_FILE(&strbuf, _NFILE);
H A Dflush.c125 _NFILE,
477 if (iop->_magic < _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++) {
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
66 } else if (fno < _NFILE) {
/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.h118 * The value of _NFILE is defined in the Processor Specific ABI. The value
124 #define _NFILE 60 /* initial number of streams: Intel x86 ABI */ macro
126 #define _NFILE 20 /* initial number of streams: SPARC ABI and default */
146 #define FOPEN_MAX _NFILE
156 extern __FILE __iob[_NFILE];
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c48 #define getdtablesize() _NFILE
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c339 #ifndef _NFILE
340 # define _NFILE 20 macro
342 maxfiles = _NFILE;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l61 FILE __iob[_NFILE];
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h94 #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/rmvolmgr/
H A Dvold.c515 for (ifx = 0; ifx < _NFILE; ifx++)
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c892 maxfiles = _NFILE;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c605 for (i = 0; i < _NFILE; i++)

Completed in 81 milliseconds