Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/lowio/
H A Dioinit.cpp125 for (int fh = 0; fh != STDIO_HANDLES_COUNT; ++fh) in initialize_stdio_handles_nolock()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h124 #define STDIO_HANDLES_COUNT 3 macro