reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/Terminal.cpp
  112     m_tflags = ::fcntl(fd, F_GETFL, 0);
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  193         int flags = ::fcntl(fd, F_GETFL, 0);
  266       int flags = ::fcntl(fd, F_GETFL, 0);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  195   int status = fcntl(fd, F_GETFL);