Searched defs:sock_type (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp223 static const int sock_type; member in class:atf::fs::file_info
H A Dfs.cpp292 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in class:impl::file_info
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp200 static const int sock_type; member in class:tools::fs::file_info
H A Dfs.cpp439 const int impl::file_info::sock_type = 7; member in class:impl::file_info
457 case S_IFSOCK: m_type = sock_type; break;

Completed in 11 milliseconds