/openbsd/sys/sys/ |
H A D | utsname.h | 43 struct utsname { struct 55 int uname(struct utsname *); argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20000403-1.c | 1 struct utsname { struct 7 struct utsname *name; in uname() argument
|
/openbsd/sys/conf/ |
H A D | param.c | 133 struct utsname utsname; variable
|
/openbsd/gnu/llvm/lldb/source/Host/freebsd/ |
H A D | HostInfoFreeBSD.cpp | 22 struct utsname un; in GetOSVersion() 24 ::memset(&un, 0, sizeof(utsname)); in GetOSVersion()
|
/openbsd/gnu/llvm/lldb/source/Host/linux/ |
H A D | HostInfoLinux.cpp | 56 struct utsname un; in GetOSVersion() 71 struct utsname un; in GetOSBuildString() 72 ::memset(&un, 0, sizeof(utsname)); in GetOSBuildString()
|
/openbsd/gnu/llvm/llvm/lib/TargetParser/Unix/ |
H A D | Host.inc | 22 #include <sys/utsname.h> 31 struct utsname info; 60 struct utsname name;
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.h | 27 struct utsname; 86 int internal_uname(struct utsname *buf);
|
H A D | sanitizer_linux_s390.cpp | 130 struct utsname buf; in FixedCVE_2016_2143()
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ |
H A D | utsname.h | 14 struct utsname;
|
/openbsd/gnu/gcc/fixincludes/tests/base/sys/ |
H A D | utsname.h | 14 struct utsname;
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | hostname.c | 36 struct utsname ugnm;
|
/openbsd/usr.bin/make/ |
H A D | main.c | 472 static struct utsname utsname; in figure_out_MACHINE() local 474 if (uname(&utsname) == -1) in figure_out_MACHINE() 476 r = utsname.machine; in figure_out_MACHINE()
|
/openbsd/libexec/ld.so/ |
H A D | dl_uname.c | 45 _dl_uname(struct utsname *name) in _dl_uname()
|
H A D | util.h | 70 int _dl_uname(struct utsname *name);
|
/openbsd/sbin/dhcp6leased/ |
H A D | frontend.c | 123 struct utsname utsname; in frontend() local 155 if (uname(&utsname) == -1) in frontend() 158 utsname.sysname, utsname.release, utsname.machine); in frontend()
|
/openbsd/regress/lib/libpthread/earlysig/ |
H A D | earlysig.c | 25 struct utsname name; in dohup()
|
/openbsd/gnu/usr.bin/perl/ext/Sys-Hostname/ |
H A D | Hostname.xs | 58 struct utsname u;
|
/openbsd/gnu/llvm/lldb/source/Host/openbsd/ |
H A D | HostInfoOpenBSD.cpp | 23 struct utsname un; in GetOSVersion()
|
/openbsd/lib/libc/gen/ |
H A D | uname.c | 39 uname(struct utsname *name) in uname()
|
/openbsd/usr.bin/uname/ |
H A D | uname.c | 55 struct utsname u; in main()
|
/openbsd/gnu/llvm/lldb/source/Host/netbsd/ |
H A D | HostInfoNetBSD.cpp | 25 struct utsname un; in GetOSVersion()
|
/openbsd/usr.bin/what/ |
H A D | what.c | 56 struct utsname utsn; in main()
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-types.h | 32 struct utsname;
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-types.h | 32 struct utsname;
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 43 struct utsname un; in GetOSKernelDescription()
|