Searched refs:FOPEN_MAX (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc44 #ifndef FOPEN_MAX
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfindfp.c68 static FILE usual[FOPEN_MAX - 3];
69 static struct __sfileext usualext[FOPEN_MAX - 3];
70 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
178 n = (int)sysconf(_SC_OPEN_MAX) - FOPEN_MAX + 20; /* 20 for slop. */
207 for (i = 0; i < FOPEN_MAX - 3; i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c85 #ifndef FOPEN_MAX
86 #define FOPEN_MAX 64 macro
100 FILE *FileTable[FOPEN_MAX];
101 char FileFlags[FOPEN_MAX];
187 for (i = 0; i < FOPEN_MAX; i++)
404 if (fh > FOPEN_MAX)
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsysctl.c249 _INT("stream_max", USER_STREAM_MAX, FOPEN_MAX,
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h185 * FOPEN_MAX is a minimum maximum, and is the number of streams that
190 #define FOPEN_MAX 20 /* must be <= OPEN_MAX <sys/syslimits.h> */ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c356 * [0..FOPEN_MAX)
359 * FOPEN_MAX. This is not as easy as it sounds as
360 * FOPEN_MAX changes from implementation to implementation
364 * max(0, min(getdtablesize() - FD_CHUNK, FOPEN_MAX))
405 * so we will start at FOPEN_MAX
407 #define getdtablesize() (FOPEN_MAX+FD_CHUNK)
410 #ifndef FOPEN_MAX
411 #define FOPEN_MAX 20 /* assume that for the lack of anything better */ macro
424 min(FOPEN_MAX, FD_PREFERRED_SOCKBOUNDARY)));
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Drun.c63 /* #ifndef FOPEN_MAX */
64 /* #define FOPEN_MAX _NFILE */
68 /* #ifndef FOPEN_MAX */
69 /* #define FOPEN_MAX 40 */ /* max number of open files */
1734 nfiles = FOPEN_MAX;
1774 size_t nnf = nfiles + FOPEN_MAX;
1778 (void)memset(&nf[nfiles], 0, FOPEN_MAX * sizeof(*nf));

Completed in 198 milliseconds