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

References

lib/Support/Unix/Host.inc
   28   struct utsname info;
   57       struct utsname name;
projects/compiler-rt/lib/profile/InstrProfilingUtil.c
  115   struct utsname N;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  171   unsigned struct_utsname_sz = sizeof(struct utsname);
tools/lldb/source/Host/linux/HostInfoLinux.cpp
   45     struct utsname un;
   60   struct utsname un;
   61   ::memset(&un, 0, sizeof(utsname));
   72   struct utsname un;
   74   ::memset(&un, 0, sizeof(utsname));
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  202     struct utsname un;
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  207     struct utsname un;
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  176     struct utsname un;
tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
  181     struct utsname un;
usr/include/x86_64-linux-gnu/sys/utsname.h
   81 extern int uname (struct utsname *__name) __THROW;