Home
last modified time | relevance | path

Searched refs:broken_pipe (Results 1 – 6 of 6) 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/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h153 broken_pipe = EPIPE, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh261 atf_test_case broken_pipe
488 atf_add_test_case broken_pipe
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp319 MAP_ERR_TO_COND(ERROR_BROKEN_PIPE, broken_pipe); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp47 return errc::broken_pipe; in __win_err_to_errc()