Searched defs:m_fd (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ | ||
H A D | Terminal.h | 41 Terminal(int fd = -1) : m_fd(fd) {} in 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-src/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-src/contrib/atf/atf-sh/ | ||
H A D | atf-check.cpp | 112 int m_fd; member in __anone047ea660111::temp_file |