📄 sysutsname.h.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><!-- Copyright 1997 The Open Group, All Rights Reserved --><title><sys/utsname.h></title></head><body bgcolor=white><center><font size=2>The Single UNIX ® Specification, Version 2<br>Copyright © 1997 The Open Group</font></center><hr size=2 noshade><h4><a name = "tag_000_009_399"> </a>NAME</h4><blockquote>sys/utsname.h - system name structure</blockquote><h4><a name = "tag_000_009_400"> </a>SYNOPSIS</h4><blockquote><pre><code>#include <sys/utsname.h></code></pre></blockquote><h4><a name = "tag_000_009_401"> </a>DESCRIPTION</h4><blockquote>The<i><sys/utsname.h></i>header defines structure<b>utsname</b>,which includes at least the following members:<pre><code>char sysname[] name of this implementation of the operating systemchar nodename[] name of this node within an implementation-dependent communications networkchar release[] current release level of this implementationchar version[] current version level of this releasechar machine[] name of the hardware type on which the system is running</code></pre><p>The character arrays are of unspecified size, but the data storedin them is terminated by a null byte.<p>The following is declared as a function and may also be definedas a macro.<pre><code>int <a href="uname.html">uname</a>(struct utsname *);</code></pre></blockquote><h4><a name = "tag_000_009_402"> </a>APPLICATION USAGE</h4><blockquote>None.</blockquote><h4><a name = "tag_000_009_403"> </a>FUTURE DIRECTIONS</h4><blockquote>None.</blockquote><h4><a name = "tag_000_009_404"> </a>SEE ALSO</h4><blockquote><i><a href="uname.html">uname</i>()</a>.</blockquote><hr size=2 noshade><center><font size=2>UNIX ® is a registered Trademark of The Open Group.<br>Copyright © 1997 The Open Group<br> [ <a href="../index.html">Main Index</a> | <a href="../xshix.html">XSH</a> | <a href="../xcuix.html">XCU</a> | <a href="../xbdix.html">XBD</a> | <a href="../cursesix.html">XCURSES</a> | <a href="../xnsix.html">XNS</a> ]</font></center><hr size=2 noshade></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -