annotate doc/gnulib.texi @ 9555:c0753d126266

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