Searched defs:m_fd (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ | ||
H A D | Terminal.h | 42 Terminal(int fd = -1) : m_fd(fd) {} m_fd() function |
H A D | LockFileBase.h | 49 int m_fd; // not owned. variable |
H A D | FileAction.h | 50 int m_fd = -1; // An existing file descriptor variable |
/freebsd/contrib/atf/atf-c/detail/ | ||
H A D | process.h | 49 int m_fd; member |
H A D | process_test.c | 175 int m_fd; member |
/freebsd/contrib/atf/atf-sh/ | ||
H A D | atf-check.cpp | 112 int m_fd; member in __anon7e9de9140111::temp_file |