Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h78 too_many_files_open = int(std::errc::too_many_files_open), enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp327 MAP_ERR_TO_COND(ERROR_TOO_MANY_OPEN_FILES, too_many_files_open); in mapWindowsError()
335 MAP_ERR_TO_COND(WSAEMFILE, too_many_files_open); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h261 too_many_files_open = EMFILE, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h88 {ERROR_TOO_MANY_OPEN_FILES, errc::too_many_files_open}, in __win_err_to_errc()