Home
last modified time | relevance | path

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

/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp48 #ifndef FOPEN_MAX
49 #error FOPEN_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp29 #ifndef FOPEN_MAX
30 #error FOPEN_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py182 FOPEN_MAX = 256 variable
183 STREAM_MAX = FOPEN_MAX
/external/libcxx/include/
Dcstdio22 FOPEN_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py335 FOPEN_MAX = 16 variable
/external/one-true-awk/
Drun.c1690 nfiles = FOPEN_MAX; in stdinit()
1728 int nnf = nfiles + FOPEN_MAX; in openfile()
1732 memset(&nf[nfiles], 0, FOPEN_MAX * sizeof(*nf)); in openfile()
1803 for (i = 0; i < FOPEN_MAX; i++) { in closeall()
/external/iputils/
DRELNOTES319 rdisc: Use FOPEN_MAX if OPEN_MAX is undefined.