Mercurial > hg > octave-nkf > gnulib-hg
annotate doc/gnulib.texi @ 8792:aa7338eb64bb
Rename _Exit.texi.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 01 May 2007 22:37:10 +0000 |
parents | dd2d58dfa0a8 |
children | 90e71310a07f |
rev | line source |
---|---|
5239 | 1 \input texinfo @c -*-texinfo-*- |
8792 | 2 @comment $Id: gnulib.texi,v 1.40 2007-05-01 22:37:10 haible Exp $ |
5239 | 3 @comment %**start of header |
4 @setfilename gnulib.info | |
5 @settitle GNU Gnulib | |
5256
e23bd8e9d368
import sections from Simon
Karl Berry <karl@freefriends.org>
parents:
5239
diff
changeset
|
6 @syncodeindex fn cp |
5239 | 7 @syncodeindex pg cp |
8 @comment %**end of header | |
9 | |
8792 | 10 @set UPDATED $Date: 2007-05-01 22:37:10 $ |
5239 | 11 |
12 @copying | |
13 This manual is for GNU Gnulib (updated @value{UPDATED}), | |
14 which is a library of common routines intended to be shared at the | |
15 source level. | |
16 | |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
17 Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
5239 | 18 |
19 Permission is granted to copy, distribute and/or modify this document | |
20 under the terms of the GNU Free Documentation License, Version 1.1 or | |
21 any later version published by the Free Software Foundation; with no | |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
22 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover |
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
23 Texts. A copy of the license is included in the section entitled |
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
24 ``GNU Free Documentation License.'' |
5239 | 25 @end copying |
26 | |
27 @dircategory Software development | |
28 @direntry | |
5257 | 29 * Gnulib: (gnulib). Source files to share among distributions. |
5239 | 30 @end direntry |
31 | |
32 @titlepage | |
33 @title GNU Gnulib | |
34 @subtitle updated @value{UPDATED} | |
35 @author @email{bug-gnulib@@gnu.org} | |
36 @page | |
37 @vskip 0pt plus 1filll | |
38 @insertcopying | |
39 @end titlepage | |
40 | |
41 @contents | |
42 | |
43 @ifnottex | |
44 @node Top | |
45 @top GNU Gnulib | |
46 | |
47 @insertcopying | |
48 @end ifnottex | |
49 | |
50 @menu | |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
51 * Introduction:: |
5239 | 52 * Invoking gnulib-tool:: |
7618
549e482b5ecd
* README: Fix typo.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7548
diff
changeset
|
53 * Miscellaneous Notes:: |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
54 * Header File Substitutes:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
55 * Function Substitutes:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
56 * Particular Modules:: Documentation of Individual Modules |
5239 | 57 * Copying This Manual:: |
58 * Index:: | |
59 @end menu | |
60 | |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
61 @node Introduction |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
62 @chapter Introduction |
5239 | 63 |
7548 | 64 Gnulib is a source code library. It provides basic functionalities to |
65 programs and libraries. Currently (as of October 2006) more than 30 | |
66 packages make use of Gnulib. | |
67 | |
68 Resources: | |
5239 | 69 |
70 @itemize | |
71 @item Gnulib is hosted at Savannah: | |
72 @url{http://savannah.gnu.org/projects/gnulib}. Get the sources | |
8597
c1709670004e
Talk primarily about git, not CVS.
Bruno Haible <bruno@clisp.org>
parents:
8475
diff
changeset
|
73 through git or CVS from there. |
5239 | 74 @item The Gnulib home page: |
75 @url{http://www.gnu.org/software/gnulib/}. | |
76 @end itemize | |
77 | |
7548 | 78 @menu |
79 * Library vs. Reusable Code:: | |
80 * Portability and Application Code:: | |
81 * Modules:: | |
82 * Various Kinds of Modules:: | |
83 * Collaborative Development:: | |
84 * Copyright:: | |
85 * Steady Development:: | |
86 * Openness:: | |
87 @end menu | |
88 | |
89 @include gnulib-intro.texi | |
90 | |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
91 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
92 @include gnulib-tool.texi |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
93 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
94 |
7618
549e482b5ecd
* README: Fix typo.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7548
diff
changeset
|
95 @node Miscellaneous Notes |
549e482b5ecd
* README: Fix typo.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7548
diff
changeset
|
96 @chapter Miscellaneous Notes |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
97 |
5239 | 98 @menu |
99 * Comments:: | |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
100 * Header files:: |
5239 | 101 * Out of memory handling:: |
5938
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
102 * Library version handling:: |
6852
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
103 * Windows sockets:: |
6962
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
104 * Libtool and Windows:: |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
105 * License Texinfo sources:: |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
106 * Build robot for gnulib:: |
5239 | 107 @end menu |
108 | |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
109 |
5239 | 110 @node Comments |
111 @section Comments | |
112 | |
113 @cindex comments describing functions | |
114 @cindex describing functions, locating | |
115 Where to put comments describing functions: Because of risk of | |
116 divergence, we prefer to keep most function describing comments in | |
117 only one place: just above the actual function definition. Some | |
118 people prefer to put that documentation in the .h file. In any case, | |
119 it should appear in just one place unless you can ensure that the | |
120 multiple copies will always remain identical. | |
121 | |
122 | |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
123 @node Header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
124 @section Header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
125 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
126 @cindex double inclusion of header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
127 @cindex header file include protection |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
128 It is a tradition to use CPP tricks to avoid parsing the same header |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
129 file more than once, which might cause warnings. The trick is to wrap |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
130 the content of the header file (say, @file{foo.h}) in a block, as in: |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
131 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
132 @example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
133 #ifndef FOO_H |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
134 # define FOO_H |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
135 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
136 body of header file goes here |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
137 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
138 #endif /* FOO_H */ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
139 @end example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
140 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
141 Whether to use @code{FOO_H} or @code{_FOO_H} is a matter of taste and |
5261
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
142 style. The C89 and C99 standards reserve all identifiers that begin with an |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
143 underscore and either an uppercase letter or another underscore, for |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
144 any use. Thus, in theory, an application might not safely assume that |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
145 @code{_FOO_H} has not already been defined by a library. On the other |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
146 hand, using @code{FOO_H} will likely lead the higher risk of |
5269 | 147 collisions with other symbols (e.g., @code{KEY_H}, @code{XK_H}, @code{BPF_H}, |
148 which are CPP macro constants, or @code{COFF_LONG_H}, which is a CPP | |
149 macro function). Your preference may depend on whether you consider | |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
150 the header file under discussion as part of the application (which has |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
151 its own namespace for CPP symbols) or a supporting library (that |
5261
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
152 shouldn't interfere with the application's CPP symbol namespace). |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
153 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
154 @cindex C++ header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
155 @cindex Header files and C++ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
156 Adapting C header files for use in C++ applications can use another |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
157 CPP trick, as in: |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
158 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
159 @example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
160 # ifdef __cplusplus |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
161 extern "C" |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
162 @{ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
163 # endif |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
164 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
165 body of header file goes here |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
166 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
167 # ifdef __cplusplus |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
168 @} |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
169 # endif |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
170 @end example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
171 |
5261
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
172 The idea here is that @code{__cplusplus} is defined only by C++ |
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
173 implementations, which will wrap the header file in an @samp{extern "C"} |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
174 block. Again, whether to use this trick is a matter of taste and |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
175 style. While the above can be seen as harmless, it could be argued |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
176 that the header file is written in C, and any C++ application using it |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
177 should explicitly use the @samp{extern "C"} block itself. Your |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
178 preference might depend on whether you consider the API exported by |
5261
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
179 your header file as something available for C programs only, or for C |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
180 and C++ programs alike. |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
181 |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
182 @subheading Include ordering |
5883
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
183 |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
184 When writing a gnulib module, or even in general, a good way to order |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
185 the @samp{#include} directives is the following. |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
186 |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
187 @itemize |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
188 @item First comes the #include "..." specifying the module being implemented. |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
189 @item Then come all the #include <...> of system or system-replacement headers, |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
190 in arbitrary order. |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
191 @item Then come all the #include "..." of gnulib and private headers, in |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
192 arbitrary order. |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
193 @end itemize |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
194 |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
195 |
5239 | 196 @node Out of memory handling |
197 @section Out of memory handling | |
198 | |
199 @cindex Out of Memory handling | |
200 @cindex Memory allocation failure | |
201 The GSS API does not have a standard error code for the out of memory | |
202 error condition. Instead of adding a non-standard error code, this | |
203 library has chosen to adopt a different strategy. Out of memory | |
204 handling happens in rare situations, but performing the out of memory | |
205 error handling after almost all API function invocations pollute your | |
206 source code and might make it harder to spot more serious problems. | |
8475 | 207 The strategy chosen improves code readability and robustness. |
5239 | 208 |
209 @cindex Aborting execution | |
210 For most applications, aborting the application with an error message | |
8475 | 211 when the out of memory situation occurs is the best that can be wished |
5239 | 212 for. This is how the library behaves by default. |
213 | |
214 @vindex xalloc_fail_func | |
215 However, we realize that some applications may not want to have the | |
8475 | 216 GSS library abort execution in any situation. The GSS library supports |
5239 | 217 a hook to let the application regain control and perform its own |
6945
aa195d9ecb02
* functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
6852
diff
changeset
|
218 cleanups when an out of memory situation has occurred. The application |
5239 | 219 can define a function (having a @code{void} prototype, i.e., no return |
220 value and no parameters) and set the library variable | |
221 @code{xalloc_fail_func} to that function. The variable should be | |
222 declared as follows. | |
223 | |
224 @example | |
225 extern void (*xalloc_fail_func) (void); | |
226 @end example | |
227 | |
228 The GSS library will invoke this function if an out of memory error | |
229 occurs. Note that after this the GSS library is in an undefined | |
230 state, so you must unload or restart the application to continue call | |
231 GSS library functions. The hook is only intended to allow the | |
232 application to log the situation in a special way. Of course, care | |
233 must be taken to not allocate more memory, as that will likely also | |
234 fail. | |
235 | |
236 | |
5938
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
237 @node Library version handling |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
238 @section Library version handling |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
239 |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
240 The module @samp{check-version} can be useful when your gnulib |
5938
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
241 application is a system library. You will typically wrap the call to |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
242 the @code{check_version} function through a library API, your library |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
243 header file may contain: |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
244 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
245 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
246 #define STRINGPREP_VERSION "0.5.18" |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
247 ... |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
248 extern const char *stringprep_check_version (const char *req_version); |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
249 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
250 |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
251 To avoid ELF symbol collisions with other libraries that use the |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
252 @samp{check-version} module, add to @file{config.h} through a |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
253 AC_DEFINE something like: |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
254 |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
255 @example |
6842
1b6de7675435
mention that Gnulib takes over LIBOBJS
Karl Berry <karl@freefriends.org>
parents:
6764
diff
changeset
|
256 AC_DEFINE(check_version, stringprep_check_version, |
1b6de7675435
mention that Gnulib takes over LIBOBJS
Karl Berry <karl@freefriends.org>
parents:
6764
diff
changeset
|
257 [Rename check_version.]) |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
258 @end example |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
259 |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
260 The @code{stringprep_check_version} function will thus be implemented |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
261 by the @code{check_version} module. |
5938
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
262 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
263 There are two uses of the interface. The first is a way to provide |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
264 for applications to find out the version number of the library it |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
265 uses. The application may contain diagnostic code such as: |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
266 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
267 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
268 printf ("Stringprep version: header %s library %s", |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
269 STRINGPREP_VERSION, |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
270 stringprep_check_version (NULL)); |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
271 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
272 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
273 Separating the library and header file version can be useful when |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
274 searching for version mismatch related problems. |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
275 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
276 The second uses is as a rudimentary test of proper library version, by |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
277 making sure the application get a library version that is the same, or |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
278 newer, than the header file used when building the application. This |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
279 doesn't catch all problems, libraries may change backwards incompatibly |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
280 in later versions, but enable applications to require a certain |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
281 minimum version before it may proceed. |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
282 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
283 Typical uses look like: |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
284 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
285 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
286 /* Check version of libgcrypt. */ |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
287 if (!gcry_check_version (GCRYPT_VERSION)) |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
288 die ("version mismatch\n"); |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
289 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
290 |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
291 |
6852
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
292 @node Windows sockets |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
293 @section Windows sockets |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
294 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
295 There are several issues when building applications that should work |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
296 under Windows. The most problematic part is for applications that use |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
297 sockets. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
298 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
299 Hopefully, we can add helpful notes to this section that will help you |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
300 port your application to Windows using gnulib. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
301 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
302 @subsection Getaddrinfo and WINVER |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
303 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
304 This was written for the getaddrinfo module, but may be applicable to |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
305 other functions too. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
306 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
307 The getaddrinfo function exists in ws2tcpip.h and -lws2_32 on Windows |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
308 XP. The function declaration is present if @code{WINVER >= 0x0501}. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
309 Windows 2000 does not have getaddrinfo in its @file{WS2_32.dll}. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
310 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
311 Thus, if you want to assume Windows XP or later, you can add |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
312 AC_DEFINE(WINVER, 0x0501) to avoid compiling to (partial) getaddrinfo |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
313 implementation. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
314 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
315 If you want to support Windows 2000, don't do anything, but be aware |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
316 that gnulib will use its own (partial) getaddrinfo implementation even |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
317 on Windows XP. Currently the code does not attempt to determine if |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
318 the getaddrinfo function is available during runtime. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
319 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
320 Todo: Make getaddrinfo.c open the WS2_32.DLL and check for the |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
321 getaddrinfo symbol and use it if present, otherwise fall back to our |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
322 own implementation. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
323 |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
324 |
6962
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
325 @node Libtool and Windows |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
326 @section Libtool and Windows |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
327 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
328 If you want it to be possible to cross-compile your program to MinGW |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
329 and you use Libtool, you need to put: |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
330 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
331 @example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
332 AC_LIBTOOL_WIN32_DLL |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
333 @end example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
334 |
6989
d4c72f8cb784
* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
Derek R. Price <derek@ximbiot.com>
parents:
6962
diff
changeset
|
335 in your @file{configure.ac}. This sets the correct names for the |
d4c72f8cb784
* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
Derek R. Price <derek@ximbiot.com>
parents:
6962
diff
changeset
|
336 @code{OBJDUMP}, @code{DLLTOOL}, and @code{AS} tools for the build. |
6962
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
337 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
338 If you are building a library, you will also need to pass |
6989
d4c72f8cb784
* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
Derek R. Price <derek@ximbiot.com>
parents:
6962
diff
changeset
|
339 @code{-no-undefined} to make sure Libtool produces a DLL for your |
6962
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
340 library. From a @file{Makefile.am}: |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
341 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
342 @example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
343 libgsasl_la_LDFLAGS += -no-undefined |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
344 @end example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
345 |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
346 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
347 @node License Texinfo sources |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
348 @section License Texinfo sources |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
349 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
350 Gnulib provides copies of the GNU GPL, GNU LGPL, and GNU FDL licenses |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
351 in Texinfo form. (The master location is |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
352 @url{http://www.gnu.org/licenses/}). These Texinfo documents have |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
353 various node names and structures built into them; for your manual, |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
354 you might like to change these. It's ok to do this, and a convenient |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
355 way to do so is to use a context diff and the @option{--local-dir} |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
356 option to @command{gnulib-tool}. |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
357 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
358 Of course the license texts themselves should not be changed at all. |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
359 |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
360 @node Build robot for gnulib |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
361 @section Build robot for gnulib |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
362 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
363 To simplify testing on a wide set of platforms, gnulib is built on |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
364 many platforms every day and the results are uploaded to: |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
365 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
366 @url{http://autobuild.josefsson.org/gnulib/} |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
367 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
368 If you wish to help the gnulib development effort with build logs for |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
369 your favorite platform, you may perform these steps: |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
370 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
371 @enumerate |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
372 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
373 @item Create gnulib directory |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
374 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
375 On a machine with recent automake, autoconf, m4 installed and with a |
8597
c1709670004e
Talk primarily about git, not CVS.
Bruno Haible <bruno@clisp.org>
parents:
8475
diff
changeset
|
376 gnulib git or cvs checkout (typically a Linux machine), use |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
377 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
378 @example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
379 gnulib-tool --create-megatestdir --with-tests --dir=..." |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
380 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
381 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
382 Note: The created directory uses ca. 512 MB on disk. |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
383 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
384 @item Transfer gnulib directory |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
385 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
386 Transfer this directory to a build machine (HP-UX, Cygwin, or |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
387 whatever). Often it is easier to transfer one file, and this can be |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
388 achieved by running, inside the directory the following commands: |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
389 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
390 @example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
391 ./configure |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
392 make dist |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
393 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
394 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
395 And then transferring the @file{dummy-0.tar.gz} file. |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
396 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
397 @item Build modules |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
398 |
8672
c00e30e9aba4
2007-04-12 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
8623
diff
changeset
|
399 On the build machine, run ./do-autobuild (or "nohup ./do-autobuild"). |
c00e30e9aba4
2007-04-12 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
8623
diff
changeset
|
400 It creates a directory 'logs/' with a log file for each module. |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
401 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
402 @item Submit build logs |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
403 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
404 Submit each log file to Simon's site, either through a |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
405 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
406 @example |
8623 | 407 mail `echo gnulib__at__autobuild.josefsson.org | sed -e s/__at__/@@/` |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
408 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
409 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
410 or through netcat |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
411 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
412 @example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
413 autobuild-submit logs/* |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
414 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
415 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
416 @end enumerate |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
417 |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
418 @node Header File Substitutes |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
419 @chapter ISO C and POSIX Header File Substitutes |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
420 |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
421 This chapter describes which header files specified by ISO C or POSIX are |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
422 substituted by Gnulib, which portability pitfalls are fixed by Gnulib, and |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
423 which (known) portability problems are not worked around by Gnulib. |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
424 |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
425 @menu |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
426 * aio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
427 * arpa/inet.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
428 * assert.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
429 * complex.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
430 * cpio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
431 * ctype.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
432 * dirent.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
433 * dlfcn.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
434 * errno.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
435 * fcntl.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
436 * fenv.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
437 * float.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
438 * fmtmsg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
439 * fnmatch.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
440 * ftw.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
441 * glob.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
442 * grp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
443 * iconv.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
444 * inttypes.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
445 * iso646.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
446 * langinfo.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
447 * libgen.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
448 * limits.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
449 * locale.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
450 * math.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
451 * monetary.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
452 * mqueue.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
453 * ndbm.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
454 * net/if.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
455 * netdb.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
456 * netinet/in.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
457 * netinet/tcp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
458 * nl_types.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
459 * poll.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
460 * pthread.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
461 * pwd.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
462 * regex.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
463 * sched.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
464 * search.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
465 * semaphore.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
466 * setjmp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
467 * signal.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
468 * spawn.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
469 * stdarg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
470 * stdbool.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
471 * stddef.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
472 * stdint.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
473 * stdio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
474 * stdlib.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
475 * string.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
476 * strings.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
477 * stropts.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
478 * sys/ipc.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
479 * sys/mman.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
480 * sys/msg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
481 * sys/resource.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
482 * sys/select.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
483 * sys/sem.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
484 * sys/shm.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
485 * sys/socket.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
486 * sys/stat.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
487 * sys/statvfs.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
488 * sys/time.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
489 * sys/timeb.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
490 * sys/times.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
491 * sys/types.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
492 * sys/uio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
493 * sys/un.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
494 * sys/utsname.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
495 * sys/wait.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
496 * syslog.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
497 * tar.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
498 * termios.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
499 * tgmath.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
500 * time.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
501 * trace.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
502 * ucontext.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
503 * ulimit.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
504 * unistd.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
505 * utime.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
506 * utmpx.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
507 * wchar.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
508 * wctype.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
509 * wordexp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
510 @end menu |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
511 |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
512 @include headers/aio.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
513 @include headers/arpa_inet.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
514 @include headers/assert.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
515 @include headers/complex.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
516 @include headers/cpio.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
517 @include headers/ctype.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
518 @include headers/dirent.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
519 @include headers/dlfcn.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
520 @include headers/errno.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
521 @include headers/fcntl.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
522 @include headers/fenv.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
523 @include headers/float.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
524 @include headers/fmtmsg.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
525 @include headers/fnmatch.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
526 @include headers/ftw.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
527 @include headers/glob.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
528 @include headers/grp.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
529 @include headers/iconv.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
530 @include headers/inttypes.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
531 @include headers/iso646.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
532 @include headers/langinfo.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
533 @include headers/libgen.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
534 @include headers/limits.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
535 @include headers/locale.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
536 @include headers/math.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
537 @include headers/monetary.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
538 @include headers/mqueue.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
539 @include headers/ndbm.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
540 @include headers/net_if.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
541 @include headers/netdb.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
542 @include headers/netinet_in.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
543 @include headers/netinet_tcp.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
544 @include headers/nl_types.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
545 @include headers/poll.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
546 @include headers/pthread.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
547 @include headers/pwd.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
548 @include headers/regex.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
549 @include headers/sched.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
550 @include headers/search.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
551 @include headers/semaphore.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
552 @include headers/setjmp.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
553 @include headers/signal.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
554 @include headers/spawn.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
555 @include headers/stdarg.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
556 @include headers/stdbool.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
557 @include headers/stddef.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
558 @include headers/stdint.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
559 @include headers/stdio.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
560 @include headers/stdlib.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
561 @include headers/string.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
562 @include headers/strings.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
563 @include headers/stropts.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
564 @include headers/sys_ipc.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
565 @include headers/sys_mman.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
566 @include headers/sys_msg.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
567 @include headers/sys_resource.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
568 @include headers/sys_select.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
569 @include headers/sys_sem.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
570 @include headers/sys_shm.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
571 @include headers/sys_socket.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
572 @include headers/sys_stat.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
573 @include headers/sys_statvfs.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
574 @include headers/sys_time.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
575 @include headers/sys_timeb.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
576 @include headers/sys_times.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
577 @include headers/sys_types.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
578 @include headers/sys_uio.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
579 @include headers/sys_un.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
580 @include headers/sys_utsname.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
581 @include headers/sys_wait.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
582 @include headers/syslog.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
583 @include headers/tar.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
584 @include headers/termios.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
585 @include headers/tgmath.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
586 @include headers/time.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
587 @include headers/trace.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
588 @include headers/ucontext.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
589 @include headers/ulimit.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
590 @include headers/unistd.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
591 @include headers/utime.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
592 @include headers/utmpx.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
593 @include headers/wchar.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
594 @include headers/wctype.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
595 @include headers/wordexp.texi |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
596 |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
597 @node Function Substitutes |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
598 @chapter ISO C and POSIX Function Substitutes |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
599 |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
600 This chapter describes which functions and function-like macros specified by |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
601 ISO C or POSIX are substituted by Gnulib, which portability pitfalls are |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
602 fixed by Gnulib, and which (known) portability problems are not worked around |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
603 by Gnulib. |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
604 |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
605 @menu |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
606 * FD_CLR:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
607 * FD_ISSET:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
608 * FD_SET:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
609 * FD_ZERO:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
610 * _Exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
611 * _exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
612 * _longjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
613 * _setjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
614 * _tolower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
615 * _toupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
616 * a64l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
617 * abort:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
618 * abs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
619 * accept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
620 * access:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
621 * acos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
622 * acosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
623 * acosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
624 * acoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
625 * acoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
626 * acosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
627 * aio_cancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
628 * aio_error:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
629 * aio_fsync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
630 * aio_read:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
631 * aio_return:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
632 * aio_suspend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
633 * aio_write:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
634 * alarm:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
635 * asctime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
636 * asctime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
637 * asin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
638 * asinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
639 * asinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
640 * asinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
641 * asinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
642 * asinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
643 * assert:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
644 * atan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
645 * atan2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
646 * atan2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
647 * atan2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
648 * atanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
649 * atanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
650 * atanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
651 * atanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
652 * atanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
653 * atexit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
654 * atof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
655 * atoi:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
656 * atol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
657 * atoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
658 * basename:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
659 * bcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
660 * bcopy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
661 * bind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
662 * bsd_signal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
663 * bsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
664 * btowc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
665 * bzero:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
666 * cabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
667 * cabsf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
668 * cabsl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
669 * cacos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
670 * cacosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
671 * cacosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
672 * cacoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
673 * cacoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
674 * cacosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
675 * calloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
676 * carg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
677 * cargf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
678 * cargl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
679 * casin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
680 * casinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
681 * casinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
682 * casinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
683 * casinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
684 * casinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
685 * catan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
686 * catanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
687 * catanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
688 * catanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
689 * catanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
690 * catanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
691 * catclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
692 * catgets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
693 * catopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
694 * cbrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
695 * cbrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
696 * cbrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
697 * ccos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
698 * ccosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
699 * ccosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
700 * ccoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
701 * ccoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
702 * ccosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
703 * ceil:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
704 * ceilf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
705 * ceill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
706 * cexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
707 * cexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
708 * cexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
709 * cfgetispeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
710 * cfgetospeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
711 * cfsetispeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
712 * cfsetospeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
713 * chdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
714 * chmod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
715 * chown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
716 * cimag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
717 * cimagf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
718 * cimagl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
719 * clearerr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
720 * clock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
721 * clock_getcpuclockid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
722 * clock_getres:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
723 * clock_gettime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
724 * clock_nanosleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
725 * clock_settime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
726 * clog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
727 * clogf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
728 * clogl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
729 * close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
730 * closedir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
731 * closelog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
732 * confstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
733 * conj:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
734 * conjf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
735 * conjl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
736 * connect:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
737 * copysign:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
738 * copysignf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
739 * copysignl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
740 * cos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
741 * cosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
742 * cosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
743 * coshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
744 * coshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
745 * cosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
746 * cpow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
747 * cpowf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
748 * cpowl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
749 * cproj:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
750 * cprojf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
751 * cprojl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
752 * creal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
753 * crealf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
754 * creall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
755 * creat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
756 * crypt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
757 * csin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
758 * csinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
759 * csinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
760 * csinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
761 * csinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
762 * csinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
763 * csqrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
764 * csqrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
765 * csqrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
766 * ctan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
767 * ctanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
768 * ctanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
769 * ctanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
770 * ctanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
771 * ctanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
772 * ctermid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
773 * ctime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
774 * ctime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
775 * daylight:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
776 * dbm_clearerr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
777 * dbm_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
778 * dbm_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
779 * dbm_error:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
780 * dbm_fetch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
781 * dbm_firstkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
782 * dbm_nextkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
783 * dbm_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
784 * dbm_store:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
785 * difftime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
786 * dirname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
787 * div:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
788 * dlclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
789 * dlerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
790 * dlopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
791 * dlsym:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
792 * drand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
793 * dup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
794 * dup2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
795 * ecvt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
796 * encrypt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
797 * endgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
798 * endhostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
799 * endnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
800 * endprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
801 * endpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
802 * endservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
803 * endutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
804 * environ:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
805 * erand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
806 * erf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
807 * erfc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
808 * erfcf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
809 * erfcl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
810 * erff:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
811 * erfl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
812 * errno:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
813 * execl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
814 * execle:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
815 * execlp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
816 * execv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
817 * execve:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
818 * execvp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
819 * exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
820 * exp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
821 * exp2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
822 * exp2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
823 * exp2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
824 * expf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
825 * expl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
826 * expm1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
827 * expm1f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
828 * expm1l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
829 * fabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
830 * fabsf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
831 * fabsl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
832 * fattach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
833 * fchdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
834 * fchmod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
835 * fchown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
836 * fclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
837 * fcntl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
838 * fcvt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
839 * fdatasync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
840 * fdetach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
841 * fdim:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
842 * fdimf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
843 * fdiml:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
844 * fdopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
845 * feclearexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
846 * fegetenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
847 * fegetexceptflag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
848 * fegetround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
849 * feholdexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
850 * feof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
851 * feraiseexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
852 * ferror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
853 * fesetenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
854 * fesetexceptflag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
855 * fesetround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
856 * fetestexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
857 * feupdateenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
858 * fflush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
859 * ffs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
860 * fgetc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
861 * fgetpos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
862 * fgets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
863 * fgetwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
864 * fgetws:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
865 * fileno:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
866 * flockfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
867 * floor:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
868 * floorf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
869 * floorl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
870 * fma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
871 * fmaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
872 * fmal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
873 * fmax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
874 * fmaxf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
875 * fmaxl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
876 * fmin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
877 * fminf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
878 * fminl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
879 * fmod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
880 * fmodf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
881 * fmodl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
882 * fmtmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
883 * fnmatch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
884 * fopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
885 * fork:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
886 * fpathconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
887 * fpclassify:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
888 * fprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
889 * fputc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
890 * fputs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
891 * fputwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
892 * fputws:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
893 * fread:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
894 * free:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
895 * freeaddrinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
896 * freopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
897 * frexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
898 * frexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
899 * frexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
900 * fscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
901 * fseek:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
902 * fseeko:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
903 * fsetpos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
904 * fstat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
905 * fstatvfs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
906 * fsync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
907 * ftell:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
908 * ftello:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
909 * ftime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
910 * ftok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
911 * ftruncate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
912 * ftrylockfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
913 * ftw:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
914 * funlockfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
915 * fwide:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
916 * fwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
917 * fwrite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
918 * fwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
919 * gai_strerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
920 * gcvt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
921 * getaddrinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
922 * getc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
923 * getc_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
924 * getchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
925 * getchar_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
926 * getcontext:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
927 * getcwd:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
928 * getdate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
929 * getegid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
930 * getenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
931 * geteuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
932 * getgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
933 * getgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
934 * getgrgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
935 * getgrgid_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
936 * getgrnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
937 * getgrnam_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
938 * getgroups:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
939 * gethostbyaddr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
940 * gethostbyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
941 * gethostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
942 * gethostid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
943 * gethostname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
944 * getitimer:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
945 * getlogin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
946 * getlogin_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
947 * getmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
948 * getnameinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
949 * getnetbyaddr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
950 * getnetbyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
951 * getnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
952 * getopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
953 * getpeername:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
954 * getpgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
955 * getpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
956 * getpid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
957 * getpmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
958 * getppid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
959 * getpriority:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
960 * getprotobyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
961 * getprotobynumber:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
962 * getprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
963 * getpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
964 * getpwnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
965 * getpwnam_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
966 * getpwuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
967 * getpwuid_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
968 * getrlimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
969 * getrusage:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
970 * gets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
971 * getservbyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
972 * getservbyport:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
973 * getservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
974 * getsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
975 * getsockname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
976 * getsockopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
977 * getsubopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
978 * gettimeofday:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
979 * getuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
980 * getutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
981 * getutxid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
982 * getutxline:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
983 * getwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
984 * getwchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
985 * getwd:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
986 * glob:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
987 * globfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
988 * gmtime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
989 * gmtime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
990 * grantpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
991 * h_errno:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
992 * hcreate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
993 * hdestroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
994 * hsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
995 * htonl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
996 * htons:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
997 * hypot:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
998 * hypotf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
999 * hypotl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1000 * iconv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1001 * iconv_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1002 * iconv_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1003 * if_freenameindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1004 * if_indextoname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1005 * if_nameindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1006 * if_nametoindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1007 * ilogb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1008 * ilogbf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1009 * ilogbl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1010 * imaxabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1011 * imaxdiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1012 * index:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1013 * inet_addr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1014 * inet_ntoa:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1015 * inet_ntop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1016 * inet_pton:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1017 * initstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1018 * insque:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1019 * ioctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1020 * isalnum:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1021 * isalpha:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1022 * isascii:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1023 * isastream:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1024 * isatty:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1025 * isblank:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1026 * iscntrl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1027 * isdigit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1028 * isfinite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1029 * isgraph:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1030 * isgreater:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1031 * isgreaterequal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1032 * isinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1033 * isless:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1034 * islessequal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1035 * islessgreater:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1036 * islower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1037 * isnan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1038 * isnormal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1039 * isprint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1040 * ispunct:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1041 * isspace:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1042 * isunordered:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1043 * isupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1044 * iswalnum:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1045 * iswalpha:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1046 * iswblank:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1047 * iswcntrl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1048 * iswctype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1049 * iswdigit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1050 * iswgraph:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1051 * iswlower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1052 * iswprint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1053 * iswpunct:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1054 * iswspace:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1055 * iswupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1056 * iswxdigit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1057 * isxdigit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1058 * j0:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1059 * j1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1060 * jn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1061 * jrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1062 * kill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1063 * killpg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1064 * l64a:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1065 * labs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1066 * lchown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1067 * lcong48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1068 * ldexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1069 * ldexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1070 * ldexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1071 * ldiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1072 * lfind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1073 * lgamma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1074 * lgammaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1075 * lgammal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1076 * link:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1077 * lio_listio:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1078 * listen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1079 * llabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1080 * lldiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1081 * llrint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1082 * llrintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1083 * llrintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1084 * llround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1085 * llroundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1086 * llroundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1087 * localeconv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1088 * localtime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1089 * localtime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1090 * lockf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1091 * log:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1092 * log10:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1093 * log10f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1094 * log10l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1095 * log1p:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1096 * log1pf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1097 * log1pl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1098 * log2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1099 * log2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1100 * log2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1101 * logb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1102 * logbf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1103 * logbl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1104 * logf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1105 * logl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1106 * longjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1107 * lrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1108 * lrint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1109 * lrintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1110 * lrintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1111 * lround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1112 * lroundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1113 * lroundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1114 * lsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1115 * lseek:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1116 * lstat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1117 * makecontext:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1118 * malloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1119 * mblen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1120 * mbrlen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1121 * mbrtowc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1122 * mbsinit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1123 * mbsrtowcs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1124 * mbstowcs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1125 * mbtowc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1126 * memccpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1127 * memchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1128 * memcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1129 * memcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1130 * memmove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1131 * memset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1132 * mkdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1133 * mkfifo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1134 * mknod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1135 * mkstemp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1136 * mktemp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1137 * mktime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1138 * mlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1139 * mlockall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1140 * mmap:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1141 * modf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1142 * modff:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1143 * modfl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1144 * mprotect:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1145 * mq_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1146 * mq_getattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1147 * mq_notify:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1148 * mq_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1149 * mq_receive:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1150 * mq_send:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1151 * mq_setattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1152 * mq_timedreceive:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1153 * mq_timedsend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1154 * mq_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1155 * mrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1156 * msgctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1157 * msgget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1158 * msgrcv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1159 * msgsnd:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1160 * msync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1161 * munlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1162 * munlockall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1163 * munmap:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1164 * nan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1165 * nanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1166 * nanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1167 * nanosleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1168 * nearbyint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1169 * nearbyintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1170 * nearbyintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1171 * nextafter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1172 * nextafterf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1173 * nextafterl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1174 * nexttoward:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1175 * nexttowardf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1176 * nexttowardl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1177 * nftw:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1178 * nice:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1179 * nl_langinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1180 * nrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1181 * ntohl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1182 * ntohs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1183 * open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1184 * opendir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1185 * openlog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1186 * optarg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1187 * pathconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1188 * pause:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1189 * pclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1190 * perror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1191 * pipe:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1192 * poll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1193 * popen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1194 * posix_fadvise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1195 * posix_fallocate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1196 * posix_madvise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1197 * posix_mem_offset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1198 * posix_memalign:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1199 * posix_openpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1200 * posix_spawn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1201 * posix_spawn_file_actions_addclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1202 * posix_spawn_file_actions_adddup2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1203 * posix_spawn_file_actions_addopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1204 * posix_spawn_file_actions_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1205 * posix_spawn_file_actions_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1206 * posix_spawnattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1207 * posix_spawnattr_getflags:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1208 * posix_spawnattr_getpgroup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1209 * posix_spawnattr_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1210 * posix_spawnattr_getschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1211 * posix_spawnattr_getsigdefault:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1212 * posix_spawnattr_getsigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1213 * posix_spawnattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1214 * posix_spawnattr_setflags:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1215 * posix_spawnattr_setpgroup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1216 * posix_spawnattr_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1217 * posix_spawnattr_setschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1218 * posix_spawnattr_setsigdefault:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1219 * posix_spawnattr_setsigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1220 * posix_spawnp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1221 * posix_trace_attr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1222 * posix_trace_attr_getclockres:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1223 * posix_trace_attr_getcreatetime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1224 * posix_trace_attr_getgenversion:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1225 * posix_trace_attr_getinherited:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1226 * posix_trace_attr_getlogfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1227 * posix_trace_attr_getlogsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1228 * posix_trace_attr_getmaxdatasize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1229 * posix_trace_attr_getmaxsystemeventsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1230 * posix_trace_attr_getmaxusereventsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1231 * posix_trace_attr_getname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1232 * posix_trace_attr_getstreamfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1233 * posix_trace_attr_getstreamsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1234 * posix_trace_attr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1235 * posix_trace_attr_setinherited:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1236 * posix_trace_attr_setlogfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1237 * posix_trace_attr_setlogsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1238 * posix_trace_attr_setmaxdatasize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1239 * posix_trace_attr_setname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1240 * posix_trace_attr_setstreamfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1241 * posix_trace_attr_setstreamsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1242 * posix_trace_clear:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1243 * posix_trace_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1244 * posix_trace_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1245 * posix_trace_create_withlog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1246 * posix_trace_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1247 * posix_trace_eventid_equal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1248 * posix_trace_eventid_get_name:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1249 * posix_trace_eventid_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1250 * posix_trace_eventset_add:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1251 * posix_trace_eventset_del:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1252 * posix_trace_eventset_empty:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1253 * posix_trace_eventset_fill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1254 * posix_trace_eventset_ismember:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1255 * posix_trace_eventtypelist_getnext_id:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1256 * posix_trace_eventtypelist_rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1257 * posix_trace_flush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1258 * posix_trace_get_attr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1259 * posix_trace_get_filter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1260 * posix_trace_get_status:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1261 * posix_trace_getnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1262 * posix_trace_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1263 * posix_trace_rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1264 * posix_trace_set_filter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1265 * posix_trace_shutdown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1266 * posix_trace_start:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1267 * posix_trace_stop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1268 * posix_trace_timedgetnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1269 * posix_trace_trid_eventid_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1270 * posix_trace_trygetnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1271 * posix_typed_mem_get_info:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1272 * posix_typed_mem_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1273 * pow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1274 * powf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1275 * powl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1276 * pread:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1277 * printf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1278 * pselect:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1279 * pthread_atfork:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1280 * pthread_attr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1281 * pthread_attr_getdetachstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1282 * pthread_attr_getguardsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1283 * pthread_attr_getinheritsched:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1284 * pthread_attr_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1285 * pthread_attr_getschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1286 * pthread_attr_getscope:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1287 * pthread_attr_getstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1288 * pthread_attr_getstackaddr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1289 * pthread_attr_getstacksize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1290 * pthread_attr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1291 * pthread_attr_setdetachstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1292 * pthread_attr_setguardsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1293 * pthread_attr_setinheritsched:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1294 * pthread_attr_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1295 * pthread_attr_setschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1296 * pthread_attr_setscope:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1297 * pthread_attr_setstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1298 * pthread_attr_setstackaddr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1299 * pthread_attr_setstacksize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1300 * pthread_barrier_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1301 * pthread_barrier_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1302 * pthread_barrier_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1303 * pthread_barrierattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1304 * pthread_barrierattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1305 * pthread_barrierattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1306 * pthread_barrierattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1307 * pthread_cancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1308 * pthread_cleanup_pop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1309 * pthread_cleanup_push:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1310 * pthread_cond_broadcast:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1311 * pthread_cond_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1312 * pthread_cond_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1313 * pthread_cond_signal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1314 * pthread_cond_timedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1315 * pthread_cond_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1316 * pthread_condattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1317 * pthread_condattr_getclock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1318 * pthread_condattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1319 * pthread_condattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1320 * pthread_condattr_setclock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1321 * pthread_condattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1322 * pthread_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1323 * pthread_detach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1324 * pthread_equal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1325 * pthread_exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1326 * pthread_getconcurrency:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1327 * pthread_getcpuclockid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1328 * pthread_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1329 * pthread_getspecific:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1330 * pthread_join:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1331 * pthread_key_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1332 * pthread_key_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1333 * pthread_kill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1334 * pthread_mutex_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1335 * pthread_mutex_getprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1336 * pthread_mutex_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1337 * pthread_mutex_lock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1338 * pthread_mutex_setprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1339 * pthread_mutex_timedlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1340 * pthread_mutex_trylock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1341 * pthread_mutex_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1342 * pthread_mutexattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1343 * pthread_mutexattr_getprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1344 * pthread_mutexattr_getprotocol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1345 * pthread_mutexattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1346 * pthread_mutexattr_gettype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1347 * pthread_mutexattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1348 * pthread_mutexattr_setprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1349 * pthread_mutexattr_setprotocol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1350 * pthread_mutexattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1351 * pthread_mutexattr_settype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1352 * pthread_once:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1353 * pthread_rwlock_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1354 * pthread_rwlock_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1355 * pthread_rwlock_rdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1356 * pthread_rwlock_timedrdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1357 * pthread_rwlock_timedwrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1358 * pthread_rwlock_tryrdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1359 * pthread_rwlock_trywrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1360 * pthread_rwlock_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1361 * pthread_rwlock_wrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1362 * pthread_rwlockattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1363 * pthread_rwlockattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1364 * pthread_rwlockattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1365 * pthread_rwlockattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1366 * pthread_self:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1367 * pthread_setcancelstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1368 * pthread_setcanceltype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1369 * pthread_setconcurrency:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1370 * pthread_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1371 * pthread_setschedprio:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1372 * pthread_setspecific:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1373 * pthread_sigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1374 * pthread_spin_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1375 * pthread_spin_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1376 * pthread_spin_lock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1377 * pthread_spin_trylock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1378 * pthread_spin_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1379 * pthread_testcancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1380 * ptsname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1381 * putc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1382 * putc_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1383 * putchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1384 * putchar_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1385 * putenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1386 * putmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1387 * putpmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1388 * puts:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1389 * pututxline:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1390 * putwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1391 * putwchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1392 * pwrite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1393 * qsort:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1394 * raise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1395 * rand:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1396 * rand_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1397 * random:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1398 * read:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1399 * readdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1400 * readdir_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1401 * readlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1402 * readv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1403 * realloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1404 * realpath:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1405 * recv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1406 * recvfrom:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1407 * recvmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1408 * regcomp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1409 * regerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1410 * regexec:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1411 * regfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1412 * remainder:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1413 * remainderf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1414 * remainderl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1415 * remove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1416 * remque:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1417 * remquo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1418 * remquof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1419 * remquol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1420 * rename:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1421 * rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1422 * rewinddir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1423 * rindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1424 * rint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1425 * rintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1426 * rintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1427 * rmdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1428 * round:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1429 * roundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1430 * roundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1431 * scalb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1432 * scalbln:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1433 * scalblnf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1434 * scalblnl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1435 * scalbn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1436 * scalbnf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1437 * scalbnl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1438 * scanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1439 * sched_get_priority_max:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1440 * sched_getparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1441 * sched_getscheduler:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1442 * sched_rr_get_interval:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1443 * sched_setparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1444 * sched_setscheduler:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1445 * sched_yield:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1446 * seed48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1447 * seekdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1448 * select:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1449 * sem_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1450 * sem_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1451 * sem_getvalue:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1452 * sem_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1453 * sem_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1454 * sem_post:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1455 * sem_timedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1456 * sem_trywait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1457 * sem_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1458 * sem_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1459 * semctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1460 * semget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1461 * semop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1462 * send:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1463 * sendmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1464 * sendto:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1465 * setbuf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1466 * setcontext:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1467 * setegid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1468 * setenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1469 * seteuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1470 * setgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1471 * setgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1472 * sethostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1473 * setitimer:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1474 * setjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1475 * setkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1476 * setlocale:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1477 * setlogmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1478 * setnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1479 * setpgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1480 * setpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1481 * setpriority:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1482 * setprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1483 * setpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1484 * setregid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1485 * setreuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1486 * setrlimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1487 * setservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1488 * setsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1489 * setsockopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1490 * setstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1491 * setuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1492 * setutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1493 * setvbuf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1494 * shm_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1495 * shm_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1496 * shmat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1497 * shmctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1498 * shmdt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1499 * shmget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1500 * shutdown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1501 * sigaction:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1502 * sigaddset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1503 * sigaltstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1504 * sigdelset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1505 * sigemptyset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1506 * sigfillset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1507 * sighold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1508 * sigignore:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1509 * siginterrupt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1510 * sigismember:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1511 * siglongjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1512 * signal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1513 * signbit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1514 * sigpause:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1515 * sigpending:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1516 * sigprocmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1517 * sigqueue:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1518 * sigrelse:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1519 * sigset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1520 * sigsetjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1521 * sigsuspend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1522 * sigtimedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1523 * sigwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1524 * sigwaitinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1525 * sin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1526 * sinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1527 * sinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1528 * sinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1529 * sinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1530 * sinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1531 * sleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1532 * snprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1533 * sockatmark:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1534 * socket:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1535 * socketpair:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1536 * sprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1537 * sqrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1538 * sqrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1539 * sqrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1540 * srand:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1541 * srand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1542 * srandom:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1543 * sscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1544 * stat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1545 * statvfs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1546 * stdin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1547 * strcasecmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1548 * strcat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1549 * strchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1550 * strcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1551 * strcoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1552 * strcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1553 * strcspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1554 * strdup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1555 * strerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1556 * strerror_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1557 * strfmon:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1558 * strftime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1559 * strlen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1560 * strncasecmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1561 * strncat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1562 * strncmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1563 * strncpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1564 * strpbrk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1565 * strptime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1566 * strrchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1567 * strspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1568 * strstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1569 * strtod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1570 * strtof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1571 * strtoimax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1572 * strtok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1573 * strtok_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1574 * strtol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1575 * strtold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1576 * strtoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1577 * strtoul:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1578 * strtoull:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1579 * strtoumax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1580 * strxfrm:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1581 * swab:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1582 * swapcontext:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1583 * swprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1584 * swscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1585 * symlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1586 * sync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1587 * sysconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1588 * syslog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1589 * system:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1590 * tan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1591 * tanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1592 * tanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1593 * tanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1594 * tanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1595 * tanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1596 * tcdrain:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1597 * tcflow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1598 * tcflush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1599 * tcgetattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1600 * tcgetpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1601 * tcgetsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1602 * tcsendbreak:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1603 * tcsetattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1604 * tcsetpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1605 * tdelete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1606 * telldir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1607 * tempnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1608 * tfind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1609 * tgamma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1610 * tgammaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1611 * tgammal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1612 * time:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1613 * timer_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1614 * timer_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1615 * timer_getoverrun:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1616 * timer_settime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1617 * times:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1618 * timezone:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1619 * tmpfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1620 * tmpnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1621 * toascii:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1622 * tolower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1623 * toupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1624 * towctrans:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1625 * towlower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1626 * towupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1627 * trunc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1628 * truncate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1629 * truncf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1630 * truncl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1631 * tsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1632 * ttyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1633 * ttyname_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1634 * twalk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1635 * tzname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1636 * tzset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1637 * ualarm:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1638 * ulimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1639 * umask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1640 * uname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1641 * ungetc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1642 * ungetwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1643 * unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1644 * unlockpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1645 * unsetenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1646 * usleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1647 * utime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1648 * utimes:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1649 * va_arg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1650 * va_copy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1651 * va_end:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1652 * va_start:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1653 * vfork:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1654 * vfprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1655 * vfscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1656 * vfwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1657 * vfwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1658 * vprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1659 * vscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1660 * vsnprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1661 * vsprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1662 * vsscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1663 * vswprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1664 * vswscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1665 * vwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1666 * vwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1667 * wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1668 * waitid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1669 * waitpid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1670 * wcrtomb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1671 * wcscat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1672 * wcschr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1673 * wcscmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1674 * wcscoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1675 * wcscpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1676 * wcscspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1677 * wcsftime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1678 * wcslen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1679 * wcsncat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1680 * wcsncmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1681 * wcsncpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1682 * wcspbrk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1683 * wcsrchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1684 * wcsrtombs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1685 * wcsspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1686 * wcsstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1687 * wcstod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1688 * wcstof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1689 * wcstoimax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1690 * wcstok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1691 * wcstol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1692 * wcstold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1693 * wcstoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1694 * wcstombs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1695 * wcstoul:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1696 * wcstoull:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1697 * wcstoumax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1698 * wcswcs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1699 * wcswidth:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1700 * wcsxfrm:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1701 * wctob:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1702 * wctomb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1703 * wctrans:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1704 * wctype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1705 * wcwidth:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1706 * wmemchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1707 * wmemcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1708 * wmemcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1709 * wmemmove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1710 * wmemset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1711 * wordexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1712 * wordfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1713 * wprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1714 * write:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1715 * writev:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1716 * wscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1717 * y0:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1718 * y1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1719 * yn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1720 @end menu |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1721 |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1722 @include functions/FD_CLR.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1723 @include functions/FD_ISSET.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1724 @include functions/FD_SET.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1725 @include functions/FD_ZERO.texi |
8792 | 1726 @include functions/_Exit_C99.texi |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1727 @include functions/_exit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1728 @include functions/_longjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1729 @include functions/_setjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1730 @include functions/_tolower.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1731 @include functions/_toupper.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1732 @include functions/a64l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1733 @include functions/abort.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1734 @include functions/abs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1735 @include functions/accept.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1736 @include functions/access.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1737 @include functions/acos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1738 @include functions/acosf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1739 @include functions/acosh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1740 @include functions/acoshf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1741 @include functions/acoshl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1742 @include functions/acosl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1743 @include functions/aio_cancel.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1744 @include functions/aio_error.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1745 @include functions/aio_fsync.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1746 @include functions/aio_read.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1747 @include functions/aio_return.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1748 @include functions/aio_suspend.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1749 @include functions/aio_write.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1750 @include functions/alarm.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1751 @include functions/asctime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1752 @include functions/asctime_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1753 @include functions/asin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1754 @include functions/asinf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1755 @include functions/asinh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1756 @include functions/asinhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1757 @include functions/asinhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1758 @include functions/asinl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1759 @include functions/assert.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1760 @include functions/atan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1761 @include functions/atan2.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1762 @include functions/atan2f.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1763 @include functions/atan2l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1764 @include functions/atanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1765 @include functions/atanh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1766 @include functions/atanhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1767 @include functions/atanhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1768 @include functions/atanl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1769 @include functions/atexit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1770 @include functions/atof.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1771 @include functions/atoi.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1772 @include functions/atol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1773 @include functions/atoll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1774 @include functions/basename.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1775 @include functions/bcmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1776 @include functions/bcopy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1777 @include functions/bind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1778 @include functions/bsd_signal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1779 @include functions/bsearch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1780 @include functions/btowc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1781 @include functions/bzero.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1782 @include functions/cabs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1783 @include functions/cabsf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1784 @include functions/cabsl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1785 @include functions/cacos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1786 @include functions/cacosf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1787 @include functions/cacosh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1788 @include functions/cacoshf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1789 @include functions/cacoshl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1790 @include functions/cacosl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1791 @include functions/calloc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1792 @include functions/carg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1793 @include functions/cargf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1794 @include functions/cargl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1795 @include functions/casin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1796 @include functions/casinf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1797 @include functions/casinh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1798 @include functions/casinhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1799 @include functions/casinhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1800 @include functions/casinl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1801 @include functions/catan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1802 @include functions/catanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1803 @include functions/catanh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1804 @include functions/catanhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1805 @include functions/catanhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1806 @include functions/catanl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1807 @include functions/catclose.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1808 @include functions/catgets.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1809 @include functions/catopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1810 @include functions/cbrt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1811 @include functions/cbrtf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1812 @include functions/cbrtl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1813 @include functions/ccos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1814 @include functions/ccosf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1815 @include functions/ccosh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1816 @include functions/ccoshf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1817 @include functions/ccoshl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1818 @include functions/ccosl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1819 @include functions/ceil.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1820 @include functions/ceilf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1821 @include functions/ceill.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1822 @include functions/cexp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1823 @include functions/cexpf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1824 @include functions/cexpl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1825 @include functions/cfgetispeed.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1826 @include functions/cfgetospeed.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1827 @include functions/cfsetispeed.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1828 @include functions/cfsetospeed.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1829 @include functions/chdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1830 @include functions/chmod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1831 @include functions/chown.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1832 @include functions/cimag.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1833 @include functions/cimagf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1834 @include functions/cimagl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1835 @include functions/clearerr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1836 @include functions/clock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1837 @include functions/clock_getcpuclockid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1838 @include functions/clock_getres.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1839 @include functions/clock_gettime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1840 @include functions/clock_nanosleep.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1841 @include functions/clock_settime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1842 @include functions/clog.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1843 @include functions/clogf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1844 @include functions/clogl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1845 @include functions/close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1846 @include functions/closedir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1847 @include functions/closelog.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1848 @include functions/confstr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1849 @include functions/conj.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1850 @include functions/conjf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1851 @include functions/conjl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1852 @include functions/connect.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1853 @include functions/copysign.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1854 @include functions/copysignf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1855 @include functions/copysignl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1856 @include functions/cos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1857 @include functions/cosf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1858 @include functions/cosh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1859 @include functions/coshf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1860 @include functions/coshl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1861 @include functions/cosl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1862 @include functions/cpow.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1863 @include functions/cpowf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1864 @include functions/cpowl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1865 @include functions/cproj.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1866 @include functions/cprojf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1867 @include functions/cprojl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1868 @include functions/creal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1869 @include functions/crealf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1870 @include functions/creall.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1871 @include functions/creat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1872 @include functions/crypt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1873 @include functions/csin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1874 @include functions/csinf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1875 @include functions/csinh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1876 @include functions/csinhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1877 @include functions/csinhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1878 @include functions/csinl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1879 @include functions/csqrt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1880 @include functions/csqrtf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1881 @include functions/csqrtl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1882 @include functions/ctan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1883 @include functions/ctanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1884 @include functions/ctanh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1885 @include functions/ctanhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1886 @include functions/ctanhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1887 @include functions/ctanl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1888 @include functions/ctermid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1889 @include functions/ctime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1890 @include functions/ctime_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1891 @include functions/daylight.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1892 @include functions/dbm_clearerr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1893 @include functions/dbm_close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1894 @include functions/dbm_delete.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1895 @include functions/dbm_error.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1896 @include functions/dbm_fetch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1897 @include functions/dbm_firstkey.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1898 @include functions/dbm_nextkey.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1899 @include functions/dbm_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1900 @include functions/dbm_store.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1901 @include functions/difftime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1902 @include functions/dirname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1903 @include functions/div.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1904 @include functions/dlclose.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1905 @include functions/dlerror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1906 @include functions/dlopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1907 @include functions/dlsym.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1908 @include functions/drand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1909 @include functions/dup.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1910 @include functions/dup2.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1911 @include functions/ecvt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1912 @include functions/encrypt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1913 @include functions/endgrent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1914 @include functions/endhostent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1915 @include functions/endnetent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1916 @include functions/endprotoent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1917 @include functions/endpwent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1918 @include functions/endservent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1919 @include functions/endutxent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1920 @include functions/environ.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1921 @include functions/erand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1922 @include functions/erf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1923 @include functions/erfc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1924 @include functions/erfcf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1925 @include functions/erfcl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1926 @include functions/erff.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1927 @include functions/erfl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1928 @include functions/errno.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1929 @include functions/execl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1930 @include functions/execle.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1931 @include functions/execlp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1932 @include functions/execv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1933 @include functions/execve.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1934 @include functions/execvp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1935 @include functions/exit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1936 @include functions/exp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1937 @include functions/exp2.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1938 @include functions/exp2f.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1939 @include functions/exp2l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1940 @include functions/expf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1941 @include functions/expl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1942 @include functions/expm1.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1943 @include functions/expm1f.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1944 @include functions/expm1l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1945 @include functions/fabs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1946 @include functions/fabsf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1947 @include functions/fabsl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1948 @include functions/fattach.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1949 @include functions/fchdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1950 @include functions/fchmod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1951 @include functions/fchown.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1952 @include functions/fclose.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1953 @include functions/fcntl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1954 @include functions/fcvt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1955 @include functions/fdatasync.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1956 @include functions/fdetach.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1957 @include functions/fdim.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1958 @include functions/fdimf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1959 @include functions/fdiml.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1960 @include functions/fdopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1961 @include functions/feclearexcept.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1962 @include functions/fegetenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1963 @include functions/fegetexceptflag.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1964 @include functions/fegetround.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1965 @include functions/feholdexcept.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1966 @include functions/feof.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1967 @include functions/feraiseexcept.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1968 @include functions/ferror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1969 @include functions/fesetenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1970 @include functions/fesetexceptflag.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1971 @include functions/fesetround.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1972 @include functions/fetestexcept.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1973 @include functions/feupdateenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1974 @include functions/fflush.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1975 @include functions/ffs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1976 @include functions/fgetc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1977 @include functions/fgetpos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1978 @include functions/fgets.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1979 @include functions/fgetwc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1980 @include functions/fgetws.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1981 @include functions/fileno.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1982 @include functions/flockfile.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1983 @include functions/floor.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1984 @include functions/floorf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1985 @include functions/floorl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1986 @include functions/fma.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1987 @include functions/fmaf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1988 @include functions/fmal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1989 @include functions/fmax.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1990 @include functions/fmaxf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1991 @include functions/fmaxl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1992 @include functions/fmin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1993 @include functions/fminf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1994 @include functions/fminl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1995 @include functions/fmod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1996 @include functions/fmodf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1997 @include functions/fmodl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1998 @include functions/fmtmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1999 @include functions/fnmatch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2000 @include functions/fopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2001 @include functions/fork.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2002 @include functions/fpathconf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2003 @include functions/fpclassify.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2004 @include functions/fprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2005 @include functions/fputc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2006 @include functions/fputs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2007 @include functions/fputwc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2008 @include functions/fputws.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2009 @include functions/fread.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2010 @include functions/free.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2011 @include functions/freeaddrinfo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2012 @include functions/freopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2013 @include functions/frexp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2014 @include functions/frexpf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2015 @include functions/frexpl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2016 @include functions/fscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2017 @include functions/fseek.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2018 @include functions/fseeko.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2019 @include functions/fsetpos.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2020 @include functions/fstat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2021 @include functions/fstatvfs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2022 @include functions/fsync.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2023 @include functions/ftell.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2024 @include functions/ftello.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2025 @include functions/ftime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2026 @include functions/ftok.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2027 @include functions/ftruncate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2028 @include functions/ftrylockfile.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2029 @include functions/ftw.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2030 @include functions/funlockfile.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2031 @include functions/fwide.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2032 @include functions/fwprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2033 @include functions/fwrite.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2034 @include functions/fwscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2035 @include functions/gai_strerror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2036 @include functions/gcvt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2037 @include functions/getaddrinfo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2038 @include functions/getc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2039 @include functions/getc_unlocked.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2040 @include functions/getchar.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2041 @include functions/getchar_unlocked.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2042 @include functions/getcontext.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2043 @include functions/getcwd.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2044 @include functions/getdate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2045 @include functions/getegid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2046 @include functions/getenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2047 @include functions/geteuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2048 @include functions/getgid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2049 @include functions/getgrent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2050 @include functions/getgrgid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2051 @include functions/getgrgid_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2052 @include functions/getgrnam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2053 @include functions/getgrnam_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2054 @include functions/getgroups.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2055 @include functions/gethostbyaddr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2056 @include functions/gethostbyname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2057 @include functions/gethostent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2058 @include functions/gethostid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2059 @include functions/gethostname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2060 @include functions/getitimer.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2061 @include functions/getlogin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2062 @include functions/getlogin_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2063 @include functions/getmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2064 @include functions/getnameinfo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2065 @include functions/getnetbyaddr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2066 @include functions/getnetbyname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2067 @include functions/getnetent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2068 @include functions/getopt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2069 @include functions/getpeername.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2070 @include functions/getpgid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2071 @include functions/getpgrp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2072 @include functions/getpid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2073 @include functions/getpmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2074 @include functions/getppid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2075 @include functions/getpriority.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2076 @include functions/getprotobyname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2077 @include functions/getprotobynumber.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2078 @include functions/getprotoent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2079 @include functions/getpwent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2080 @include functions/getpwnam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2081 @include functions/getpwnam_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2082 @include functions/getpwuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2083 @include functions/getpwuid_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2084 @include functions/getrlimit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2085 @include functions/getrusage.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2086 @include functions/gets.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2087 @include functions/getservbyname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2088 @include functions/getservbyport.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2089 @include functions/getservent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2090 @include functions/getsid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2091 @include functions/getsockname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2092 @include functions/getsockopt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2093 @include functions/getsubopt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2094 @include functions/gettimeofday.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2095 @include functions/getuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2096 @include functions/getutxent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2097 @include functions/getutxid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2098 @include functions/getutxline.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2099 @include functions/getwc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2100 @include functions/getwchar.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2101 @include functions/getwd.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2102 @include functions/glob.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2103 @include functions/globfree.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2104 @include functions/gmtime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2105 @include functions/gmtime_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2106 @include functions/grantpt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2107 @include functions/h_errno.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2108 @include functions/hcreate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2109 @include functions/hdestroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2110 @include functions/hsearch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2111 @include functions/htonl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2112 @include functions/htons.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2113 @include functions/hypot.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2114 @include functions/hypotf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2115 @include functions/hypotl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2116 @include functions/iconv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2117 @include functions/iconv_close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2118 @include functions/iconv_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2119 @include functions/if_freenameindex.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2120 @include functions/if_indextoname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2121 @include functions/if_nameindex.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2122 @include functions/if_nametoindex.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2123 @include functions/ilogb.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2124 @include functions/ilogbf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2125 @include functions/ilogbl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2126 @include functions/imaxabs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2127 @include functions/imaxdiv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2128 @include functions/index.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2129 @include functions/inet_addr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2130 @include functions/inet_ntoa.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2131 @include functions/inet_ntop.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2132 @include functions/inet_pton.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2133 @include functions/initstate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2134 @include functions/insque.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2135 @include functions/ioctl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2136 @include functions/isalnum.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2137 @include functions/isalpha.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2138 @include functions/isascii.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2139 @include functions/isastream.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2140 @include functions/isatty.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2141 @include functions/isblank.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2142 @include functions/iscntrl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2143 @include functions/isdigit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2144 @include functions/isfinite.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2145 @include functions/isgraph.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2146 @include functions/isgreater.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2147 @include functions/isgreaterequal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2148 @include functions/isinf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2149 @include functions/isless.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2150 @include functions/islessequal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2151 @include functions/islessgreater.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2152 @include functions/islower.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2153 @include functions/isnan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2154 @include functions/isnormal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2155 @include functions/isprint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2156 @include functions/ispunct.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2157 @include functions/isspace.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2158 @include functions/isunordered.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2159 @include functions/isupper.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2160 @include functions/iswalnum.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2161 @include functions/iswalpha.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2162 @include functions/iswblank.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2163 @include functions/iswcntrl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2164 @include functions/iswctype.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2165 @include functions/iswdigit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2166 @include functions/iswgraph.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2167 @include functions/iswlower.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2168 @include functions/iswprint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2169 @include functions/iswpunct.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2170 @include functions/iswspace.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2171 @include functions/iswupper.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2172 @include functions/iswxdigit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2173 @include functions/isxdigit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2174 @include functions/j0.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2175 @include functions/j1.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2176 @include functions/jn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2177 @include functions/jrand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2178 @include functions/kill.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2179 @include functions/killpg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2180 @include functions/l64a.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2181 @include functions/labs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2182 @include functions/lchown.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2183 @include functions/lcong48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2184 @include functions/ldexp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2185 @include functions/ldexpf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2186 @include functions/ldexpl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2187 @include functions/ldiv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2188 @include functions/lfind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2189 @include functions/lgamma.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2190 @include functions/lgammaf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2191 @include functions/lgammal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2192 @include functions/link.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2193 @include functions/lio_listio.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2194 @include functions/listen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2195 @include functions/llabs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2196 @include functions/lldiv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2197 @include functions/llrint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2198 @include functions/llrintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2199 @include functions/llrintl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2200 @include functions/llround.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2201 @include functions/llroundf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2202 @include functions/llroundl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2203 @include functions/localeconv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2204 @include functions/localtime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2205 @include functions/localtime_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2206 @include functions/lockf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2207 @include functions/log.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2208 @include functions/log10.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2209 @include functions/log10f.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2210 @include functions/log10l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2211 @include functions/log1p.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2212 @include functions/log1pf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2213 @include functions/log1pl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2214 @include functions/log2.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2215 @include functions/log2f.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2216 @include functions/log2l.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2217 @include functions/logb.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2218 @include functions/logbf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2219 @include functions/logbl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2220 @include functions/logf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2221 @include functions/logl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2222 @include functions/longjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2223 @include functions/lrand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2224 @include functions/lrint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2225 @include functions/lrintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2226 @include functions/lrintl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2227 @include functions/lround.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2228 @include functions/lroundf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2229 @include functions/lroundl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2230 @include functions/lsearch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2231 @include functions/lseek.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2232 @include functions/lstat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2233 @include functions/makecontext.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2234 @include functions/malloc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2235 @include functions/mblen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2236 @include functions/mbrlen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2237 @include functions/mbrtowc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2238 @include functions/mbsinit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2239 @include functions/mbsrtowcs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2240 @include functions/mbstowcs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2241 @include functions/mbtowc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2242 @include functions/memccpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2243 @include functions/memchr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2244 @include functions/memcmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2245 @include functions/memcpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2246 @include functions/memmove.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2247 @include functions/memset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2248 @include functions/mkdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2249 @include functions/mkfifo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2250 @include functions/mknod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2251 @include functions/mkstemp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2252 @include functions/mktemp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2253 @include functions/mktime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2254 @include functions/mlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2255 @include functions/mlockall.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2256 @include functions/mmap.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2257 @include functions/modf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2258 @include functions/modff.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2259 @include functions/modfl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2260 @include functions/mprotect.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2261 @include functions/mq_close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2262 @include functions/mq_getattr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2263 @include functions/mq_notify.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2264 @include functions/mq_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2265 @include functions/mq_receive.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2266 @include functions/mq_send.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2267 @include functions/mq_setattr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2268 @include functions/mq_timedreceive.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2269 @include functions/mq_timedsend.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2270 @include functions/mq_unlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2271 @include functions/mrand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2272 @include functions/msgctl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2273 @include functions/msgget.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2274 @include functions/msgrcv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2275 @include functions/msgsnd.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2276 @include functions/msync.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2277 @include functions/munlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2278 @include functions/munlockall.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2279 @include functions/munmap.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2280 @include functions/nan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2281 @include functions/nanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2282 @include functions/nanl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2283 @include functions/nanosleep.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2284 @include functions/nearbyint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2285 @include functions/nearbyintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2286 @include functions/nearbyintl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2287 @include functions/nextafter.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2288 @include functions/nextafterf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2289 @include functions/nextafterl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2290 @include functions/nexttoward.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2291 @include functions/nexttowardf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2292 @include functions/nexttowardl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2293 @include functions/nftw.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2294 @include functions/nice.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2295 @include functions/nl_langinfo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2296 @include functions/nrand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2297 @include functions/ntohl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2298 @include functions/ntohs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2299 @include functions/open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2300 @include functions/opendir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2301 @include functions/openlog.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2302 @include functions/optarg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2303 @include functions/pathconf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2304 @include functions/pause.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2305 @include functions/pclose.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2306 @include functions/perror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2307 @include functions/pipe.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2308 @include functions/poll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2309 @include functions/popen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2310 @include functions/posix_fadvise.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2311 @include functions/posix_fallocate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2312 @include functions/posix_madvise.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2313 @include functions/posix_mem_offset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2314 @include functions/posix_memalign.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2315 @include functions/posix_openpt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2316 @include functions/posix_spawn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2317 @include functions/posix_spawn_file_actions_addclose.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2318 @include functions/posix_spawn_file_actions_adddup2.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2319 @include functions/posix_spawn_file_actions_addopen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2320 @include functions/posix_spawn_file_actions_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2321 @include functions/posix_spawn_file_actions_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2322 @include functions/posix_spawnattr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2323 @include functions/posix_spawnattr_getflags.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2324 @include functions/posix_spawnattr_getpgroup.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2325 @include functions/posix_spawnattr_getschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2326 @include functions/posix_spawnattr_getschedpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2327 @include functions/posix_spawnattr_getsigdefault.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2328 @include functions/posix_spawnattr_getsigmask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2329 @include functions/posix_spawnattr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2330 @include functions/posix_spawnattr_setflags.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2331 @include functions/posix_spawnattr_setpgroup.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2332 @include functions/posix_spawnattr_setschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2333 @include functions/posix_spawnattr_setschedpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2334 @include functions/posix_spawnattr_setsigdefault.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2335 @include functions/posix_spawnattr_setsigmask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2336 @include functions/posix_spawnp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2337 @include functions/posix_trace_attr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2338 @include functions/posix_trace_attr_getclockres.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2339 @include functions/posix_trace_attr_getcreatetime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2340 @include functions/posix_trace_attr_getgenversion.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2341 @include functions/posix_trace_attr_getinherited.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2342 @include functions/posix_trace_attr_getlogfullpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2343 @include functions/posix_trace_attr_getlogsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2344 @include functions/posix_trace_attr_getmaxdatasize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2345 @include functions/posix_trace_attr_getmaxsystemeventsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2346 @include functions/posix_trace_attr_getmaxusereventsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2347 @include functions/posix_trace_attr_getname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2348 @include functions/posix_trace_attr_getstreamfullpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2349 @include functions/posix_trace_attr_getstreamsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2350 @include functions/posix_trace_attr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2351 @include functions/posix_trace_attr_setinherited.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2352 @include functions/posix_trace_attr_setlogfullpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2353 @include functions/posix_trace_attr_setlogsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2354 @include functions/posix_trace_attr_setmaxdatasize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2355 @include functions/posix_trace_attr_setname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2356 @include functions/posix_trace_attr_setstreamfullpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2357 @include functions/posix_trace_attr_setstreamsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2358 @include functions/posix_trace_clear.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2359 @include functions/posix_trace_close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2360 @include functions/posix_trace_create.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2361 @include functions/posix_trace_create_withlog.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2362 @include functions/posix_trace_event.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2363 @include functions/posix_trace_eventid_equal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2364 @include functions/posix_trace_eventid_get_name.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2365 @include functions/posix_trace_eventid_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2366 @include functions/posix_trace_eventset_add.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2367 @include functions/posix_trace_eventset_del.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2368 @include functions/posix_trace_eventset_empty.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2369 @include functions/posix_trace_eventset_fill.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2370 @include functions/posix_trace_eventset_ismember.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2371 @include functions/posix_trace_eventtypelist_getnext_id.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2372 @include functions/posix_trace_eventtypelist_rewind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2373 @include functions/posix_trace_flush.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2374 @include functions/posix_trace_get_attr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2375 @include functions/posix_trace_get_filter.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2376 @include functions/posix_trace_get_status.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2377 @include functions/posix_trace_getnext_event.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2378 @include functions/posix_trace_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2379 @include functions/posix_trace_rewind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2380 @include functions/posix_trace_set_filter.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2381 @include functions/posix_trace_shutdown.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2382 @include functions/posix_trace_start.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2383 @include functions/posix_trace_stop.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2384 @include functions/posix_trace_timedgetnext_event.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2385 @include functions/posix_trace_trid_eventid_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2386 @include functions/posix_trace_trygetnext_event.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2387 @include functions/posix_typed_mem_get_info.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2388 @include functions/posix_typed_mem_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2389 @include functions/pow.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2390 @include functions/powf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2391 @include functions/powl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2392 @include functions/pread.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2393 @include functions/printf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2394 @include functions/pselect.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2395 @include functions/pthread_atfork.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2396 @include functions/pthread_attr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2397 @include functions/pthread_attr_getdetachstate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2398 @include functions/pthread_attr_getguardsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2399 @include functions/pthread_attr_getinheritsched.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2400 @include functions/pthread_attr_getschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2401 @include functions/pthread_attr_getschedpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2402 @include functions/pthread_attr_getscope.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2403 @include functions/pthread_attr_getstack.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2404 @include functions/pthread_attr_getstackaddr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2405 @include functions/pthread_attr_getstacksize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2406 @include functions/pthread_attr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2407 @include functions/pthread_attr_setdetachstate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2408 @include functions/pthread_attr_setguardsize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2409 @include functions/pthread_attr_setinheritsched.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2410 @include functions/pthread_attr_setschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2411 @include functions/pthread_attr_setschedpolicy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2412 @include functions/pthread_attr_setscope.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2413 @include functions/pthread_attr_setstack.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2414 @include functions/pthread_attr_setstackaddr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2415 @include functions/pthread_attr_setstacksize.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2416 @include functions/pthread_barrier_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2417 @include functions/pthread_barrier_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2418 @include functions/pthread_barrier_wait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2419 @include functions/pthread_barrierattr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2420 @include functions/pthread_barrierattr_getpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2421 @include functions/pthread_barrierattr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2422 @include functions/pthread_barrierattr_setpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2423 @include functions/pthread_cancel.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2424 @include functions/pthread_cleanup_pop.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2425 @include functions/pthread_cleanup_push.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2426 @include functions/pthread_cond_broadcast.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2427 @include functions/pthread_cond_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2428 @include functions/pthread_cond_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2429 @include functions/pthread_cond_signal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2430 @include functions/pthread_cond_timedwait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2431 @include functions/pthread_cond_wait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2432 @include functions/pthread_condattr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2433 @include functions/pthread_condattr_getclock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2434 @include functions/pthread_condattr_getpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2435 @include functions/pthread_condattr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2436 @include functions/pthread_condattr_setclock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2437 @include functions/pthread_condattr_setpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2438 @include functions/pthread_create.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2439 @include functions/pthread_detach.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2440 @include functions/pthread_equal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2441 @include functions/pthread_exit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2442 @include functions/pthread_getconcurrency.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2443 @include functions/pthread_getcpuclockid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2444 @include functions/pthread_getschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2445 @include functions/pthread_getspecific.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2446 @include functions/pthread_join.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2447 @include functions/pthread_key_create.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2448 @include functions/pthread_key_delete.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2449 @include functions/pthread_kill.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2450 @include functions/pthread_mutex_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2451 @include functions/pthread_mutex_getprioceiling.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2452 @include functions/pthread_mutex_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2453 @include functions/pthread_mutex_lock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2454 @include functions/pthread_mutex_setprioceiling.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2455 @include functions/pthread_mutex_timedlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2456 @include functions/pthread_mutex_trylock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2457 @include functions/pthread_mutex_unlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2458 @include functions/pthread_mutexattr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2459 @include functions/pthread_mutexattr_getprioceiling.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2460 @include functions/pthread_mutexattr_getprotocol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2461 @include functions/pthread_mutexattr_getpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2462 @include functions/pthread_mutexattr_gettype.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2463 @include functions/pthread_mutexattr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2464 @include functions/pthread_mutexattr_setprioceiling.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2465 @include functions/pthread_mutexattr_setprotocol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2466 @include functions/pthread_mutexattr_setpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2467 @include functions/pthread_mutexattr_settype.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2468 @include functions/pthread_once.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2469 @include functions/pthread_rwlock_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2470 @include functions/pthread_rwlock_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2471 @include functions/pthread_rwlock_rdlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2472 @include functions/pthread_rwlock_timedrdlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2473 @include functions/pthread_rwlock_timedwrlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2474 @include functions/pthread_rwlock_tryrdlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2475 @include functions/pthread_rwlock_trywrlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2476 @include functions/pthread_rwlock_unlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2477 @include functions/pthread_rwlock_wrlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2478 @include functions/pthread_rwlockattr_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2479 @include functions/pthread_rwlockattr_getpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2480 @include functions/pthread_rwlockattr_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2481 @include functions/pthread_rwlockattr_setpshared.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2482 @include functions/pthread_self.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2483 @include functions/pthread_setcancelstate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2484 @include functions/pthread_setcanceltype.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2485 @include functions/pthread_setconcurrency.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2486 @include functions/pthread_setschedparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2487 @include functions/pthread_setschedprio.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2488 @include functions/pthread_setspecific.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2489 @include functions/pthread_sigmask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2490 @include functions/pthread_spin_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2491 @include functions/pthread_spin_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2492 @include functions/pthread_spin_lock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2493 @include functions/pthread_spin_trylock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2494 @include functions/pthread_spin_unlock.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2495 @include functions/pthread_testcancel.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2496 @include functions/ptsname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2497 @include functions/putc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2498 @include functions/putc_unlocked.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2499 @include functions/putchar.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2500 @include functions/putchar_unlocked.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2501 @include functions/putenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2502 @include functions/putmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2503 @include functions/putpmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2504 @include functions/puts.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2505 @include functions/pututxline.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2506 @include functions/putwc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2507 @include functions/putwchar.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2508 @include functions/pwrite.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2509 @include functions/qsort.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2510 @include functions/raise.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2511 @include functions/rand.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2512 @include functions/rand_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2513 @include functions/random.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2514 @include functions/read.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2515 @include functions/readdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2516 @include functions/readdir_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2517 @include functions/readlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2518 @include functions/readv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2519 @include functions/realloc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2520 @include functions/realpath.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2521 @include functions/recv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2522 @include functions/recvfrom.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2523 @include functions/recvmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2524 @include functions/regcomp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2525 @include functions/regerror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2526 @include functions/regexec.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2527 @include functions/regfree.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2528 @include functions/remainder.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2529 @include functions/remainderf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2530 @include functions/remainderl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2531 @include functions/remove.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2532 @include functions/remque.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2533 @include functions/remquo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2534 @include functions/remquof.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2535 @include functions/remquol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2536 @include functions/rename.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2537 @include functions/rewind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2538 @include functions/rewinddir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2539 @include functions/rindex.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2540 @include functions/rint.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2541 @include functions/rintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2542 @include functions/rintl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2543 @include functions/rmdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2544 @include functions/round.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2545 @include functions/roundf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2546 @include functions/roundl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2547 @include functions/scalb.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2548 @include functions/scalbln.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2549 @include functions/scalblnf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2550 @include functions/scalblnl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2551 @include functions/scalbn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2552 @include functions/scalbnf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2553 @include functions/scalbnl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2554 @include functions/scanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2555 @include functions/sched_get_priority_max.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2556 @include functions/sched_getparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2557 @include functions/sched_getscheduler.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2558 @include functions/sched_rr_get_interval.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2559 @include functions/sched_setparam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2560 @include functions/sched_setscheduler.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2561 @include functions/sched_yield.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2562 @include functions/seed48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2563 @include functions/seekdir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2564 @include functions/select.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2565 @include functions/sem_close.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2566 @include functions/sem_destroy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2567 @include functions/sem_getvalue.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2568 @include functions/sem_init.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2569 @include functions/sem_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2570 @include functions/sem_post.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2571 @include functions/sem_timedwait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2572 @include functions/sem_trywait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2573 @include functions/sem_unlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2574 @include functions/sem_wait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2575 @include functions/semctl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2576 @include functions/semget.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2577 @include functions/semop.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2578 @include functions/send.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2579 @include functions/sendmsg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2580 @include functions/sendto.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2581 @include functions/setbuf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2582 @include functions/setcontext.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2583 @include functions/setegid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2584 @include functions/setenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2585 @include functions/seteuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2586 @include functions/setgid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2587 @include functions/setgrent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2588 @include functions/sethostent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2589 @include functions/setitimer.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2590 @include functions/setjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2591 @include functions/setkey.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2592 @include functions/setlocale.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2593 @include functions/setlogmask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2594 @include functions/setnetent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2595 @include functions/setpgid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2596 @include functions/setpgrp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2597 @include functions/setpriority.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2598 @include functions/setprotoent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2599 @include functions/setpwent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2600 @include functions/setregid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2601 @include functions/setreuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2602 @include functions/setrlimit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2603 @include functions/setservent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2604 @include functions/setsid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2605 @include functions/setsockopt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2606 @include functions/setstate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2607 @include functions/setuid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2608 @include functions/setutxent.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2609 @include functions/setvbuf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2610 @include functions/shm_open.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2611 @include functions/shm_unlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2612 @include functions/shmat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2613 @include functions/shmctl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2614 @include functions/shmdt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2615 @include functions/shmget.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2616 @include functions/shutdown.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2617 @include functions/sigaction.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2618 @include functions/sigaddset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2619 @include functions/sigaltstack.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2620 @include functions/sigdelset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2621 @include functions/sigemptyset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2622 @include functions/sigfillset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2623 @include functions/sighold.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2624 @include functions/sigignore.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2625 @include functions/siginterrupt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2626 @include functions/sigismember.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2627 @include functions/siglongjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2628 @include functions/signal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2629 @include functions/signbit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2630 @include functions/sigpause.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2631 @include functions/sigpending.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2632 @include functions/sigprocmask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2633 @include functions/sigqueue.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2634 @include functions/sigrelse.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2635 @include functions/sigset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2636 @include functions/sigsetjmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2637 @include functions/sigsuspend.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2638 @include functions/sigtimedwait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2639 @include functions/sigwait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2640 @include functions/sigwaitinfo.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2641 @include functions/sin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2642 @include functions/sinf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2643 @include functions/sinh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2644 @include functions/sinhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2645 @include functions/sinhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2646 @include functions/sinl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2647 @include functions/sleep.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2648 @include functions/snprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2649 @include functions/sockatmark.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2650 @include functions/socket.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2651 @include functions/socketpair.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2652 @include functions/sprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2653 @include functions/sqrt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2654 @include functions/sqrtf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2655 @include functions/sqrtl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2656 @include functions/srand.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2657 @include functions/srand48.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2658 @include functions/srandom.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2659 @include functions/sscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2660 @include functions/stat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2661 @include functions/statvfs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2662 @include functions/stdin.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2663 @include functions/strcasecmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2664 @include functions/strcat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2665 @include functions/strchr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2666 @include functions/strcmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2667 @include functions/strcoll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2668 @include functions/strcpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2669 @include functions/strcspn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2670 @include functions/strdup.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2671 @include functions/strerror.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2672 @include functions/strerror_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2673 @include functions/strfmon.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2674 @include functions/strftime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2675 @include functions/strlen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2676 @include functions/strncasecmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2677 @include functions/strncat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2678 @include functions/strncmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2679 @include functions/strncpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2680 @include functions/strpbrk.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2681 @include functions/strptime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2682 @include functions/strrchr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2683 @include functions/strspn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2684 @include functions/strstr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2685 @include functions/strtod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2686 @include functions/strtof.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2687 @include functions/strtoimax.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2688 @include functions/strtok.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2689 @include functions/strtok_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2690 @include functions/strtol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2691 @include functions/strtold.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2692 @include functions/strtoll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2693 @include functions/strtoul.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2694 @include functions/strtoull.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2695 @include functions/strtoumax.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2696 @include functions/strxfrm.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2697 @include functions/swab.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2698 @include functions/swapcontext.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2699 @include functions/swprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2700 @include functions/swscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2701 @include functions/symlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2702 @include functions/sync.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2703 @include functions/sysconf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2704 @include functions/syslog.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2705 @include functions/system.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2706 @include functions/tan.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2707 @include functions/tanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2708 @include functions/tanh.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2709 @include functions/tanhf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2710 @include functions/tanhl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2711 @include functions/tanl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2712 @include functions/tcdrain.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2713 @include functions/tcflow.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2714 @include functions/tcflush.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2715 @include functions/tcgetattr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2716 @include functions/tcgetpgrp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2717 @include functions/tcgetsid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2718 @include functions/tcsendbreak.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2719 @include functions/tcsetattr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2720 @include functions/tcsetpgrp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2721 @include functions/tdelete.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2722 @include functions/telldir.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2723 @include functions/tempnam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2724 @include functions/tfind.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2725 @include functions/tgamma.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2726 @include functions/tgammaf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2727 @include functions/tgammal.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2728 @include functions/time.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2729 @include functions/timer_create.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2730 @include functions/timer_delete.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2731 @include functions/timer_getoverrun.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2732 @include functions/timer_settime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2733 @include functions/times.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2734 @include functions/timezone.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2735 @include functions/tmpfile.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2736 @include functions/tmpnam.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2737 @include functions/toascii.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2738 @include functions/tolower.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2739 @include functions/toupper.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2740 @include functions/towctrans.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2741 @include functions/towlower.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2742 @include functions/towupper.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2743 @include functions/trunc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2744 @include functions/truncate.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2745 @include functions/truncf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2746 @include functions/truncl.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2747 @include functions/tsearch.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2748 @include functions/ttyname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2749 @include functions/ttyname_r.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2750 @include functions/twalk.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2751 @include functions/tzname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2752 @include functions/tzset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2753 @include functions/ualarm.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2754 @include functions/ulimit.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2755 @include functions/umask.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2756 @include functions/uname.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2757 @include functions/ungetc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2758 @include functions/ungetwc.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2759 @include functions/unlink.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2760 @include functions/unlockpt.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2761 @include functions/unsetenv.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2762 @include functions/usleep.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2763 @include functions/utime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2764 @include functions/utimes.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2765 @include functions/va_arg.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2766 @include functions/va_copy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2767 @include functions/va_end.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2768 @include functions/va_start.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2769 @include functions/vfork.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2770 @include functions/vfprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2771 @include functions/vfscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2772 @include functions/vfwprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2773 @include functions/vfwscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2774 @include functions/vprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2775 @include functions/vscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2776 @include functions/vsnprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2777 @include functions/vsprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2778 @include functions/vsscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2779 @include functions/vswprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2780 @include functions/vswscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2781 @include functions/vwprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2782 @include functions/vwscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2783 @include functions/wait.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2784 @include functions/waitid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2785 @include functions/waitpid.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2786 @include functions/wcrtomb.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2787 @include functions/wcscat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2788 @include functions/wcschr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2789 @include functions/wcscmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2790 @include functions/wcscoll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2791 @include functions/wcscpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2792 @include functions/wcscspn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2793 @include functions/wcsftime.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2794 @include functions/wcslen.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2795 @include functions/wcsncat.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2796 @include functions/wcsncmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2797 @include functions/wcsncpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2798 @include functions/wcspbrk.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2799 @include functions/wcsrchr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2800 @include functions/wcsrtombs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2801 @include functions/wcsspn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2802 @include functions/wcsstr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2803 @include functions/wcstod.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2804 @include functions/wcstof.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2805 @include functions/wcstoimax.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2806 @include functions/wcstok.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2807 @include functions/wcstol.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2808 @include functions/wcstold.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2809 @include functions/wcstoll.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2810 @include functions/wcstombs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2811 @include functions/wcstoul.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2812 @include functions/wcstoull.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2813 @include functions/wcstoumax.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2814 @include functions/wcswcs.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2815 @include functions/wcswidth.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2816 @include functions/wcsxfrm.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2817 @include functions/wctob.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2818 @include functions/wctomb.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2819 @include functions/wctrans.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2820 @include functions/wctype.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2821 @include functions/wcwidth.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2822 @include functions/wmemchr.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2823 @include functions/wmemcmp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2824 @include functions/wmemcpy.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2825 @include functions/wmemmove.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2826 @include functions/wmemset.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2827 @include functions/wordexp.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2828 @include functions/wordfree.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2829 @include functions/wprintf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2830 @include functions/write.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2831 @include functions/writev.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2832 @include functions/wscanf.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2833 @include functions/y0.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2834 @include functions/y1.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2835 @include functions/yn.texi |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2836 |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2837 @node Particular Modules |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2838 @chapter Particular Modules |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2839 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2840 @menu |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2841 * Quoting:: |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
2842 * error and progname:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2843 * gcd:: |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2844 * Regular expressions:: |
8272
fd48e35f4e5e
New modules relocatable, relocatable-lib, relocatable-script.
Bruno Haible <bruno@clisp.org>
parents:
7778
diff
changeset
|
2845 * Supporting Relocation:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2846 @end menu |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2847 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2848 @include quote.texi |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
2849 @include error.texi |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2850 @include gcd.texi |
8272
fd48e35f4e5e
New modules relocatable, relocatable-lib, relocatable-script.
Bruno Haible <bruno@clisp.org>
parents:
7778
diff
changeset
|
2851 @include relocatable-maint.texi |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2852 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2853 @node Regular expressions |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2854 @section Regular expressions |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2855 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2856 Gnulib supports many different types of regular expressions; although |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2857 the underlying features are the same or identical, the syntax used |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2858 varies. The descriptions given here for the different types are |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2859 generated automatically. |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2860 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
2861 @include regexprops-generic.texi |
5256
e23bd8e9d368
import sections from Simon
Karl Berry <karl@freefriends.org>
parents:
5239
diff
changeset
|
2862 |
5239 | 2863 |
2864 @node Copying This Manual | |
2865 @appendix Copying This Manual | |
2866 | |
2867 @menu | |
2868 * GNU Free Documentation License:: License for copying this manual. | |
2869 @end menu | |
2870 | |
2871 @include fdl.texi | |
2872 | |
2873 | |
2874 @node Index | |
2875 @unnumbered Index | |
2876 | |
2877 @printindex cp | |
2878 | |
2879 @bye |