Searched defs:_NFILE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h71 #define _NFILE 10 macro
72 extern FILE __iob[_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/cmd/mailx/
H A Daux.c339 #ifndef _NFILE
340 # define _NFILE 20 macro
342 maxfiles = _NFILE;
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h466 #define _NFILE getdtablesize() macro

Completed in 99 milliseconds