Home
last modified time | relevance | path

Searched refs:FOPEN_MAX (Results 1 – 11 of 11) sorted by relevance

/netbsd/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. */ in f_prealloc()
222 for (i = 0; i < FOPEN_MAX - 3; i++) in __sinit()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dsocket.c64 #ifndef FOPEN_MAX in move_fd()
65 #define FOPEN_MAX 20 in move_fd() macro
91 min(FOPEN_MAX, FD_PREFERRED_SOCKBOUNDARY))); in move_fd()
/netbsd/external/bsd/ntp/dist/include/
H A Dlibntp.h14 #define GETDTABLESIZE() (FOPEN_MAX + FD_CHUNK)
/netbsd/external/historical/nawk/bin/
H A DTODO19 * run.c: don't limit files[] to FOPEN_MAX (which is ridiculously low),
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c63 #ifndef FOPEN_MAX
64 #define FOPEN_MAX 64 macro
344 if (fh > FOPEN_MAX) in SWIflen()
/netbsd/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) in SWIflen()
/netbsd/lib/libc/gen/
H A Dsysctl.c227 _INT("stream_max", USER_STREAM_MAX, FOPEN_MAX, in user_sysctl()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dcstdio21 FOPEN_MAX
/netbsd/include/
H A Dstdio.h192 #define FOPEN_MAX 20 /* must be <= OPEN_MAX <sys/syslimits.h> */ macro
/netbsd/external/historical/nawk/dist/
H A Drun.c1829 nfiles = FOPEN_MAX; in stdinit()
1869 size_t nnf = nfiles + FOPEN_MAX; in openfile()
1873 memset(&nf[nfiles], 0, FOPEN_MAX * sizeof(*nf)); in openfile()
/netbsd/external/bsd/ntp/dist/
H A DCommitLog212895 Bug #614 Add FOPEN_MAX as a parameter for dup_fd() usage. Also this is the fix for Bug #530
212898 Bug #614 Add FOPEN_MAX as a parameter for dup_fd() usage. Also this is the fix for Bug #530