Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dprocess-stdio.c61 #define FPIPE 0x08 macro
251 CHILD_STDIO_CRT_FLAGS(buffer, i) = FOPEN | FPIPE; in uv__stdio_create()
279 CHILD_STDIO_CRT_FLAGS(buffer, i) = FOPEN | FPIPE; in uv__stdio_create()
318 crt_flags = FOPEN | FPIPE; in uv__stdio_create()