Searched refs:_setmaxstdio_nothrow (Results 1 – 2 of 2) sorted by relevance
33 _setmaxstdio_nothrow (int newmax) in _setmaxstdio_nothrow() function50 # define _setmaxstdio_nothrow _setmaxstdio macro82 for (bound = 0x10000; _setmaxstdio_nothrow (bound) < 0; bound = bound / 2) in getdtablesize()84 _setmaxstdio_nothrow (orig_max_stdio); in getdtablesize()
477 (_setmaxstdio_nothrow): Update.