Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-error.c70 ASSERT(uv_translate_sys_error(ERROR_BAD_PIPE) == UV_EPIPE); in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c159 case ERROR_BAD_PIPE: return UV_EPIPE; in uv_translate_sys_error()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d192 ERROR_BAD_PIPE = 230, enumerator