Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/stdio/
H A Dfile.c135 static int MSVCRT_max_streams = 512, MSVCRT_stream_idx; variable
273 if(i >= MSVCRT_max_streams) in msvcrt_get_file()
365 for (i = 3; i < MSVCRT_max_streams; i++) in msvcrt_alloc_fp()
4030 return MSVCRT_max_streams; in _getmaxstdio()
4043 MSVCRT_max_streams = newmax; in _setmaxstdio()
4044 return MSVCRT_max_streams; in _setmaxstdio()