HomeSort by relevance Sort by last modified time
    Searched refs:FOPEN_MAX (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio_lim.h 37 # undef FOPEN_MAX
38 # define FOPEN_MAX 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio_lim.h 37 # undef FOPEN_MAX
38 # define FOPEN_MAX 16
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 73 static FILE usual[FOPEN_MAX - 3];
74 static struct __sfileext usualext[FOPEN_MAX - 3];
75 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
179 n = (int)sysconf(_SC_OPEN_MAX) - FOPEN_MAX + 20; /* 20 for slop. */
209 for (i = 0; i < FOPEN_MAX - 3; i++)
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 48 #ifndef FOPEN_MAX
49 #error FOPEN_MAX not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 29 #ifndef FOPEN_MAX
30 #error FOPEN_MAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 48 #ifndef FOPEN_MAX
49 #error FOPEN_MAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 29 #ifndef FOPEN_MAX
30 #error FOPEN_MAX not defined
  /bionic/libc/bionic/
sysconf.cpp 33 #include <stdio.h> // For FOPEN_MAX.
105 case _SC_STREAM_MAX: return FOPEN_MAX;
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 157 for(i = 0; i < (FOPEN_MAX); ++i) {
  /bionic/tests/headers/posix/
stdio_h.c 54 MACRO(FOPEN_MAX);
  /external/python/cpython2/Lib/plat-atheos/
IN.py 182 FOPEN_MAX = 256
183 STREAM_MAX = FOPEN_MAX
  /bionic/libc/include/
stdio.h 96 * FOPEN_MAX is a minimum maximum, and is the number of streams that
100 #define FOPEN_MAX 20
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 293 /** FOPEN_MAX is a minimum maximum, and is the number of streams that
297 #define FOPEN_MAX OPEN_MAX /* must be <= OPEN_MAX <sys/syslimits.h> */
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 335 FOPEN_MAX = 16
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 335 FOPEN_MAX = 16
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 335 FOPEN_MAX = 16
  /external/one-true-awk/
run.c 54 /* #ifndef FOPEN_MAX */
55 /* #define FOPEN_MAX _NFILE */
59 /* #ifndef FOPEN_MAX */
60 /* #define FOPEN_MAX 40 */ /* max number of open files */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 64 #define FOPEN_MAX 20
    [all...]

Completed in 874 milliseconds