Files
2024-02-19 00:21:47 -05:00

222 lines
8.0 KiB
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 - I </title>
</head>
<body bgcolor=white>
<center>
<font size=2>
The Open Group Base Specifications Issue 6<br>
IEEE Std 1003.1-2001<br>
Copyright &copy; 2001 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="">A</H1>
</font></h3>
<UL>
<li><a href="../functions/iconv_close.html">iconv_close()</a> - codeset conversion deallocation function
<li><a href="../utilities/iconv.html">iconv</a> - codeset conversion
<li><a href="../functions/iconv.html">iconv()</a> - codeset conversion function
<li><a href="../basedefs/iconv.h.html">iconv.h</a> - codeset conversion facility
<li><a href="../functions/iconv_open.html">iconv_open()</a> - codeset conversion allocation function
<li><a href="../utilities/id.html">id</a> - return user identity
<li><a href="../functions/if_freenameindex.html">if_freenameindex()</a> - free memory allocated by if_nameindex
<li><a href="../functions/if_indextoname.html">if_indextoname()</a> - map a network interface index to its corresponding name
<li><a href="../functions/if_nameindex.html">if_nameindex()</a> - return all network interface names and indexes
<li><a href="../functions/if_nametoindex.html">if_nametoindex()</a> - map a network interface name to its corresponding index
<li><a href="../functions/ilogb.html">ilogb()</a>, ilogbf, ilogbl - return an unbiased exponent
<li><a href="../functions/imaxabs.html">imaxabs()</a> - return absolute value
<li><a href="../functions/imaxdiv.html">imaxdiv()</a> - return quotient and remainder
<li><a href="../functions/index.html">index()</a> - character string operations (<b>LEGACY</b>)
<li><a href="../functions/inet_addr.html">inet_addr()</a>, inet_ntoa - IPv4 address manipulation
<li><a href="../functions/inet_ntoa.html">inet_ntoa()</a> - IPv4 address manipulation
<li><a href="../functions/inet_ntop.html">inet_ntop()</a>, inet_pton - convert IPv4 and IPv6 addresses between binary and text form
<li><a href="../functions/initstate.html">initstate()</a>, random, setstate, srandom - pseudo-random number functions
<li><a href="../functions/insque.html">insque()</a>, remque - insert or remove an element in a queue
<li><a href="../basedefs/inttypes.h.html">inttypes.h</a> - fixed size integer types
<li><a href="../functions/ioctl.html">ioctl()</a> - control a STREAMS device (<b>STREAMS</b>)
<li><a href="../utilities/ipcrm.html">ipcrm</a> - remove an XSI message queue, semaphore set, or shared memory segment identifier
<li><a href="../utilities/ipcs.html">ipcs</a> - report XSI interprocess communication facilities status
<li><a href="../functions/isalnum.html">isalnum()</a> - test for an alphanumeric character
<li><a href="../functions/isalpha.html">isalpha()</a> - test for an alphabetic character
<li><a href="../functions/isascii.html">isascii()</a> - test for a 7-bit US-ASCII character
<li><a href="../functions/isastream.html">isastream()</a> - test a file descriptor (<b>STREAMS</b>)
<li><a href="../functions/isatty.html">isatty()</a> - test for a terminal device
<li><a href="../functions/isblank.html">isblank()</a> - test for a blank character
<li><a href="../functions/iscntrl.html">iscntrl()</a> - test for a control character
<li><a href="../functions/isdigit.html">isdigit()</a> - test for a decimal digit
<li><a href="../functions/isfinite.html">isfinite()</a> - test for finite value
<li><a href="../functions/isgraph.html">isgraph()</a> - test for a visible character
<li><a href="../functions/isgreaterequal.html">isgreaterequal()</a> - test if x greater than or equal to y
<li><a href="../functions/isgreater.html">isgreater()</a> - test if x greater than y
<li><a href="../functions/isinf.html">isinf()</a> - test for infinity
<li><a href="../functions/islessequal.html">islessequal()</a> - test if x is less than or equal to y
<li><a href="../functions/islessgreater.html">islessgreater()</a> - test if x is less than or greater than y
<li><a href="../functions/isless.html">isless()</a> - test if x is less than y
<li><a href="../functions/islower.html">islower()</a> - test for a lowercase letter
<li><a href="../functions/isnan.html">isnan()</a> - test for a NaN
<li><a href="../functions/isnormal.html">isnormal()</a> - test for a normal value
<li><a href="../basedefs/iso646.h.html">iso646.h</a> - alternative spellings
<li><a href="../functions/isprint.html">isprint()</a> - test for a printable character
<li><a href="../functions/ispunct.html">ispunct()</a> - test for a punctuation character
<li><a href="../functions/isspace.html">isspace()</a> - test for a white-space character
<li><a href="../functions/isunordered.html">isunordered()</a> - test if arguments are unordered
<li><a href="../functions/isupper.html">isupper()</a> - test for an uppercase letter
<li><a href="../functions/iswalnum.html">iswalnum()</a> - test for an alphanumeric wide-character code
<li><a href="../functions/iswalpha.html">iswalpha()</a> - test for an alphabetic wide-character code
<li><a href="../functions/iswblank.html">iswblank()</a> - test for a blank wide-character code
<li><a href="../functions/iswcntrl.html">iswcntrl()</a> - test for a control wide-character code
<li><a href="../functions/iswctype.html">iswctype()</a> - test character for a specified class
<li><a href="../functions/iswdigit.html">iswdigit()</a> - test for a decimal digit wide-character code
<li><a href="../functions/iswgraph.html">iswgraph()</a> - test for a visible wide-character code
<li><a href="../functions/iswlower.html">iswlower()</a> - test for a lowercase letter wide-character code
<li><a href="../functions/iswprint.html">iswprint()</a> - test for a printable wide-character code
<li><a href="../functions/iswpunct.html">iswpunct()</a> - test for a punctuation wide-character code
<li><a href="../functions/iswspace.html">iswspace()</a> - test for a white-space wide-character code
<li><a href="../functions/iswupper.html">iswupper()</a> - test for an uppercase letter wide-character code
<li><a href="../functions/iswxdigit.html">iswxdigit()</a> - test for a hexadecimal digit wide-character code
<li><a href="../functions/isxdigit.html">isxdigit()</a> - test for a hexadecimal digit
</UL>
Topic Index
<UL>
<li type=disc><a href="../basedefs/xbd_chap02.html#tag_02_01">Implementation Conformance</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_194">Incomplete Line</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_195">Inf</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_196">Instrumented Application</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_197">Interactive Shell</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_198">Internationalization</a>
<li type=disc><a href="../basedefs/xbd_chap08.html#tag_08_02">Internationalization Variables</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_199">Interprocess Communication</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_200">Invoke</a>
</ul>
<hr size="2" noshade>
<center>
<font size="2">
Copyright &copy; 2001 The Open Group, All Rights Reserved<br>
</font></center>
<hr size="2" noshade>
</body>
</html>