HomeSort by relevance Sort by last modified time
    Searched full:_setmaxstdio (Results 1 - 1 of 1) 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);

Completed in 31 milliseconds