📄 ig.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <link type="text/css" rel="stylesheet" href="style.css"><!-- Copyright 2001 The Open Group, All Rights Reserved --> <title>Alphabetical Index - G </title></head> <body bgcolor=white><center> <font size=2> The Open Group Base Specifications Issue 6<br>IEEE Std 1003.1, 2003 Edition<br>Copyright © 2001-2003 The IEEE and The Open Group</font><hr size=2 noshade></center><P>[<a href="ia.html">A</A>|<a href="ib.html">B</A>|<a href="ic.html">C</A>|<a href="id.html">D</A>|<a href="ie.html">E</A>|<a href="if.html">F</A>|<a href="ig.html">G</A>|<a href="ih.html">H</A>|<a href="ii.html">I</A>|<a href="ij.html">J</A>|<a href="ik.html">K</A>|<a href="il.html">L</A>|<a href="im.html">M</A>|<a href="in.html">N</A>|<a href="io.html">O</A>|<a href="ip.html">P</A>|<a href="iq.html">Q</A>|<a href="ir.html">R</A>|<a href="is.html">S</A>|<a href="it.html">T</A>|<a href="iu.html">U</A>|<a href="iv.html">V</A>|<a href="iw.html">W</A>|<a href="ix.html">X</A>|<a href="iy.html">Y</A>|<a href="iz.html">Z</A>|<a href="index.html"> Index </a> ] </P><p><h3><font face="Helvetica"><IMG ALIGN=TOP SRC="../images/index.gif" ALT="">G</H1></font></h3><UL><li><a href="../functions/gai_strerror.html">gai_strerror()</a> - address and name information error description <li><a href="../functions/gcvt.html">gcvt()</a> - convert a floating-point number to a string (<b>LEGACY</b>) <li><a href="../utilities/gencat.html">gencat</a> - generate a formatted message catalog <li><a href="../functions/getaddrinfo.html">getaddrinfo()</a> - get address information <li><a href="../functions/getc.html">getc()</a> - get a byte from a stream <li><a href="../functions/getchar.html">getchar()</a> - get a byte from a stdin stream <li><a href="../functions/getchar_unlocked.html">getchar_unlocked()</a> - stdio with explicit client locking <li><a href="../utilities/getconf.html">getconf</a> - get configuration values <li><a href="../functions/getcontext.html">getcontext()</a>, setcontext - get and set current user context <li><a href="../functions/getc_unlocked.html">getc_unlocked()</a>, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking <li><a href="../functions/getcwd.html">getcwd()</a> - get the pathname of the current working directory <li><a href="../functions/getdate.html">getdate()</a> - convert user format date and time <li><a href="../functions/getegid.html">getegid()</a> - get the effective group ID <li><a href="../functions/getenv.html">getenv()</a> - get value of an environment variable <li><a href="../functions/geteuid.html">geteuid()</a> - get the effective user ID <li><a href="../utilities/get.html">get</a> - get a version of an SCCS file (<b>DEVELOPMENT</b>) <li><a href="../functions/getgid.html">getgid()</a> - get the real group ID <li><a href="../functions/getgrent.html">getgrent()</a> - get the group database entry <li><a href="../functions/getgrgid.html">getgrgid()</a>, getgrgid_r - get group database entry for a group ID <li><a href="../functions/getgrnam.html">getgrnam()</a>, getgrnam_r - search group database for a name <li><a href="../functions/getgroups.html">getgroups()</a> - get supplementary group IDs <li><a href="../functions/gethostbyaddr.html">gethostbyaddr()</a>, gethostbyname - network host database functions <li><a href="../functions/gethostbyname.html">gethostbyname()</a> - network host database functions <li><a href="../functions/gethostent.html">gethostent()</a> - network host database functions <li><a href="../functions/gethostid.html">gethostid()</a> - get an identifier for the current host <li><a href="../functions/gethostname.html">gethostname()</a> - get name of current host <li><a href="../functions/getitimer.html">getitimer()</a>, setitimer - get and set value of interval timer <li><a href="../functions/getlogin.html">getlogin()</a>, getlogin_r - get login name <li><a href="../functions/getmsg.html">getmsg()</a>, getpmsg - receive next message from a STREAMS file (<b>STREAMS</b>) <li><a href="../functions/getnameinfo.html">getnameinfo()</a> - get name information <li><a href="../functions/getnetbyaddr.html">getnetbyaddr()</a> - network database functions <li><a href="../functions/getnetbyname.html">getnetbyname()</a> - network database functions <li><a href="../functions/getnetent.html">getnetent()</a> - network database functions <li><a href="../functions/getopt.html">getopt()</a>, optarg, opterr, optind, optopt - command option parsing <li><a href="../utilities/getopts.html">getopts</a> - parse utility options <li><a href="../functions/getpeername.html">getpeername()</a> - get the name of the peer socket <li><a href="../functions/getpgid.html">getpgid()</a> - get the process group ID for a process <li><a href="../functions/getpgrp.html">getpgrp()</a> - get the process group ID of the calling process <li><a href="../functions/getpid.html">getpid()</a> - get the process ID <li><a href="../functions/getpmsg.html">getpmsg()</a> - receive next message from a STREAMS file <li><a href="../functions/getppid.html">getppid()</a> - get the parent process ID <li><a href="../functions/getpriority.html">getpriority()</a>, setpriority - get and set the nice value <li><a href="../functions/getprotobyname.html">getprotobyname()</a> - network protocol database functions <li><a href="../functions/getprotobynumber.html">getprotobynumber()</a> - network protocol database functions <li><a href="../functions/getprotoent.html">getprotoent()</a> - network protocol database functions <li><a href="../functions/getpwent.html">getpwent()</a> - get user database entry <li><a href="../functions/getpwnam.html">getpwnam()</a>, getpwnam_r - search user database for a name <li><a href="../functions/getpwuid.html">getpwuid()</a>, getpwuid_r - search user database for a user ID <li><a href="../functions/getrlimit.html">getrlimit()</a>, setrlimit - control maximum resource consumption <li><a href="../functions/getrusage.html">getrusage()</a> - get information about resource utilization <li><a href="../functions/getservbyname.html">getservbyname()</a> - network services database functions <li><a href="../functions/getservbyport.html">getservbyport()</a> - network services database functions <li><a href="../functions/getservent.html">getservent()</a> - network services database functions <li><a href="../functions/gets.html">gets()</a> - get a string from a stdin stream <li><a href="../functions/getsid.html">getsid()</a> - get the process group ID of a session leader <li><a href="../functions/getsockname.html">getsockname()</a> - get the socket name <li><a href="../functions/getsockopt.html">getsockopt()</a> - get the socket options <li><a href="../functions/getsubopt.html">getsubopt()</a> - parse suboption arguments from a string <li><a href="../functions/gettimeofday.html">gettimeofday()</a> - get the date and time <li><a href="../functions/getuid.html">getuid()</a> - get a real user ID <li><a href="../functions/getutxent.html">getutxent()</a>, getutxid, getutxline - get user accounting database entries <li><a href="../functions/getwc.html">getwc()</a> - get a wide character from a stream <li><a href="../functions/getwchar.html">getwchar()</a> - get a wide character from a stdin stream <li><a href="../functions/getwd.html">getwd()</a> - get the current working directory pathname (<b>LEGACY</b>) <li><a href="../functions/glob.html">glob()</a>, globfree - generate pathnames matching a pattern <li><a href="../basedefs/glob.h.html">glob.h</a> - pathname pattern-matching types <li><a href="../functions/gmtime.html">gmtime()</a>, gmtime_r - convert a time value to a broken-down UTC time <li><a href="../functions/grantpt.html">grantpt()</a> - grant access to the slave pseudo-terminal device <li><a href="../utilities/grep.html">grep</a> - search a file for a pattern <li><a href="../basedefs/grp.h.html">grp.h</a> - group structure </UL>Topic Index<UL><li type=disc><a href="../basedefs/xbd_chap04.html#tag_04">General Concepts</a><li type=disc><a href="../basedefs/xbd_chap11.html#tag_11">General Terminal Interface</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_186">Graphic Character</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_187">Group Database</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_188">Group ID</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_189">Group Name</a></ul><hr size="2" noshade><center><font size="2">Copyright © 2001 The Open Group, All Rights Reserved<br></font></center><hr size="2" noshade></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -