| /titanic_53/usr/src/lib/libc/port/stdio/ |
| H A D | data.c | 55 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 | setbuf.c | 62 } else if (fno >= 2 && fno < _NFILE) { in setbuf()
|
| H A D | _findbuf.c | 65 if (fd >= 0 && fd < _NFILE) { in _findbuf()
|
| H A D | vscanf.c | 127 SET_FILE(&strbuf, _NFILE); in _vsscanf_c89()
|
| H A D | setvbuf.c | 60 } else if (fd >= 2 && fd < _NFILE) { in setvbuf()
|
| H A D | vwscanf.c | 129 SET_FILE(&strbuf, _NFILE); in _vswscanf_c89()
|
| H A D | flush.c | 128 _NFILE, 489 if (iop->_magic < _NFILE) in _setbufend()
|
| H A D | README.design | 104 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
|
| /titanic_53/usr/src/ucbhead/ |
| H A D | stdio.h | 84 #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];
|
| /titanic_53/usr/src/head/iso/ |
| H A D | stdio_iso.h | 124 #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];
|
| /titanic_53/usr/src/stand/lib/sa/ |
| H A D | stdio.h | 71 #define _NFILE 10 macro 72 extern FILE __iob[_NFILE];
|
| H A D | stdio.c | 43 FILE __iob[_NFILE] = { 184 for (i = 0; i < _NFILE; i++) { in fopen()
|
| /titanic_53/usr/src/ucblib/libucb/port/gen/ |
| H A D | setbuffer.c | 47 extern Uchar _smbuf[][_NFILE]; 66 } else if (fno < _NFILE) { in setbuffer()
|
| /titanic_53/usr/src/cmd/mailx/ |
| H A D | aux.c | 339 #ifndef _NFILE in source() 340 # define _NFILE 20 in source() macro 342 maxfiles = _NFILE; in source()
|
| /titanic_53/usr/src/tools/cscope-fast/ |
| H A D | exec.c | 48 #define getdtablesize() _NFILE
|
| /titanic_53/usr/src/lib/libc/inc/ |
| H A D | stdiom.h | 103 #define STDIOP(iop) ((iop) >= &_iob[0] && (iop) < &_iob[_NFILE])
|
| /titanic_53/usr/src/cmd/mail/ |
| H A D | mail.h | 466 #define _NFILE getdtablesize() macro
|
| /titanic_53/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_lex.l | 61 FILE __iob[_NFILE];
|
| /titanic_53/usr/src/cmd/rmvolmgr/ |
| H A D | vold.c | 515 for (ifx = 0; ifx < _NFILE; ifx++) in vold_action()
|
| /titanic_53/usr/src/cmd/bnu/ |
| H A D | uucico.c | 892 maxfiles = _NFILE; in closedem()
|
| /titanic_53/usr/src/cmd/avs/rdc/ |
| H A D | sndrd.c | 605 for (i = 0; i < _NFILE; i++) in sndrd_lintmain()
|