Files
oldlinux-files/Ref-docs/POSIX/susv3/idx/iw.html
2024-02-19 00:21:47 -05:00

207 lines
7.6 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 - W </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="">W</H1>
</font></h3>
<UL>
<li><a href="../functions/wait.html">wait()</a> - await process completion
<li><a href="../functions/waitid.html">waitid()</a> - wait for a child process to change state
<li><a href="../functions/waitpid.html">waitpid()</a> - wait for a child process to stop or terminate
<li><a href="../functions/wait.html">wait()</a>, waitpid - wait for a child process to stop or terminate
<li><a href="../basedefs/wchar.h.html">wchar.h</a> - wide-character handling
<li><a href="../functions/wcrtomb.html">wcrtomb()</a> - convert a wide-character code to a character (restartable)
<li><a href="../functions/wcscat.html">wcscat()</a> - concatenate two wide-character strings
<li><a href="../functions/wcschr.html">wcschr()</a> - wide-character string scanning operation
<li><a href="../functions/wcscmp.html">wcscmp()</a> - compare two wide-character strings
<li><a href="../functions/wcscoll.html">wcscoll()</a> - wide-character string comparison using collating information
<li><a href="../functions/wcscpy.html">wcscpy()</a> - copy a wide-character string
<li><a href="../functions/wcscspn.html">wcscspn()</a> - get length of a complementary wide substring
<li><a href="../functions/wcsftime.html">wcsftime()</a> - convert date and time to a wide-character string
<li><a href="../functions/wcslen.html">wcslen()</a> - get wide-character string length
<li><a href="../functions/wcsncat.html">wcsncat()</a> - concatenate a wide-character string with part of another
<li><a href="../functions/wcsncmp.html">wcsncmp()</a> - compare part of two wide-character strings
<li><a href="../functions/wcsncpy.html">wcsncpy()</a> - copy part of a wide-character string
<li><a href="../functions/wcspbrk.html">wcspbrk()</a> - scan wide-character string for a wide-character code
<li><a href="../functions/wcsrchr.html">wcsrchr()</a> - wide-character string scanning operation
<li><a href="../functions/wcsrtombs.html">wcsrtombs()</a> - convert a wide-character string to a character string (restartable)
<li><a href="../functions/wcsspn.html">wcsspn()</a> - get length of a wide substring
<li><a href="../functions/wcsstr.html">wcsstr()</a> - find a wide-character substring
<li><a href="../functions/wcstod.html">wcstod()</a>, wcstof, wcstold - convert a wide-character string to a double-precision number
<li><a href="../functions/wcstof.html">wcstof()</a> - convert a wide-character string to a double-precision number
<li><a href="../functions/wcstoimax.html">wcstoimax()</a>, wcstoumax - convert wide-character string to integer type
<li><a href="../functions/wcstok.html">wcstok()</a> - split wide-character string into tokens
<li><a href="../functions/wcstold.html">wcstold()</a> - convert a wide-character string to a double-precision number
<li><a href="../functions/wcstoll.html">wcstoll()</a> - convert a wide-character string to a long integer
<li><a href="../functions/wcstol.html">wcstol()</a>, wcstoll - convert a wide-character string to a long integer
<li><a href="../functions/wcstombs.html">wcstombs()</a> - convert a wide-character string to a character string
<li><a href="../functions/wcstoull.html">wcstoull()</a> - convert a wide-character string to an unsigned long
<li><a href="../functions/wcstoul.html">wcstoul()</a>, wcstoull - convert a wide-character string to an unsigned long
<li><a href="../functions/wcstoumax.html">wcstoumax()</a> - convert wide-character string to integer type
<li><a href="../functions/wcswcs.html">wcswcs()</a> - find a wide substring (<b>LEGACY</b>)
<li><a href="../functions/wcswidth.html">wcswidth()</a> - number of column positions of a wide-character string
<li><a href="../functions/wcsxfrm.html">wcsxfrm()</a> - wide-character string transformation
<li><a href="../functions/wctob.html">wctob()</a> - wide-character to single-byte conversion
<li><a href="../functions/wctomb.html">wctomb()</a> - convert a wide-character code to a character
<li><a href="../functions/wctrans.html">wctrans()</a> - define character mapping
<li><a href="../functions/wctype.html">wctype()</a> - define character class
<li><a href="../basedefs/wctype.h.html">wctype.h</a> - wide-character classification and mapping utilities
<li><a href="../functions/wcwidth.html">wcwidth()</a> - number of column positions of a wide-character code
<li><a href="../utilities/wc.html">wc</a> - word, line, and byte or character count
<li><a href="../utilities/what.html">what</a> - identify SCCS files (<b>DEVELOPMENT</b>)
<li><a href="../utilities/who.html">who</a> - display who is on the system
<li><a href="../functions/wmemchr.html">wmemchr()</a> - find a wide character in memory
<li><a href="../functions/wmemcmp.html">wmemcmp()</a> - compare wide characters in memory
<li><a href="../functions/wmemcpy.html">wmemcpy()</a> - copy wide characters in memory
<li><a href="../functions/wmemmove.html">wmemmove()</a> - copy wide characters in memory with overlapping areas
<li><a href="../functions/wmemset.html">wmemset()</a> - set wide characters in memory
<li><a href="../basedefs/wordexp.h.html">wordexp.h</a> - word-expansion types
<li><a href="../functions/wordexp.html">wordexp()</a>, wordfree - perform word expansions
<li><a href="../functions/wprintf.html">wprintf()</a> - print formatted wide-character output
<li><a href="../functions/writev.html">writev()</a> - write a vector
<li><a href="../functions/write.html">write()</a> - write to another user
<li><a href="../functions/wscanf.html">wscanf()</a> - convert formatted wide-character input
</UL>
Topic Index
<UL>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_431">White Space</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_432">Wide-Character Code (C Language)</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_433">Wide-Character Input/Output Functions</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_434">Wide-Character String</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_435">Word</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_436">Working Directory (or Current Working Directory)</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_437">Worldwide Portability Interface</a>
<li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_438">Write</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>