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

  /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
  /external/python/cpython2/Lib/plat-atheos/
IN.py 182 FOPEN_MAX = 256
183 STREAM_MAX = FOPEN_MAX

Completed in 1998 milliseconds