Searched refs:FOPEN_MAX (Results 1 - 8 of 8) sorted by path

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmos.c63 #ifndef FOPEN_MAX
64 #define FOPEN_MAX 64 macro
344 if (fh > FOPEN_MAX)
/netbsd-current/lib/libc/stdio/
H A Dfindfp.c84 static FILE usual[FOPEN_MAX - 3];
85 static struct __sfileext usualext[FOPEN_MAX - 3];
86 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
193 n = (int)sysconf(_SC_OPEN_MAX) - FOPEN_MAX + 20; /* 20 for slop. */
222 for (i = 0; i < FOPEN_MAX - 3; i++)
/netbsd-current/external/bsd/ntp/dist/include/
H A Dlibntp.h12 * so we will start at FOPEN_MAX
14 #define GETDTABLESIZE() (FOPEN_MAX + FD_CHUNK)
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocket.c31 * [0..FOPEN_MAX)
34 * FOPEN_MAX. This is not as easy as it sounds as
35 * FOPEN_MAX changes from implementation to implementation
39 * max(0, min(GETDTABLESIZE() - FD_CHUNK, FOPEN_MAX))
64 #ifndef FOPEN_MAX
65 #define FOPEN_MAX 20 macro
91 min(FOPEN_MAX, FD_PREFERRED_SOCKBOUNDARY)));
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c60 #ifndef FOPEN_MAX
61 #define FOPEN_MAX 64 macro
351 if (fh > FOPEN_MAX)
/netbsd-current/external/historical/nawk/dist/
H A Drun.c64 /* #ifndef FOPEN_MAX */
65 /* #define FOPEN_MAX _NFILE */
69 /* #ifndef FOPEN_MAX */
70 /* #define FOPEN_MAX 40 */ /* max number of open files */
1829 nfiles = FOPEN_MAX;
1869 size_t nnf = nfiles + FOPEN_MAX;
1873 memset(&nf[nfiles], 0, FOPEN_MAX * sizeof(*nf));
/netbsd-current/include/
H A Dstdio.h187 * FOPEN_MAX is a minimum maximum, and is the number of streams that
192 #define FOPEN_MAX 20 /* must be <= OPEN_MAX <sys/syslimits.h> */ macro
/netbsd-current/lib/libc/gen/
H A Dsysctl.c227 _INT("stream_max", USER_STREAM_MAX, FOPEN_MAX,

Completed in 387 milliseconds