Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h40 broken_pipe = int(std::errc::broken_pipe), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h154 broken_pipe = EPIPE, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh261 atf_test_case broken_pipe
441 atf_add_test_case broken_pipe
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h47 {ERROR_BROKEN_PIPE, errc::broken_pipe}, in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp288 MAP_ERR_TO_COND(ERROR_BROKEN_PIPE, broken_pipe); in mapWindowsError()