Home
last modified time | relevance | path

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

/external/bison/lib/
Dgetdtablesize.c37 result = _setmaxstdio (newmax); in _setmaxstdio_nothrow()
47 # define _setmaxstdio _setmaxstdio_nothrow macro
78 for (bound = 0x10000; _setmaxstdio (bound) < 0; bound = bound / 2) in getdtablesize()
80 _setmaxstdio (orig_max_stdio); in getdtablesize()