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

  /external/bison/lib/
getdtablesize.c 37 result = _setmaxstdio (newmax);
47 # define _setmaxstdio _setmaxstdio_nothrow macro
73 FILE objects. The sanity check in _setmaxstdio reveals the maximum
75 freed when we call _setmaxstdio with the original value. */
78 for (bound = 0x10000; _setmaxstdio (bound) < 0; bound = bound / 2)
80 _setmaxstdio (orig_max_stdio);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 520 _CRTIMP int __cdecl _setmaxstdio(int _Max);
    [all...]

Completed in 1203 milliseconds