Home
last modified time | relevance | path

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

/titanic_41/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 Dsetbuf.c64 if (fno < _NFILE) { in setbuf()
H A D_findbuf.c66 if (fd < _NFILE) in _findbuf()
H A Dsetvbuf.c65 if (fd < _NFILE) { in setvbuf()
H A Dvscanf.c127 SET_FILE(&strbuf, _NFILE); in _vsscanf_c89()
H A Dvwscanf.c129 SET_FILE(&strbuf, _NFILE); in _vswscanf_c89()
H A Dflush.c125 _NFILE,
477 if (iop->_magic < _NFILE) in _setbufend()
/titanic_41/usr/src/ucbhead/
H A Dstdio.h87 #define _NFILE 60 /* initial number of streams: Intel x86 ABI */ macro
89 #define _NFILE 20 /* initial number of streams: SPARC ABI and default */ macro
109 #define FOPEN_MAX _NFILE
134 extern FILE __iob[_NFILE];
/titanic_41/usr/src/head/iso/
H A Dstdio_iso.h130 #define _NFILE 60 /* initial number of streams: Intel x86 ABI */ macro
132 #define _NFILE 20 /* initial number of streams: SPARC ABI and default */ macro
152 #define FOPEN_MAX _NFILE
162 extern __FILE __iob[_NFILE];
/titanic_41/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()
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c47 extern Uchar _smbuf[][_NFILE];
66 } else if (fno < _NFILE) { in setbuffer()
/titanic_41/usr/src/cmd/mailx/
H A Daux.c339 #ifndef _NFILE in source()
340 # define _NFILE 20 in source() macro
342 maxfiles = _NFILE; in source()
/titanic_41/usr/src/tools/cscope-fast/
H A Dexec.c48 #define getdtablesize() _NFILE
/titanic_41/usr/src/lib/libc/inc/
H A Dstdiom.h94 #define STDIOP(iop) ((iop) >= &_iob[0] && (iop) < &_iob[_NFILE])
/titanic_41/usr/src/cmd/mail/
H A Dmail.h466 #define _NFILE getdtablesize() macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l61 FILE __iob[_NFILE];
/titanic_41/usr/src/cmd/rmvolmgr/
H A Dvold.c515 for (ifx = 0; ifx < _NFILE; ifx++) in vold_action()
/titanic_41/usr/src/cmd/bnu/
H A Duucico.c892 maxfiles = _NFILE; in closedem()
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndrd.c605 for (i = 0; i < _NFILE; i++) in sndrd_lintmain()