Mercurial > hg > octave-nkf > gnulib-hg
annotate doc/gnulib.texi @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 |
parents | ab58d4870664 |
children |
rev | line source |
---|---|
5239 | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | |
3 @setfilename gnulib.info | |
4 @settitle GNU Gnulib | |
13533
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
5 @c Define a new index for the magic constants in regex.texi. |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6 @defcodeindex cn |
5256
e23bd8e9d368
import sections from Simon
Karl Berry <karl@freefriends.org>
parents:
5239
diff
changeset
|
7 @syncodeindex fn cp |
13533
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
8 @syncodeindex ky cp |
5239 | 9 @syncodeindex pg cp |
13533
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
10 @syncodeindex tp cp |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
11 @syncodeindex vr cp |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
12 @syncodeindex cn cp |
9412
f5d73cf73b89
Document some more things the gnulib user must be aware of.
Bruno Haible <bruno@clisp.org>
parents:
9290
diff
changeset
|
13 @ifclear texi2html |
f5d73cf73b89
Document some more things the gnulib user must be aware of.
Bruno Haible <bruno@clisp.org>
parents:
9290
diff
changeset
|
14 @firstparagraphindent insert |
f5d73cf73b89
Document some more things the gnulib user must be aware of.
Bruno Haible <bruno@clisp.org>
parents:
9290
diff
changeset
|
15 @end ifclear |
5239 | 16 @comment %**end of header |
17 | |
10224 | 18 @comment Defines the UPDATED variable. |
19 @include updated-stamp | |
5239 | 20 |
21 @copying | |
22 This manual is for GNU Gnulib (updated @value{UPDATED}), | |
23 which is a library of common routines intended to be shared at the | |
24 source level. | |
25 | |
17848 | 26 Copyright @copyright{} 2004--2015 Free Software Foundation, Inc. |
5239 | 27 |
28 Permission is granted to copy, distribute and/or modify this document | |
10762
d67664a4e01c
Change license to GFDLv1.3+.
Simon Josefsson <simon@josefsson.org>
parents:
10718
diff
changeset
|
29 under the terms of the GNU Free Documentation License, Version 1.3 or |
5239 | 30 any later version published by the Free Software Foundation; with no |
10718
a60fbd64e287
Use GFDLv1.2+ for manual.
Simon Josefsson <simon@josefsson.org>
parents:
10717
diff
changeset
|
31 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A |
a60fbd64e287
Use GFDLv1.2+ for manual.
Simon Josefsson <simon@josefsson.org>
parents:
10717
diff
changeset
|
32 copy of the license is included in the section entitled ``GNU Free |
a60fbd64e287
Use GFDLv1.2+ for manual.
Simon Josefsson <simon@josefsson.org>
parents:
10717
diff
changeset
|
33 Documentation License''. |
5239 | 34 @end copying |
35 | |
36 @dircategory Software development | |
37 @direntry | |
5257 | 38 * Gnulib: (gnulib). Source files to share among distributions. |
5239 | 39 @end direntry |
40 | |
41 @titlepage | |
42 @title GNU Gnulib | |
43 @subtitle updated @value{UPDATED} | |
44 @author @email{bug-gnulib@@gnu.org} | |
45 @page | |
46 @vskip 0pt plus 1filll | |
47 @insertcopying | |
48 @end titlepage | |
49 | |
50 @contents | |
51 | |
52 @ifnottex | |
53 @node Top | |
54 @top GNU Gnulib | |
55 | |
56 @insertcopying | |
57 @end ifnottex | |
58 | |
59 @menu | |
17221
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
60 * Brief Overview:: |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
61 * Philosophy:: |
5239 | 62 * Invoking gnulib-tool:: |
12774 | 63 * Writing modules:: |
13399
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
64 * Extending Gnulib:: |
7618
549e482b5ecd
* README: Fix typo.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7548
diff
changeset
|
65 * Miscellaneous Notes:: |
9195
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
66 * POSIX Substitutes Library:: Building as a separate substitutes library. |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
67 * Header File Substitutes:: Overriding system headers. |
9099
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
68 * Function Substitutes:: Replacing system functions. |
10875
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
69 * Legacy Function Substitutes:: Replacing system functions. |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
70 * Glibc Header File Substitutes:: Overriding system headers. |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
71 * Glibc Function Substitutes:: Replacing system functions. |
9099
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
72 * Particular Modules:: Documentation of individual modules. |
13533
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
73 * Regular expressions:: The regex module. |
9099
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
74 * GNU Free Documentation License:: Copying and sharing this manual. |
5239 | 75 * Index:: |
76 @end menu | |
77 | |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
78 @c This is used at the beginning of four chapters. |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
79 @macro nosuchmodulenote{thing} |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
80 The notation ``Gnulib module: ---'' means that Gnulib does not provide a |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
81 module providing a substitute for the \thing\. When the list |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
82 ``Portability problems not fixed by Gnulib'' is empty, such a module is |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
83 not needed: No portability problems are known. Otherwise, it indicates |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
84 that such a module would be useful but is not available: No one so far |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
85 found this \thing\ important enough to contribute a substitute for it. |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
86 If you need this particular \thing\, you may write to |
9769
91221b743d5b
Avoid line break inside email address.
Bruno Haible <bruno@clisp.org>
parents:
9767
diff
changeset
|
87 @w{@code{<bug-gnulib at gnu dot org>}}. |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
88 @end macro |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
89 |
10850 | 90 |
17221
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
91 @node Brief Overview |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
92 @chapter Brief Overview |
5239 | 93 |
17231
cf6928b1dc95
doc: omit mention of version when not needed
Paul Eggert <eggert@cs.ucla.edu>
parents:
17223
diff
changeset
|
94 Gnulib is a source code library that provides basic functionality to |
cf6928b1dc95
doc: omit mention of version when not needed
Paul Eggert <eggert@cs.ucla.edu>
parents:
17223
diff
changeset
|
95 programs and libraries. Many software packages make use of Gnulib |
cf6928b1dc95
doc: omit mention of version when not needed
Paul Eggert <eggert@cs.ucla.edu>
parents:
17223
diff
changeset
|
96 to avoid reinventing the portability wheel. |
7548 | 97 |
98 Resources: | |
5239 | 99 |
100 @itemize | |
101 @item Gnulib is hosted at Savannah: | |
102 @url{http://savannah.gnu.org/projects/gnulib}. Get the sources | |
17389
1d9362a18c34
Assume gnulib is checked out from Git, not CVS
Stefano Lattarini <stefano.lattarini@gmail.com>
parents:
17316
diff
changeset
|
103 through Git from there. |
5239 | 104 @item The Gnulib home page: |
105 @url{http://www.gnu.org/software/gnulib/}. | |
106 @end itemize | |
107 | |
17221
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
108 @include gnulib-readme.texi |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
109 |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
110 @node Philosophy |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
111 @chapter Philosophy |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
112 |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
113 Gnulib's design and development philosophy is organized around steady, |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
114 collaborative, and open development of reusable modules that are |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
115 suitable for a reasonably wide variety of platforms. |
b1657348957e
doc: move README into manual
Paul Eggert <eggert@cs.ucla.edu>
parents:
16509
diff
changeset
|
116 |
7548 | 117 @menu |
10850 | 118 * Benefits:: |
9555 | 119 * Library vs Reusable Code:: |
7548 | 120 * Portability and Application Code:: |
14743
e2175e5db896
doc: List the target platforms.
Bruno Haible <bruno@clisp.org>
parents:
14682
diff
changeset
|
121 * Target Platforms:: |
7548 | 122 * Modules:: |
123 * Various Kinds of Modules:: | |
124 * Collaborative Development:: | |
125 * Copyright:: | |
126 * Steady Development:: | |
127 * Openness:: | |
128 @end menu | |
129 | |
130 @include gnulib-intro.texi | |
131 | |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
132 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
133 @include gnulib-tool.texi |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
134 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
135 |
12774 | 136 @node Writing modules |
137 @chapter Writing modules | |
138 | |
13399
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
139 This chapter explains how to write modules of your own, either to |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
140 extend Gnulib for your own package (@pxref{Extending Gnulib}), or for |
12774 | 141 inclusion in gnulib proper. |
142 | |
143 The guidelines in this chapter do not necessarily need to be followed for | |
144 using @code{gnulib-tool}. They merely represent a set of good practices. | |
145 Following them will result in a good structure of your modules and in | |
146 consistency with gnulib. | |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
147 |
5239 | 148 @menu |
12774 | 149 * Source code files:: |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
150 * Header files:: |
12774 | 151 * Implementation files:: |
152 * Specification:: | |
153 * Module description:: | |
154 * Autoconf macros:: | |
155 * Unit test modules:: | |
156 * Incompatible changes:: | |
5239 | 157 @end menu |
158 | |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
159 |
12774 | 160 @node Source code files |
161 @section Source code files | |
162 | |
163 Every API (C functions or variables) provided should be declared in a header | |
164 file (.h file) and implemented in one or more implementation files (.c files). | |
165 The separation has the effect that users of your module need to read only | |
166 the contents of the .h file and the module description in order to understand | |
17223 | 167 what the module is about and how to use it---not the entire implementation. |
12774 | 168 Furthermore, users of your module don't need to repeat the declarations of |
169 the functions in their code, and are likely to receive notification through | |
170 compiler errors if you make incompatible changes to the API (like, adding a | |
171 parameter or changing the return type of a function). | |
5239 | 172 |
173 | |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
174 @node Header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
175 @section Header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
176 |
12774 | 177 The .h file should declare the C functions and variables that the module |
178 provides. | |
179 | |
180 The .h file should be stand-alone. That is, it does not require other .h files | |
181 to be included before. Rather, it includes all necessary .h files by itself. | |
182 | |
5260
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
183 @cindex double inclusion of header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
184 @cindex header file include protection |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
185 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
|
186 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
|
187 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
|
188 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
189 @example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
190 #ifndef FOO_H |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
191 # define FOO_H |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
192 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
193 body of header file goes here |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
194 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
195 #endif /* FOO_H */ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
196 @end example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
197 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
198 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
|
199 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
|
200 underscore and either an uppercase letter or another underscore, for |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
201 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
|
202 @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
|
203 hand, using @code{FOO_H} will likely lead the higher risk of |
5269 | 204 collisions with other symbols (e.g., @code{KEY_H}, @code{XK_H}, @code{BPF_H}, |
205 which are CPP macro constants, or @code{COFF_LONG_H}, which is a CPP | |
206 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
|
207 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
|
208 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
|
209 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
|
210 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
211 @cindex C++ header files |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
212 @cindex Header files and C++ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
213 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
|
214 CPP trick, as in: |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
215 |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
216 @example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
217 # ifdef __cplusplus |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
218 extern "C" |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
219 @{ |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
220 # endif |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
221 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
222 body of header file goes here |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
223 ... |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
224 # ifdef __cplusplus |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
225 @} |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
226 # endif |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
227 @end example |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
228 |
5261
95f7304acdac
Minor fixups to previous patch.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5260
diff
changeset
|
229 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
|
230 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
|
231 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
|
232 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
|
233 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
|
234 should explicitly use the @samp{extern "C"} block itself. Your |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
235 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
|
236 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
|
237 and C++ programs alike. |
5a0174704b16
header files, from simon
Karl Berry <karl@freefriends.org>
parents:
5257
diff
changeset
|
238 |
10707
6dbc82e85edc
doc/gnulib.texi (Header files): Add note about C++ problems.
Simon Josefsson <simon@josefsson.org>
parents:
10643
diff
changeset
|
239 Note that putting a @code{#include} in an @code{extern "C" @{ ... @}} |
10717
386b7e3ee21a
doc/gnulib.texi (Header files): C++ fixes, based on Bruno's findings.
Simon Josefsson <simon@josefsson.org>
parents:
10707
diff
changeset
|
240 block yields a syntax error in C++ mode on some platforms (e.g., glibc |
386b7e3ee21a
doc/gnulib.texi (Header files): C++ fixes, based on Bruno's findings.
Simon Josefsson <simon@josefsson.org>
parents:
10707
diff
changeset
|
241 systems with g++ v3.3 to v4.2, AIX, OSF/1, IRIX). For this reason, it |
386b7e3ee21a
doc/gnulib.texi (Header files): C++ fixes, based on Bruno's findings.
Simon Josefsson <simon@josefsson.org>
parents:
10707
diff
changeset
|
242 is recommended to place the @code{#include} before the @code{extern |
386b7e3ee21a
doc/gnulib.texi (Header files): C++ fixes, based on Bruno's findings.
Simon Josefsson <simon@josefsson.org>
parents:
10707
diff
changeset
|
243 "C"} block. |
10707
6dbc82e85edc
doc/gnulib.texi (Header files): Add note about C++ problems.
Simon Josefsson <simon@josefsson.org>
parents:
10643
diff
changeset
|
244 |
12774 | 245 @node Implementation files |
246 @section Implementation files | |
247 | |
248 The .c file or files implement the functions and variables declared in the | |
249 .h file. | |
250 | |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
251 @subheading Include ordering |
5883
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
252 |
12774 | 253 Every implementation file must start with @samp{#include <config.h>}. |
254 This is necessary for activating the preprocessor macros that are defined | |
255 on behalf of the Autoconf macros. Some of these preprocessor macros, | |
256 such as @code{_GNU_SOURCE}, would have no effect if defined after a system | |
257 header file has already been included. | |
258 | |
259 Then comes the @samp{#include "..."} specifying the header file that is | |
260 being implemented. Putting this right after @samp{#include <config.h>} | |
261 has the effect that it verifies that the header file is self-contained. | |
262 | |
263 Then come the system and application headers. It is customary to put all the | |
264 system headers before all application headers, so as to minimize the risk | |
265 that a preprocessor macro defined in an application header confuses the system | |
266 headers on some platforms. | |
267 | |
268 In summary: | |
269 | |
270 @itemize | |
271 @item | |
272 First comes #include <config.h>. | |
273 @item | |
274 Second comes the #include "..." specifying the module being implemented. | |
275 @item | |
276 Then come all the #include <...> of system or system-replacement headers, | |
277 in arbitrary order. | |
278 @item | |
279 Then come all the #include "..." of gnulib and application headers, in | |
280 arbitrary order. | |
281 @end itemize | |
282 | |
283 | |
284 @node Specification | |
285 @section Specification | |
286 | |
287 The specification of a function should answer at least the following | |
288 questions: | |
289 @itemize | |
290 @item | |
291 What is the purpose of the function? | |
292 @item | |
293 What are the arguments? | |
294 @item | |
295 What is the return value? | |
296 @item | |
297 What happens in case of failure? (Exit? A specific return value? Errno set?) | |
298 @item | |
299 Memory allocation policy: If pointers to memory are returned, are they freshly | |
300 allocated and supposed to be freed by the caller? | |
301 @end itemize | |
302 | |
303 @cindex specification | |
304 @cindex comments describing functions | |
305 @cindex describing functions, locating | |
306 Where to put the specification describing exported functions? Three practices | |
307 are used in gnulib: | |
5883
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
308 |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
309 @itemize |
12774 | 310 @item |
311 The specification can be as comments in the header file, just above the | |
312 function declaration. | |
313 @item | |
314 The specification can be as comments in the implementation file, just above | |
315 the function definition. | |
316 @item | |
317 The specification can be in texinfo format, so that it gets included in the | |
318 gnulib manual. | |
5883
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
319 @end itemize |
19bb5e876a29
Add "Include ordering", based on e-mail from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
5870
diff
changeset
|
320 |
12774 | 321 In any case, the specification should appear in just one place, unless you can |
322 ensure that the multiple copies will always remain identical. | |
323 | |
324 The advantage of putting it in the header file is that the user only has to | |
325 read the include file normally never needs to peek into the implementation | |
326 file(s). | |
327 | |
328 The advantage of putting it in the implementation file is that when reviewing | |
329 or changing the implementation, you have both elements side by side. | |
330 | |
331 The advantage of texinfo formatted documentation is that it is easily | |
332 published in HTML or Info format. | |
333 | |
334 Currently (as of 2010), half of gnulib uses the first practice, nearly half | |
335 of gnulib uses the second practice, and a small minority uses the texinfo | |
336 practice. | |
337 | |
338 | |
339 @node Module description | |
340 @section Module description | |
341 | |
342 For the module description, you can start from an existing module's | |
343 description, or from a blank one: @file{module/TEMPLATE} for a normal module, | |
344 or @file{module/TEMPLATE-TESTS} for a unit test module. Some more fields | |
345 are possible but rarely used. Use @file{module/TEMPLATE-EXTENDED} if you | |
346 want to use one of them. | |
347 | |
348 Module descriptions have the following fields. Absent fields are equivalent | |
349 to fields with empty contents. | |
350 | |
351 @table @asis | |
352 @item Description | |
353 This field should contain a concise description of the module's functionality. | |
354 One sentence is enough. For example, if it defines a single function | |
355 @samp{frob}, the description can be @samp{frob() function: frobnication.} | |
356 Gnulib's documentation generator will automatically convert the first part | |
357 to a hyperlink when it has this form. | |
358 | |
359 @item Status | |
360 This field is either empty/absent, or contains the word @samp{obsolete}. In | |
361 the latter case, @command{gnulib-tool} will, unless the option | |
362 @code{--with-obsolete} is given, omit it when it used as a dependency. It is | |
363 good practice to also notify the user about an obsolete module. This is done | |
364 by putting into the @samp{Notice} section (see below) text like | |
365 @samp{This module is obsolete.} | |
366 | |
367 @item Notice | |
368 This field contains text that @command{gnulib-tool} will show to the user | |
369 when the module is used. This can be a status indicator like | |
370 @samp{This module is obsolete.} or additional advice. Do not abuse this | |
371 field. | |
372 | |
373 @item Applicability | |
374 This field is either empty/absent, or contains the word @samp{all}. It | |
375 describes to which @code{Makefile.am} the module is applied. By default, | |
376 a normal module is applied to @code{@var{source_base}/Makefile.am} | |
377 (normally @code{lib/Makefile.am}), whereas a module ending in @code{-tests} | |
378 is applied to @code{@var{tests_base}/Makefile.am} (normally | |
379 @code{tests/Makefile.am}). If this field is @samp{all}, it is applied to | |
380 both @code{Makefile.am}s. This is useful for modules which provide | |
381 Makefile.am macros rather than compiled source code. | |
382 | |
383 @item Files | |
384 This field contains a newline separated list of the files that are part of | |
385 the module. @code{gnulib-tool} copies these files into the package that | |
386 uses the module. | |
387 | |
388 This list is typically ordered by importance: First comes the header file, | |
389 then the implementation files, then other files. | |
390 | |
391 It is possible to have the same file mentioned in multiple modules. That is, | |
392 if the maintainers of that module agree on the purpose and future of said | |
393 file. | |
394 | |
395 @item Depends-on | |
396 This field contains a newline separated list of the modules that are required | |
397 for the proper working of this module. @code{gnulib-tool} includes each | |
398 required module automatically, unless it is specified with option | |
399 @code{--avoid} or it is marked as obsolete and the option | |
400 @code{--with-obsolete} is not given. | |
401 | |
16358 | 402 A test modules @code{foo-tests} implicitly depends on the corresponding non-test |
12774 | 403 module @code{foo}. @code{foo} implicitly depends on @code{foo-tests} if the |
404 latter exists and if the option @code{--with-tests} has been given. | |
405 | |
406 Tests modules can depend on non-tests modules. Non-tests modules should not | |
407 depend on tests modules. (Recall that tests modules are built in a separate | |
408 directory.) | |
409 | |
14682
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
410 Each listed required module may be declared a conditional dependency. This |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
411 is indicated by placing the condition for the dependency on the same line, |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
412 enclosed in brackets, after the name of the required module. The condition |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
413 is a shell expression that is run after the module's @code{configure.ac} |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
414 statements. For example: |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
415 @smallexample |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
416 strtoull [test $ac_cv_func_strtoumax = no] |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
417 @end smallexample |
af0bb23f406a
Support for conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents:
14163
diff
changeset
|
418 |
14908
2b58e21ecf3c
gnulib-tool: Allow comments in the 'Depends-on' section.
Bruno Haible <bruno@clisp.org>
parents:
14902
diff
changeset
|
419 Lines starting with @code{#} are recognized as comments and are ignored. |
2b58e21ecf3c
gnulib-tool: Allow comments in the 'Depends-on' section.
Bruno Haible <bruno@clisp.org>
parents:
14902
diff
changeset
|
420 |
12774 | 421 @item configure.ac-early |
422 This field contains @file{configure.ac} stuff (Autoconf macro invocations and | |
423 shell statements) that are logically placed early in the @file{configure.ac} | |
424 file: right after the @code{AC_PROG_CC} invocation. This section is adequate | |
425 for statements that modify @code{CPPFLAGS}, as these can affect the results of | |
426 other Autoconf macros. | |
427 | |
428 @item configure.ac | |
429 This field contains @file{configure.ac} stuff (Autoconf macro invocations and | |
430 shell statements). | |
431 | |
432 It is forbidden to add items to the @code{CPPFLAGS} variable here, other than | |
433 temporarily, as these could affect the results of other Autoconf macros. | |
434 | |
435 We avoid adding items to the @code{LIBS} variable, other than temporarily. | |
436 Instead, the module can export an Autoconf-substituted variable that contains | |
437 link options. The user of the module can then decide to which executables | |
438 to apply which link options. Recall that a package can build executables of | |
439 different kinds and purposes; having all executables link against all | |
440 libraries is inappropriate. | |
441 | |
442 If the statements in this section grow larger than a couple of lines, we | |
443 recommend moving them to a @code{.m4} file of their own. | |
444 | |
445 @item Makefile.am | |
446 This field contains @code{Makefile.am} statements. Variables like | |
447 @code{lib_SOURCES} are transformed to match the name of the library | |
448 being built in that directory. For example, @code{lib_SOURCES} may become | |
449 @code{libgnu_a_SOURCES} (for a plain library) or @code{libgnu_la_SOURCES} | |
450 (for a libtool library). Therefore, the normal way of having an | |
451 implementation file @code{lib/foo.c} compiled unconditionally is to write | |
452 @smallexample | |
453 lib_SOURCES += foo.c | |
454 @end smallexample | |
455 | |
456 @item Include | |
457 This field contains the preprocessor statements that users of the module | |
458 need to add to their source code files. Typically it's a single include | |
459 statement. A shorthand is allowed: You don't need to write the word | |
460 ``#include'', just the name of the include file in the way it will appear | |
461 in an include statement. Example: | |
462 @smallexample | |
463 "foo.h" | |
464 @end smallexample | |
465 | |
466 @item Link | |
467 This field contains the set of libraries that are needed when linking | |
468 libraries or executables that use this module. Often this will be | |
469 written as a reference to a Makefile variable. Please write them | |
470 one per line, so that @command{gnulib-tool} can remove duplicates | |
471 when presenting a summary to the user. | |
472 Example: | |
473 @smallexample | |
474 $(POW_LIBM) | |
475 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise | |
476 @end smallexample | |
477 | |
478 @item License | |
479 This field specifies the license that governs the source code parts of | |
480 this module. See @ref{Copyright} for details. | |
481 | |
482 @item Maintainer | |
483 This field specifies the persons who have a definitive say about proposed | |
484 changes to this module. You don't need to mention email addresses here: | |
485 they can be inferred from the @code{ChangeLog} file. | |
486 | |
487 Please put at least one person here. We don't like unmaintained modules. | |
488 @end table | |
489 | |
490 | |
491 @node Autoconf macros | |
492 @section Autoconf macros | |
493 | |
494 For a module @code{foo}, an Autoconf macro file @file{m4/foo.m4} is typically | |
495 created when the Autoconf macro invocations for the module are longer than | |
496 one or two lines. | |
497 | |
498 The name of the main entry point into this Autoconf macro file is typically | |
499 @code{gl_FOO}. For modules outside Gnulib that are not likely to be moved | |
500 into Gnulib, please use a prefix specific to your package: @code{gt_} for | |
501 GNU gettext, @code{cu_} for GNU coreutils, etc. | |
502 | |
503 For modules that define a function @code{foo}, the entry point is called | |
504 @code{gl_FUNC_FOO} instead of @code{gl_FOO}. For modules that provide a | |
505 header file with multiple functions, say @code{foo.h}, the entry point is | |
506 called @code{gl_FOO_H} or @code{gl_HEADER_FOO_H}. This convention is useful | |
507 because sometimes a header and a function name coincide (for example, | |
508 @code{fcntl} and @code{fcntl.h}). | |
509 | |
510 For modules that provide a replacement, it is useful to split the Autoconf | |
511 macro into two macro definitions: one that detects whether the replacement | |
512 is needed and requests the replacement using @code{AC_LIBOBJ} (this is the | |
513 entry point, say @code{gl_FUNC_FOO}), and one that arranges for the macros | |
514 needed by the replacement code @code{lib/foo.c} (typically called | |
515 @code{gl_PREREQ_FOO}). The reason of this separation is | |
516 @enumerate | |
517 @item | |
518 to make it easy to update the Autoconf macros when you have modified the | |
519 source code file: after changing @code{lib/foo.c}, all you have to review | |
520 is the @code{Depends-on} section of the module description and the | |
521 @code{gl_PREREQ_FOO} macro in the Autoconf macro file. | |
522 @item | |
523 The Autoconf macros are often large enough that splitting them eases | |
524 maintenance. | |
525 @end enumerate | |
526 | |
527 | |
528 @node Unit test modules | |
529 @section Unit test modules | |
530 | |
531 A unit test that is a simple C program usually has a module description as | |
532 simple as this: | |
533 | |
534 @smallexample | |
535 Files: | |
536 tests/test-foo.c | |
537 tests/macros.h | |
538 | |
539 Depends-on: | |
540 | |
541 configure.ac: | |
542 | |
543 Makefile.am: | |
544 TESTS += test-foo | |
545 check_PROGRAMS += test-foo | |
546 @end smallexample | |
547 | |
548 The test program @file{tests/test-foo.c} often has the following structure: | |
549 | |
550 @itemize | |
551 @item | |
552 First comes the obligatory @samp{#include <config.h>}. | |
553 | |
554 @item | |
555 Second comes the include of the header file that declares the API being tested. | |
556 Including it here verifies that said header file is self-contained. | |
557 | |
558 @item | |
559 Then come other includes. In particular, the file @file{macros.h} is often | |
560 used here. It contains a convenient @code{ASSERT} macro. | |
561 @end itemize | |
562 | |
563 The body of the test, then, contains many @code{ASSERT} invocations. When | |
564 a test fails, the @code{ASSERT} macro prints the line number of the failing | |
14775
a152da4489c4
maint: replace misused "a" with "an"
Jim Meyering <meyering@redhat.com>
parents:
14753
diff
changeset
|
565 statement, thus giving you, the developer, an idea of which part of the test |
12774 | 566 failed, even when you don't have access to the machine where the test failed |
567 and the reporting user cannot run a debugger. | |
568 | |
569 Sometimes it is convenient to write part of the test as a shell script. | |
570 (For example, in areas related to process control or interprocess | |
571 communication, or when different locales should be tried.) In these cases, | |
572 the typical module description is like this: | |
573 | |
574 @smallexample | |
575 Files: | |
576 tests/test-foo.sh | |
577 tests/test-foo.c | |
578 tests/macros.h | |
579 | |
580 Depends-on: | |
581 | |
582 configure.ac: | |
583 | |
584 Makefile.am: | |
585 TESTS += test-foo.sh | |
586 TESTS_ENVIRONMENT += FOO_BAR='@@FOO_BAR@@' | |
587 check_PROGRAMS += test-foo | |
588 @end smallexample | |
589 | |
590 Here, the @code{TESTS_ENVIRONMENT} variable can be used to pass values | |
591 determined by @code{configure} or by the @code{Makefile} to the shell | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12774
diff
changeset
|
592 script, as environment variables. The values of @code{EXEEXT} and of |
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12774
diff
changeset
|
593 @code{srcdir}, from Autoconf and Automake, are already provided as |
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12774
diff
changeset
|
594 environment variables, through an initial value of @code{TESTS_ENVIRONMENT} |
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12774
diff
changeset
|
595 that @code{gnulib-tool} puts in place. |
12774 | 596 |
597 Regardless of the specific form of the unit test, the following guidelines | |
598 should be respected: | |
599 | |
600 @itemize | |
601 @item | |
602 A test indicates success by exiting with exit code 0. It should normally | |
603 not produce output in this case. (Output to temporary files that are | |
604 cleaned up at the end of the test are possible, of course.) | |
605 @item | |
606 A test indicates failure by exiting with an exit code different from 0 and 77, | |
607 typically 1. It is useful to print a message about the failure in this case. | |
608 The @code{ASSERT} macro already does so. | |
609 @item | |
610 A test indicates "skip", that is, that most of its interesting functionality | |
611 could not be performed, through a return code of 77. A test should also | |
612 print a message to stdout or stderr about the reason for skipping. | |
613 For example: | |
614 @smallexample | |
615 fputs ("Skipping test: multithreading not enabled\n", stderr); | |
616 return 77; | |
617 @end smallexample | |
618 Such a message helps detecting bugs in the autoconf macros: A simple message | |
619 @samp{SKIP: test-foo} does not sufficiently catch the attention of the user. | |
620 @end itemize | |
621 | |
622 | |
623 @node Incompatible changes | |
624 @section Incompatible changes | |
625 | |
626 Incompatible changes to Gnulib modules should be mentioned in Gnulib's | |
627 @file{NEWS} file. Incompatible changes here mean that existing source code | |
628 may not compile or work any more. | |
629 | |
630 We don't mean changes in the binary interface (ABI), since | |
631 @enumerate | |
632 @item | |
633 Gnulib code is used in source-code form. | |
634 @item | |
635 The user who distributes libraries that contain Gnulib code is supposed to | |
636 bump the version number in the way described in the Libtool documentation | |
637 before every release. | |
638 @end enumerate | |
639 | |
640 | |
13399
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
641 @node Extending Gnulib |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
642 @chapter Extending Gnulib |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
643 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
644 Gnulib modules are intended to be suitable for widespread use. Most |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
645 problems with Gnulib can and should be fixed in a generic way, so that |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
646 all of Gnulib's users can benefit from the change. But occasionally a |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
647 problem arises that is difficult or undesirable to fix generically, or |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
648 a project that uses Gnulib may need to work around an issue before the |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
649 Gnulib maintainers commit a final fix. Maintainers may also want to |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
650 add their own pools of modules to projects as Gnulib ``staging |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
651 areas.'' |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
652 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
653 The obvious way to make local changes to Gnulib modules is to use |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
654 @command{gnulib-tool} to check out pristine modules, then to modify |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
655 the results in-place. This works well enough for short-lived |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
656 experiments. It is harder to keep modified versions of Gnulib modules |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
657 for a long time, even though Git (or another distributed version |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
658 control systems) can help out a lot with this during the development |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
659 process. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
660 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
661 Git, however, doesn't address the distribution issue. When a package |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
662 ``foobar'' needs a modified version of, say, @file{stdint.in.h}, it |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
663 either has to put a comment into @file{foobar/autogen.sh} saying |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
664 ``Attention! This doesn't work with a pristine Gnulib, you need this |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
665 and that patch after checking out Gnulib,'' or it has to use the |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
666 @samp{--avoid=stdint} option and provide the modified @code{stdint} |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
667 module in a different directory. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
668 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
669 The @option{--local-dir} option to @command{gnulib-tool} solves this |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
670 problem. It allows the package to override or augment Gnulib. This |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
671 means: |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
672 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
673 @itemize @bullet |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
674 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
675 You can store files that are to override Gnulib files or modules. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
676 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
677 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
678 You can store context diffs to be applied to Gnulib files. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
679 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
680 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
681 You can add modules of your own, that are not (yet) in Gnulib. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
682 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
683 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
684 You can also add unstructured amounts of code to the library, by |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
685 grouping the non-Gnulib files of the library in a single kitchen-sink |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
686 ``module.'' (This kind of kitchen-sink module is not needed when you |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
687 use the @command{gnulib-tool} option @samp{--makefile-name}.) |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
688 @end itemize |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
689 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
690 In a release tarball, you can distribute the contents of this |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
691 @option{--local-dir} directory that will be combinable with newer |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
692 versions of Gnulib, barring incompatible changes to Gnulib. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
693 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
694 If the @samp{--local-dir=@var{directory}} option is specified, then |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
695 @command{gnulib-tool} looks in @file{@var{directory}} whenever it |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
696 reads a file from the Gnulib directory. Suppose @command{gnulib-tool} |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
697 is looking for @var{file}. Then: |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
698 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
699 @itemize @bullet |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
700 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
701 If @file{@var{directory}/@var{file}} exists, then @samp{gnulib-tool} uses |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
702 it instead of the file included in Gnulib. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
703 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
704 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
705 Otherwise, if @file{@var{directory}/@var{file}.diff} exists, then |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
706 @command{gnulib-tool} uses the file from Gnulib after applying the diff |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
707 using the @command{patch} program. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
708 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
709 @item |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
710 Otherwise, @command{gnulib-tool} uses the file included in Gnulib. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
711 @end itemize |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
712 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
713 Please make wise use of this option. It also allows you to easily |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
714 hold back modifications you make to Gnulib macros in cases it may be |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
715 better to share them. |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
716 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
717 |
aae05084c143
Add "Extending Gnulib" chapter to manual.
Ben Pfaff <blp@cs.stanford.edu>
parents:
13358
diff
changeset
|
718 |
12774 | 719 @node Miscellaneous Notes |
720 @chapter Miscellaneous Notes | |
721 | |
722 @menu | |
723 * Out of memory handling:: | |
724 * Obsolete modules:: | |
13080
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
725 * Extra tests modules:: |
12952
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
726 * A C++ namespace for gnulib:: A different way of using Gnulib in C++ |
12774 | 727 * Library version handling:: |
728 * Windows sockets:: | |
729 * Libtool and Windows:: | |
730 * License Texinfo sources:: | |
731 * Build robot for gnulib:: | |
732 @end menu | |
733 | |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
734 |
5239 | 735 @node Out of memory handling |
736 @section Out of memory handling | |
737 | |
738 @cindex Out of Memory handling | |
739 @cindex Memory allocation failure | |
13714
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
740 The gnulib API does not have a standard error code for the out of memory |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
741 error condition. Instead of adding a non-standard error code, gnulib |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
742 has chosen to adopt a different strategy. Out of memory handling |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
743 happens in rare situations, but performing the out of memory error |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
744 handling after almost all API function invocations pollute your source |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
745 code and might make it harder to spot more serious problems. The |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
746 strategy chosen improves code readability and robustness. |
5239 | 747 |
748 @cindex Aborting execution | |
749 For most applications, aborting the application with an error message | |
8475 | 750 when the out of memory situation occurs is the best that can be wished |
13714
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
751 for. This is how the library behaves by default (using |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
752 the @samp{xalloc-die} module). |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
753 |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
754 @vindex xalloc_die |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
755 However, we realize that some applications may not want to abort |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
756 execution in any situation. Gnulib supports a hook to let the |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
757 application regain control and perform its own cleanups when an out of |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
758 memory situation has occurred. The application can define a function |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
759 (having a @code{void} prototype, i.e., no return value and no |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
760 parameters) and set the library variable |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
761 @code{xalloc_die} to that function. The variable should be |
5239 | 762 declared as follows. |
763 | |
764 @example | |
13714
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
765 extern void (*xalloc_die) (void); |
5239 | 766 @end example |
767 | |
13714
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
768 Gnulib will invoke this function if an out of memory error occurs. Note |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
769 that the function should not return. Of course, care must be taken to |
f4bf48c2a955
Manual: improve out-of-memory documentation.
Reuben Thomas <rrt@sc3d.org>
parents:
13533
diff
changeset
|
770 not allocate more memory, as that will likely also fail. |
5239 | 771 |
772 | |
11080
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
773 @node Obsolete modules |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
774 @section Obsolete modules |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
775 |
11101 | 776 @cindex Obsolete modules |
11080
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
777 Modules can be marked obsolete. This means that the problems they fix |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
778 don't occur any more on the platforms that are reasonable porting targets |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
779 now. @code{gnulib-tool} warns when obsolete modules are mentioned on the |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
780 command line, and by default ignores dependencies from modules to obsolete |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
781 modules. When you pass the option @code{--with-obsolete} to |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
782 @code{gnulib-tool}, dependencies to obsolete modules will be included, |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
783 however, unless blocked through an @code{--avoid} option. This option |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
784 is useful if your package should be portable even to very old platforms. |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
785 |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
786 In order to mark a module obsolete, you need to add this to the module |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
787 description: |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
788 |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
789 @example |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
790 Status: |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
791 obsolete |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
792 |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
793 Notice: |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
794 This module is obsolete. |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
795 @end example |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
796 |
d202ce7525f8
Document the meaning of obsolete modules.
Bruno Haible <bruno@clisp.org>
parents:
10880
diff
changeset
|
797 |
13080
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
798 @node Extra tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
799 @section Extra tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
800 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
801 @cindex Extra tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
802 @cindex C++ tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
803 @cindex tests modules, C++ |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
804 @cindex long-running tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
805 @cindex tests modules, long-running |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
806 @cindex privileged tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
807 @cindex tests modules, privileged |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
808 @cindex unportable tests modules |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
809 @cindex tests modules, unportable |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
810 Test modules can be marked with some special status attributes. When a |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
811 test module has such an attribute, @code{gnulib-tool --import} will not |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
812 include it by default. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
813 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
814 The supported status attributes are: |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
815 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
816 @table @code |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
817 @item c++-test |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
818 Indicates that the test is testing C++ interoperability. Such a test is |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
819 useful in a C++ or mixed C/C++ package, but is useless in a C package. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
820 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
821 @item longrunning-test |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
822 Indicates that the test takes a long time to compile or execute (more |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
823 than five minutes or so). Such a test is better avoided in a release |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
824 that is made for the general public. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
825 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
826 @item privileged-test |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
827 Indicates that the test will request special privileges, for example, |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
828 ask for the superuser password. Such a test may hang when run |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
829 non-interactively and is therefore better avoided in a release that is |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
830 made for the general public. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
831 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
832 @item unportable-test |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
833 Indicates that the test is known to fail on some systems, and that |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
834 there is no workaround about it. Such a test is better avoided in a |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
835 release that is made for the general public. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
836 @end table |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
837 |
16263
f26fd2095252
doc: Mention --with-tests option.
Bruno Haible <bruno@clisp.org>
parents:
16236
diff
changeset
|
838 @code{gnulib-tool --import --with-tests} will not include tests marked with |
f26fd2095252
doc: Mention --with-tests option.
Bruno Haible <bruno@clisp.org>
parents:
16236
diff
changeset
|
839 these attributes by default. When @code{gnulib-tool} is invoked with one |
13080
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
840 of the options @code{--with-c++-tests}, @code{--with-longrunning-tests}, |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
841 @code{--with-privileged-tests}, @code{--with-unportable-tests}, it |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
842 will include tests despite the corresponding special status attribute. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
843 When @code{gnulib-tool} receives the option @code{--with-all-tests}, |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
844 it will include all tests regardless of their status attributes. |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
845 |
16263
f26fd2095252
doc: Mention --with-tests option.
Bruno Haible <bruno@clisp.org>
parents:
16236
diff
changeset
|
846 @code{gnulib-tool --create-testdir --with-tests} and |
f26fd2095252
doc: Mention --with-tests option.
Bruno Haible <bruno@clisp.org>
parents:
16236
diff
changeset
|
847 @code{gnulib-tool --create-megatestdir --with-tests} by default include all |
f26fd2095252
doc: Mention --with-tests option.
Bruno Haible <bruno@clisp.org>
parents:
16236
diff
changeset
|
848 tests of modules specified on the command line, regardless of their status |
13264
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
849 attributes. Tests of modules occurring as dependencies are not included |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
850 by default if they have one of these status attributes. The options |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
851 @code{--with-c++-tests}, @code{--with-longrunning-tests}, |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
852 @code{--with-privileged-tests}, @code{--with-unportable-tests} are |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
853 recognized here as well. Additionally, @code{gnulib-tool} also |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
854 understands the options @code{--without-c++-tests}, |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
855 @code{--without-longrunning-tests}, @code{--without-privileged-tests}, |
d66e74e6fe48
gnulib-tool: Don't include hairy tests of dependencies in testdirs.
Bruno Haible <bruno@clisp.org>
parents:
13081
diff
changeset
|
856 @code{--without-unportable-tests}. |
13080
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
857 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
858 In order to mark a module with a status attribute, you need to add it |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
859 to the module description, like this: |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
860 |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
861 @example |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
862 Status: |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
863 longrunning-test |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
864 @end example |
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
865 |
13081
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
866 If only a part of a test deserves a particular status attribute, you |
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
867 can split the module into a primary and a secondary test module, |
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
868 say @code{foo-tests} and @code{foo-extra-tests}. Then add a dependency |
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
869 from @code{foo-tests} to @code{foo-extra-tests}, and mark the |
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
870 @code{foo-extra-tests} with the particular status attribute. |
012563ccbd85
gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
Bruno Haible <bruno@clisp.org>
parents:
13080
diff
changeset
|
871 |
13080
fad0b62b5bf5
gnulib-tool: Add support for special categories of tests.
Bruno Haible <bruno@clisp.org>
parents:
13035
diff
changeset
|
872 |
12952
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
873 @node A C++ namespace for gnulib |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
874 @section A C++ namespace for gnulib |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
875 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
876 The function definitions provided by Gnulib (@code{.c} code) are meant |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
877 to be compiled by a C compiler. The header files (@code{.h} files), |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
878 on the other hand, can be used in either C or C++. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
879 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
880 By default, when used in a C++ compilation unit, the @code{.h} files |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
881 declare the same symbols and overrides as in C mode, except that functions |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
882 defined by Gnulib or by the system are declared as @samp{extern "C"}. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
883 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
884 It is also possible to indicate to Gnulib to provide many of its symbols |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
885 in a dedicated C++ namespace. If you define the macro |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
886 @code{GNULIB_NAMESPACE} to an identifier, many functions will be defined |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
887 in the namespace specified by the identifier instead of the global |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
888 namespace. For example, after you have defined |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
889 @smallexample |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
890 #define GNULIB_NAMESPACE gnulib |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
891 @end smallexample |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
892 @noindent |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
893 at the beginning of a compilation unit, Gnulib's @code{<fcntl.h>} header |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
894 file will make available the @code{open} function as @code{gnulib::open}. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
895 The symbol @code{open} will still refer to the system's @code{open} function, |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
896 with its platform specific bugs and limitations. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
897 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
898 The symbols provided in the Gnulib namespace are those for which the |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
899 corresponding header file contains a @code{_GL_CXXALIAS_RPL} or |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
900 @code{_GL_CXXALIAS_SYS} macro invocation. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
901 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
902 The benefits of this namespace mode are: |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
903 @itemize |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
904 @item |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
905 Gnulib defines fewer symbols as preprocessor macros. For example, on a |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
906 platform where @code{open} has to be overridden, Gnulib normally does |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
907 @code{#define open rpl_open}. If your package has a class with a member |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
908 @code{open}, for example a class @code{foo} with a method @code{foo::open}, |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
909 then if you define this member in a compilation unit that includes |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
910 @code{<fcntl.h>} and use it in a compilation unit that does not include |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
911 @code{<fcntl.h>}, or vice versa, you will get a link error. Worse: You |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
912 will not notice this problem on the platform where the system's @code{open} |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
913 function works fine. This problem goes away in namespace mode. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
914 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
915 @item |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
916 It provides a safety check whether the set of modules your package requests |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
917 from Gnulib is sufficient. For example, if you use the function |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
918 @code{gnulib::open} in your code, and you forgot to request the module |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
919 @samp{open} from Gnulib, you will get a compilation error (regardless of |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
920 the platform). |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
921 @end itemize |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
922 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
923 The drawback of this namespace mode is that the system provided symbols in |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
924 the global namespace are still present, even when they contain bugs that |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
925 Gnulib fixes. For example, if you call @code{open (...)} in your code, |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
926 it will invoke the possibly buggy system function, even if you have |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
927 requested the module @samp{open} from gnulib-tool. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
928 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
929 You can turn on the namespace mode in some compilation units and keep it |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
930 turned off in others. This can be useful if your package consists of |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
931 an application layer that does not need to invoke POSIX functions and |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
932 an operating system interface layer that contains all the OS function |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
933 calls. In such a situation, you will want to turn on the namespace mode |
17223 | 934 for the application layer---to avoid many preprocessor macro |
935 definitions---and turn it off for the OS interface layer---to avoid | |
12952
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
936 the drawback of the namespace mode, mentioned above. |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
937 |
41b26ea3dacc
Document C++ namespace mode.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
938 |
5938
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
939 @node Library version handling |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
940 @section Library version handling |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
941 |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
942 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
|
943 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
|
944 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
|
945 header file may contain: |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
946 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
947 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
948 #define STRINGPREP_VERSION "0.5.18" |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
949 ... |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
950 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
|
951 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
952 |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
953 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
|
954 @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
|
955 AC_DEFINE something like: |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
956 |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
957 @example |
6842
1b6de7675435
mention that Gnulib takes over LIBOBJS
Karl Berry <karl@freefriends.org>
parents:
6764
diff
changeset
|
958 AC_DEFINE(check_version, stringprep_check_version, |
1b6de7675435
mention that Gnulib takes over LIBOBJS
Karl Berry <karl@freefriends.org>
parents:
6764
diff
changeset
|
959 [Rename check_version.]) |
5992
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
960 @end example |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
961 |
6cf595732ddb
gnulib.texi (Library version handling): Add ELF symbol collision
Simon Josefsson <simon@josefsson.org>
parents:
5983
diff
changeset
|
962 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
|
963 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
|
964 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
965 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
|
966 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
|
967 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
|
968 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
969 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
970 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
|
971 STRINGPREP_VERSION, |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
972 stringprep_check_version (NULL)); |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
973 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
974 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
975 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
|
976 searching for version mismatch related problems. |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
977 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
978 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
|
979 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
|
980 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
|
981 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
|
982 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
|
983 minimum version before it may proceed. |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
984 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
985 Typical uses look like: |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
986 |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
987 @example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
988 /* Check version of libgcrypt. */ |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
989 if (!gcry_check_version (GCRYPT_VERSION)) |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
990 die ("version mismatch\n"); |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
991 @end example |
14697da96543
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5883
diff
changeset
|
992 |
5982
8f55c4ac38d6
updates from Patrice, start at quoting
Karl Berry <karl@freefriends.org>
parents:
5938
diff
changeset
|
993 |
6852
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
994 @node Windows sockets |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
995 @section Windows sockets |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
996 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
997 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
|
998 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
|
999 sockets. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1000 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1001 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
|
1002 port your application to Windows using gnulib. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1003 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1004 @subsection Getaddrinfo and WINVER |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1005 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1006 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
|
1007 other functions too. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1008 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1009 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
|
1010 XP. The function declaration is present if @code{WINVER >= 0x0501}. |
10643
e1661469bc9a
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson <simon@josefsson.org>
parents:
10611
diff
changeset
|
1011 Windows 2000 does not have getaddrinfo in its @file{WS2_32.DLL}. |
6852
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1012 |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1013 Thus, if you want to assume Windows XP or later, you can add |
13731
a35c1efcd66d
getaddrinfo: Initialize sockets, to make it work under Windows.
Simon Josefsson <simon@josefsson.org>
parents:
13714
diff
changeset
|
1014 AC_DEFINE(WINVER, 0x0501) to avoid compiling the (partial) getaddrinfo |
6852
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1015 implementation. |
9582dd5af1a5
Fix getaddrinfo on Windows 2000.
Simon Josefsson <simon@josefsson.org>
parents:
6842
diff
changeset
|
1016 |
10643
e1661469bc9a
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson <simon@josefsson.org>
parents:
10611
diff
changeset
|
1017 If you want to support Windows 2000, don't do anything. The |
e1661469bc9a
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson <simon@josefsson.org>
parents:
10611
diff
changeset
|
1018 replacement function will open @file{WS2_32.DLL} during run-time to |
e1661469bc9a
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson <simon@josefsson.org>
parents:
10611
diff
changeset
|
1019 see if there is a getaddrinfo function available, and use it when |
e1661469bc9a
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson <simon@josefsson.org>
parents:
10611
diff
changeset
|
1020 available. |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
1021 |
6962
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1022 @node Libtool and Windows |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1023 @section Libtool and Windows |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1024 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1025 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
|
1026 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
|
1027 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1028 @example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1029 AC_LIBTOOL_WIN32_DLL |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1030 @end example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1031 |
6989
d4c72f8cb784
* gnulib.texi (Libtool and Windows): Eliminate passive voice. Correct
Derek R. Price <derek@ximbiot.com>
parents:
6962
diff
changeset
|
1032 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
|
1033 @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
|
1034 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1035 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
|
1036 @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
|
1037 library. From a @file{Makefile.am}: |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1038 |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1039 @example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1040 libgsasl_la_LDFLAGS += -no-undefined |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1041 @end example |
e33f191db3d6
2006-07-14 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6945
diff
changeset
|
1042 |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1043 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1044 @node License Texinfo sources |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1045 @section License Texinfo sources |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1046 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1047 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
|
1048 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
|
1049 @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
|
1050 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
|
1051 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
|
1052 |
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
1053 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
|
1054 @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
|
1055 a conventional node name. |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1056 |
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1057 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
|
1058 |
9099
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
1059 |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1060 @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
|
1061 @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
|
1062 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1063 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
|
1064 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
|
1065 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1066 @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
|
1067 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1068 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
|
1069 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
|
1070 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1071 @enumerate |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1072 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1073 @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
|
1074 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1075 On a machine with recent automake, autoconf, m4 installed and with a |
17389
1d9362a18c34
Assume gnulib is checked out from Git, not CVS
Stefano Lattarini <stefano.lattarini@gmail.com>
parents:
17316
diff
changeset
|
1076 gnulib git 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
|
1077 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1078 @example |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
1079 gnulib-tool --create-megatestdir --with-tests --dir=... |
8433
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1080 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1081 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1082 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
|
1083 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1084 @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
|
1085 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1086 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
|
1087 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
|
1088 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
|
1089 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1090 @example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1091 ./configure |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1092 make dist |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1093 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1094 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1095 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
|
1096 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1097 @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
|
1098 |
8672
c00e30e9aba4
2007-04-12 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
8623
diff
changeset
|
1099 On the build machine, run ./do-autobuild (or "nohup ./do-autobuild"). |
16236
8d0c35a0ae1d
doc: fix minor quoting issues, mostly with `
Paul Eggert <eggert@cs.ucla.edu>
parents:
16201
diff
changeset
|
1100 It creates a directory @file{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
|
1101 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1102 @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
|
1103 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1104 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
|
1105 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1106 @example |
8623 | 1107 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
|
1108 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1109 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1110 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
|
1111 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1112 @example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1113 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
|
1114 @end example |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1115 |
51634bc628de
* lib/quotearg.c: Include <wctype.h> early, before the definition of
Paul Eggert <eggert@cs.ucla.edu>
parents:
8272
diff
changeset
|
1116 @end enumerate |
7334
c7c3e5be0d91
note about the license texinfo files
Karl Berry <karl@freefriends.org>
parents:
6989
diff
changeset
|
1117 |
9195
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1118 @node POSIX Substitutes Library |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1119 @chapter Building the ISO C and POSIX Substitutes |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1120 |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1121 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
|
1122 |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1123 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
|
1124 the command |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1125 @smallexample |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1126 gnulib-tool --create-testdir --source-base=lib \ |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1127 --dir=/tmp/posixlib `posix-modules` |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1128 @end smallexample |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1129 |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1130 @noindent |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1131 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
|
1132 @code{gnulib-tool}. |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1133 |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1134 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
|
1135 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
|
1136 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
|
1137 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
|
1138 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
|
1139 @code{.../posixlib/config.h}, and set |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1140 @code{LDFLAGS=".../posixlib/lib/libgnu.a"}. |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1141 |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1142 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
|
1143 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
|
1144 (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
|
1145 for the C++ compiler). |
70c7e1dd8d79
New chapter "POSIX Substitutes Library".
Bruno Haible <bruno@clisp.org>
parents:
9164
diff
changeset
|
1146 |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1147 @node Header File Substitutes |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1148 @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
|
1149 |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1150 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
|
1151 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
|
1152 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
|
1153 |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
1154 @nosuchmodulenote header file |
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
1155 |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1156 @menu |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1157 * aio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1158 * arpa/inet.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1159 * assert.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1160 * complex.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1161 * cpio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1162 * ctype.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1163 * dirent.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1164 * dlfcn.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1165 * errno.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1166 * fcntl.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1167 * fenv.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1168 * float.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1169 * fmtmsg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1170 * fnmatch.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1171 * ftw.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1172 * glob.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1173 * grp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1174 * iconv.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1175 * inttypes.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1176 * iso646.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1177 * langinfo.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1178 * libgen.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1179 * limits.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1180 * locale.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1181 * math.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1182 * monetary.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1183 * mqueue.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1184 * ndbm.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1185 * net/if.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1186 * netdb.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1187 * netinet/in.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1188 * netinet/tcp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1189 * nl_types.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1190 * poll.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1191 * pthread.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1192 * pwd.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1193 * regex.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1194 * sched.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1195 * search.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1196 * semaphore.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1197 * setjmp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1198 * signal.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1199 * spawn.h:: |
15994 | 1200 * stdalign.h:: |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1201 * stdarg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1202 * stdbool.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1203 * stddef.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1204 * stdint.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1205 * stdio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1206 * stdlib.h:: |
16388 | 1207 * stdnoreturn.h:: |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1208 * string.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1209 * strings.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1210 * stropts.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1211 * sys/ipc.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1212 * sys/mman.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1213 * sys/msg.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1214 * sys/resource.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1215 * sys/select.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1216 * sys/sem.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1217 * sys/shm.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1218 * sys/socket.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1219 * sys/stat.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1220 * sys/statvfs.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1221 * sys/time.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1222 * sys/timeb.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1223 * sys/times.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1224 * sys/types.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1225 * sys/uio.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1226 * sys/un.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1227 * sys/utsname.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1228 * sys/wait.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1229 * syslog.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1230 * tar.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1231 * termios.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1232 * tgmath.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1233 * time.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1234 * trace.h:: |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1235 * uchar.h:: |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1236 * ucontext.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1237 * ulimit.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1238 * unistd.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1239 * utime.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1240 * utmpx.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1241 * wchar.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1242 * wctype.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1243 * wordexp.h:: |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1244 @end menu |
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1245 |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1246 @include posix-headers/aio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1247 @include posix-headers/arpa_inet.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1248 @include posix-headers/assert.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1249 @include posix-headers/complex.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1250 @include posix-headers/cpio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1251 @include posix-headers/ctype.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1252 @include posix-headers/dirent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1253 @include posix-headers/dlfcn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1254 @include posix-headers/errno.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1255 @include posix-headers/fcntl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1256 @include posix-headers/fenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1257 @include posix-headers/float.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1258 @include posix-headers/fmtmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1259 @include posix-headers/fnmatch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1260 @include posix-headers/ftw.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1261 @include posix-headers/glob.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1262 @include posix-headers/grp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1263 @include posix-headers/iconv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1264 @include posix-headers/inttypes.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1265 @include posix-headers/iso646.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1266 @include posix-headers/langinfo.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1267 @include posix-headers/libgen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1268 @include posix-headers/limits.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1269 @include posix-headers/locale.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1270 @include posix-headers/math.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1271 @include posix-headers/monetary.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1272 @include posix-headers/mqueue.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1273 @include posix-headers/ndbm.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1274 @include posix-headers/net_if.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1275 @include posix-headers/netdb.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1276 @include posix-headers/netinet_in.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1277 @include posix-headers/netinet_tcp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1278 @include posix-headers/nl_types.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1279 @include posix-headers/poll.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1280 @include posix-headers/pthread.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1281 @include posix-headers/pwd.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1282 @include posix-headers/regex.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1283 @include posix-headers/sched.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1284 @include posix-headers/search.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1285 @include posix-headers/semaphore.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1286 @include posix-headers/setjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1287 @include posix-headers/signal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1288 @include posix-headers/spawn.texi |
15994 | 1289 @include posix-headers/stdalign.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1290 @include posix-headers/stdarg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1291 @include posix-headers/stdbool.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1292 @include posix-headers/stddef.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1293 @include posix-headers/stdint.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1294 @include posix-headers/stdio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1295 @include posix-headers/stdlib.texi |
16388 | 1296 @include posix-headers/stdnoreturn.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1297 @include posix-headers/string.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1298 @include posix-headers/strings.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1299 @include posix-headers/stropts.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1300 @include posix-headers/sys_ipc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1301 @include posix-headers/sys_mman.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1302 @include posix-headers/sys_msg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1303 @include posix-headers/sys_resource.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1304 @include posix-headers/sys_select.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1305 @include posix-headers/sys_sem.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1306 @include posix-headers/sys_shm.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1307 @include posix-headers/sys_socket.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1308 @include posix-headers/sys_stat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1309 @include posix-headers/sys_statvfs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1310 @include posix-headers/sys_time.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1311 @include posix-headers/sys_timeb.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1312 @include posix-headers/sys_times.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1313 @include posix-headers/sys_types.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1314 @include posix-headers/sys_uio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1315 @include posix-headers/sys_un.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1316 @include posix-headers/sys_utsname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1317 @include posix-headers/sys_wait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1318 @include posix-headers/syslog.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1319 @include posix-headers/tar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1320 @include posix-headers/termios.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1321 @include posix-headers/tgmath.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1322 @include posix-headers/time.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1323 @include posix-headers/trace.texi |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1324 @include posix-headers/uchar.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1325 @include posix-headers/ucontext.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1326 @include posix-headers/ulimit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1327 @include posix-headers/unistd.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1328 @include posix-headers/utime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1329 @include posix-headers/utmpx.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1330 @include posix-headers/wchar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1331 @include posix-headers/wctype.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
1332 @include posix-headers/wordexp.texi |
8743
5ca35995f234
Add doc chapter about the POSIX header files.
Bruno Haible <bruno@clisp.org>
parents:
8672
diff
changeset
|
1333 |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1334 @node Function Substitutes |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1335 @chapter ISO C and POSIX Function Substitutes |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1336 |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1337 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
|
1338 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
|
1339 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
|
1340 by Gnulib. |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1341 |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
1342 @nosuchmodulenote function |
9289
6ff750d94652
Explain what an absent module means.
Bruno Haible <bruno@clisp.org>
parents:
9195
diff
changeset
|
1343 |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1344 @menu |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1345 * FD_CLR:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1346 * FD_ISSET:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1347 * FD_SET:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1348 * FD_ZERO:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1349 * _Exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1350 * _exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1351 * _longjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1352 * _setjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1353 * _tolower:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1354 * _toupper:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1355 * a64l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1356 * abort:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1357 * abs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1358 * accept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1359 * access:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1360 * acos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1361 * acosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1362 * acosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1363 * acoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1364 * acoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1365 * acosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1366 * aio_cancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1367 * aio_error:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1368 * aio_fsync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1369 * aio_read:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1370 * aio_return:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1371 * aio_suspend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1372 * aio_write:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1373 * alarm:: |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1374 * aligned_alloc:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1375 * alphasort:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1376 * asctime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1377 * asctime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1378 * asin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1379 * asinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1380 * asinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1381 * asinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1382 * asinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1383 * asinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1384 * assert:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1385 * atan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1386 * atan2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1387 * atan2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1388 * atan2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1389 * atanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1390 * atanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1391 * atanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1392 * atanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1393 * atanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1394 * atexit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1395 * atof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1396 * atoi:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1397 * atol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1398 * atoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1399 * basename:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1400 * bind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1401 * bsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1402 * btowc:: |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1403 * c16rtomb:: |
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1404 * c32rtomb:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1405 * cabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1406 * cabsf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1407 * cabsl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1408 * cacos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1409 * cacosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1410 * cacosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1411 * cacoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1412 * cacoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1413 * cacosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1414 * calloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1415 * carg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1416 * cargf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1417 * cargl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1418 * casin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1419 * casinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1420 * casinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1421 * casinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1422 * casinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1423 * casinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1424 * catan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1425 * catanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1426 * catanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1427 * catanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1428 * catanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1429 * catanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1430 * catclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1431 * catgets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1432 * catopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1433 * cbrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1434 * cbrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1435 * cbrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1436 * ccos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1437 * ccosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1438 * ccosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1439 * ccoshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1440 * ccoshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1441 * ccosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1442 * ceil:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1443 * ceilf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1444 * ceill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1445 * cexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1446 * cexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1447 * cexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1448 * cfgetispeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1449 * cfgetospeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1450 * cfsetispeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1451 * cfsetospeed:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1452 * chdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1453 * chmod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1454 * chown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1455 * cimag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1456 * cimagf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1457 * cimagl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1458 * clearerr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1459 * clock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1460 * clock_getcpuclockid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1461 * clock_getres:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1462 * clock_gettime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1463 * clock_nanosleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1464 * clock_settime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1465 * clog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1466 * clogf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1467 * clogl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1468 * close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1469 * closedir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1470 * closelog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1471 * confstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1472 * conj:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1473 * conjf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1474 * conjl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1475 * connect:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1476 * copysign:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1477 * copysignf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1478 * copysignl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1479 * cos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1480 * cosf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1481 * cosh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1482 * coshf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1483 * coshl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1484 * cosl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1485 * cpow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1486 * cpowf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1487 * cpowl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1488 * cproj:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1489 * cprojf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1490 * cprojl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1491 * creal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1492 * crealf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1493 * creall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1494 * creat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1495 * crypt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1496 * csin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1497 * csinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1498 * csinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1499 * csinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1500 * csinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1501 * csinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1502 * csqrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1503 * csqrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1504 * csqrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1505 * ctan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1506 * ctanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1507 * ctanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1508 * ctanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1509 * ctanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1510 * ctanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1511 * ctermid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1512 * ctime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1513 * ctime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1514 * daylight:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1515 * dbm_clearerr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1516 * dbm_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1517 * dbm_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1518 * dbm_error:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1519 * dbm_fetch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1520 * dbm_firstkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1521 * dbm_nextkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1522 * dbm_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1523 * dbm_store:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1524 * difftime:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1525 * dirfd:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1526 * dirname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1527 * div:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1528 * dlclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1529 * dlerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1530 * dlopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1531 * dlsym:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1532 * dprintf:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1533 * drand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1534 * dup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1535 * dup2:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1536 * duplocale:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1537 * encrypt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1538 * endgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1539 * endhostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1540 * endnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1541 * endprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1542 * endpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1543 * endservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1544 * endutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1545 * environ:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1546 * erand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1547 * erf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1548 * erfc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1549 * erfcf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1550 * erfcl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1551 * erff:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1552 * erfl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1553 * errno:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1554 * execl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1555 * execle:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1556 * execlp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1557 * execv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1558 * execve:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1559 * execvp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1560 * exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1561 * exp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1562 * exp2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1563 * exp2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1564 * exp2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1565 * expf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1566 * expl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1567 * expm1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1568 * expm1f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1569 * expm1l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1570 * fabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1571 * fabsf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1572 * fabsl:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1573 * faccessat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1574 * fattach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1575 * fchdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1576 * fchmod:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1577 * fchmodat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1578 * fchown:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1579 * fchownat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1580 * fclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1581 * fcntl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1582 * fdatasync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1583 * fdetach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1584 * fdim:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1585 * fdimf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1586 * fdiml:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1587 * fdopen:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1588 * fdopendir:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1589 * feclearexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1590 * fegetenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1591 * fegetexceptflag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1592 * fegetround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1593 * feholdexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1594 * feof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1595 * feraiseexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1596 * ferror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1597 * fesetenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1598 * fesetexceptflag:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1599 * fesetround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1600 * fetestexcept:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1601 * feupdateenv:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1602 * fexecve:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1603 * fflush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1604 * ffs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1605 * fgetc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1606 * fgetpos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1607 * fgets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1608 * fgetwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1609 * fgetws:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1610 * fileno:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1611 * flockfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1612 * floor:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1613 * floorf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1614 * floorl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1615 * fma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1616 * fmaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1617 * fmal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1618 * fmax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1619 * fmaxf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1620 * fmaxl:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1621 * fmemopen:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1622 * fmin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1623 * fminf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1624 * fminl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1625 * fmod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1626 * fmodf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1627 * fmodl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1628 * fmtmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1629 * fnmatch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1630 * fopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1631 * fork:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1632 * fpathconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1633 * fpclassify:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1634 * fprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1635 * fputc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1636 * fputs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1637 * fputwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1638 * fputws:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1639 * fread:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1640 * free:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1641 * freeaddrinfo:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1642 * freelocale:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1643 * freopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1644 * frexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1645 * frexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1646 * frexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1647 * fscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1648 * fseek:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1649 * fseeko:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1650 * fsetpos:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1651 * fstat:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1652 * fstatat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1653 * fstatvfs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1654 * fsync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1655 * ftell:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1656 * ftello:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1657 * ftok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1658 * ftruncate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1659 * ftrylockfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1660 * ftw:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1661 * funlockfile:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1662 * futimens:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1663 * fwide:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1664 * fwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1665 * fwrite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1666 * fwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1667 * gai_strerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1668 * getaddrinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1669 * getc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1670 * getc_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1671 * getchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1672 * getchar_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1673 * getcwd:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1674 * getdate:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1675 * getdate_err:: |
9164 | 1676 * getdelim:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1677 * getegid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1678 * getenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1679 * geteuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1680 * getgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1681 * getgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1682 * getgrgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1683 * getgrgid_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1684 * getgrnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1685 * getgrnam_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1686 * getgroups:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1687 * gethostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1688 * gethostid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1689 * gethostname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1690 * getitimer:: |
9164 | 1691 * getline:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1692 * getlogin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1693 * getlogin_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1694 * getmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1695 * getnameinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1696 * getnetbyaddr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1697 * getnetbyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1698 * getnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1699 * getopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1700 * getpeername:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1701 * getpgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1702 * getpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1703 * getpid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1704 * getpmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1705 * getppid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1706 * getpriority:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1707 * getprotobyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1708 * getprotobynumber:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1709 * getprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1710 * getpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1711 * getpwnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1712 * getpwnam_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1713 * getpwuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1714 * getpwuid_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1715 * getrlimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1716 * getrusage:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1717 * gets:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1718 * getservbyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1719 * getservbyport:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1720 * getservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1721 * getsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1722 * getsockname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1723 * getsockopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1724 * getsubopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1725 * gettimeofday:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1726 * getuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1727 * getutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1728 * getutxid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1729 * getutxline:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1730 * getwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1731 * getwchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1732 * glob:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1733 * globfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1734 * gmtime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1735 * gmtime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1736 * grantpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1737 * hcreate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1738 * hdestroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1739 * hsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1740 * htonl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1741 * htons:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1742 * hypot:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1743 * hypotf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1744 * hypotl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1745 * iconv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1746 * iconv_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1747 * iconv_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1748 * if_freenameindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1749 * if_indextoname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1750 * if_nameindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1751 * if_nametoindex:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1752 * ilogb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1753 * ilogbf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1754 * ilogbl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1755 * imaxabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1756 * imaxdiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1757 * inet_addr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1758 * inet_ntoa:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1759 * inet_ntop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1760 * inet_pton:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1761 * initstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1762 * insque:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1763 * ioctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1764 * isalnum:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1765 * isalnum_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1766 * isalpha:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1767 * isalpha_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1768 * isascii:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1769 * isastream:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1770 * isatty:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1771 * isblank:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1772 * isblank_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1773 * iscntrl:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1774 * iscntrl_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1775 * isdigit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1776 * isdigit_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1777 * isfinite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1778 * isgraph:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1779 * isgraph_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1780 * isgreater:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1781 * isgreaterequal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1782 * isinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1783 * isless:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1784 * islessequal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1785 * islessgreater:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1786 * islower:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1787 * islower_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1788 * isnan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1789 * isnormal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1790 * isprint:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1791 * isprint_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1792 * ispunct:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1793 * ispunct_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1794 * isspace:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1795 * isspace_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1796 * isunordered:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1797 * isupper:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1798 * isupper_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1799 * iswalnum:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1800 * iswalnum_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1801 * iswalpha:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1802 * iswalpha_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1803 * iswblank:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1804 * iswblank_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1805 * iswcntrl:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1806 * iswcntrl_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1807 * iswctype:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1808 * iswctype_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1809 * iswdigit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1810 * iswdigit_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1811 * iswgraph:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1812 * iswgraph_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1813 * iswlower:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1814 * iswlower_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1815 * iswprint:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1816 * iswprint_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1817 * iswpunct:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1818 * iswpunct_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1819 * iswspace:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1820 * iswspace_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1821 * iswupper:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1822 * iswupper_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1823 * iswxdigit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1824 * iswxdigit_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1825 * isxdigit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1826 * isxdigit_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1827 * j0:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1828 * j1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1829 * jn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1830 * jrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1831 * kill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1832 * killpg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1833 * l64a:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1834 * labs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1835 * lchown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1836 * lcong48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1837 * ldexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1838 * ldexpf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1839 * ldexpl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1840 * ldiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1841 * lfind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1842 * lgamma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1843 * lgammaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1844 * lgammal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1845 * link:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1846 * linkat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1847 * lio_listio:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1848 * listen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1849 * llabs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1850 * lldiv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1851 * llrint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1852 * llrintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1853 * llrintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1854 * llround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1855 * llroundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1856 * llroundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1857 * localeconv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1858 * localtime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1859 * localtime_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1860 * lockf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1861 * log:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1862 * log10:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1863 * log10f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1864 * log10l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1865 * log1p:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1866 * log1pf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1867 * log1pl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1868 * log2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1869 * log2f:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1870 * log2l:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1871 * logb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1872 * logbf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1873 * logbl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1874 * logf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1875 * logl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1876 * longjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1877 * lrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1878 * lrint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1879 * lrintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1880 * lrintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1881 * lround:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1882 * lroundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1883 * lroundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1884 * lsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1885 * lseek:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1886 * lstat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1887 * malloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1888 * mblen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1889 * mbrlen:: |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1890 * mbrtoc16:: |
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
1891 * mbrtoc32:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1892 * mbrtowc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1893 * mbsinit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1894 * mbsnrtowcs:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1895 * mbsrtowcs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1896 * mbstowcs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1897 * mbtowc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1898 * memccpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1899 * memchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1900 * memcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1901 * memcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1902 * memmove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1903 * memset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1904 * mkdir:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1905 * mkdirat:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1906 * mkdtemp:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1907 * mkfifo:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1908 * mkfifoat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1909 * mknod:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1910 * mknodat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1911 * mkstemp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1912 * mktime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1913 * mlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1914 * mlockall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1915 * mmap:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1916 * modf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1917 * modff:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1918 * modfl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1919 * mprotect:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1920 * mq_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1921 * mq_getattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1922 * mq_notify:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1923 * mq_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1924 * mq_receive:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1925 * mq_send:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1926 * mq_setattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1927 * mq_timedreceive:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1928 * mq_timedsend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1929 * mq_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1930 * mrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1931 * msgctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1932 * msgget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1933 * msgrcv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1934 * msgsnd:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1935 * msync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1936 * munlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1937 * munlockall:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1938 * munmap:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1939 * nan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1940 * nanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1941 * nanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1942 * nanosleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1943 * nearbyint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1944 * nearbyintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1945 * nearbyintl:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1946 * newlocale:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1947 * nextafter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1948 * nextafterf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1949 * nextafterl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1950 * nexttoward:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1951 * nexttowardf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1952 * nexttowardl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1953 * nftw:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1954 * nice:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1955 * nl_langinfo:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1956 * nl_langinfo_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1957 * nrand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1958 * ntohl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1959 * ntohs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1960 * open:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1961 * openat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1962 * opendir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1963 * openlog:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1964 * open_memstream:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
1965 * open_wmemstream:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1966 * optarg:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1967 * opterr:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1968 * optind:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
1969 * optopt:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1970 * pathconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1971 * pause:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1972 * pclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1973 * perror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1974 * pipe:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1975 * poll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1976 * popen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1977 * posix_fadvise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1978 * posix_fallocate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1979 * posix_madvise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1980 * posix_mem_offset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1981 * posix_memalign:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1982 * posix_openpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1983 * posix_spawn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1984 * posix_spawn_file_actions_addclose:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1985 * posix_spawn_file_actions_adddup2:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1986 * posix_spawn_file_actions_addopen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1987 * posix_spawn_file_actions_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1988 * posix_spawn_file_actions_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1989 * posix_spawnattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1990 * posix_spawnattr_getflags:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1991 * posix_spawnattr_getpgroup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1992 * posix_spawnattr_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1993 * posix_spawnattr_getschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1994 * posix_spawnattr_getsigdefault:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1995 * posix_spawnattr_getsigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1996 * posix_spawnattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1997 * posix_spawnattr_setflags:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1998 * posix_spawnattr_setpgroup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
1999 * posix_spawnattr_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2000 * posix_spawnattr_setschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2001 * posix_spawnattr_setsigdefault:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2002 * posix_spawnattr_setsigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2003 * posix_spawnp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2004 * posix_trace_attr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2005 * posix_trace_attr_getclockres:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2006 * posix_trace_attr_getcreatetime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2007 * posix_trace_attr_getgenversion:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2008 * posix_trace_attr_getinherited:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2009 * posix_trace_attr_getlogfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2010 * posix_trace_attr_getlogsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2011 * posix_trace_attr_getmaxdatasize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2012 * posix_trace_attr_getmaxsystemeventsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2013 * posix_trace_attr_getmaxusereventsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2014 * posix_trace_attr_getname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2015 * posix_trace_attr_getstreamfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2016 * posix_trace_attr_getstreamsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2017 * posix_trace_attr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2018 * posix_trace_attr_setinherited:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2019 * posix_trace_attr_setlogfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2020 * posix_trace_attr_setlogsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2021 * posix_trace_attr_setmaxdatasize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2022 * posix_trace_attr_setname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2023 * posix_trace_attr_setstreamfullpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2024 * posix_trace_attr_setstreamsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2025 * posix_trace_clear:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2026 * posix_trace_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2027 * posix_trace_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2028 * posix_trace_create_withlog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2029 * posix_trace_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2030 * posix_trace_eventid_equal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2031 * posix_trace_eventid_get_name:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2032 * posix_trace_eventid_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2033 * posix_trace_eventset_add:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2034 * posix_trace_eventset_del:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2035 * posix_trace_eventset_empty:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2036 * posix_trace_eventset_fill:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2037 * posix_trace_eventset_ismember:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2038 * posix_trace_eventtypelist_getnext_id:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2039 * posix_trace_eventtypelist_rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2040 * posix_trace_flush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2041 * posix_trace_get_attr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2042 * posix_trace_get_filter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2043 * posix_trace_get_status:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2044 * posix_trace_getnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2045 * posix_trace_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2046 * posix_trace_rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2047 * posix_trace_set_filter:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2048 * posix_trace_shutdown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2049 * posix_trace_start:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2050 * posix_trace_stop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2051 * posix_trace_timedgetnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2052 * posix_trace_trid_eventid_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2053 * posix_trace_trygetnext_event:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2054 * posix_typed_mem_get_info:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2055 * posix_typed_mem_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2056 * pow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2057 * powf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2058 * powl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2059 * pread:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2060 * printf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2061 * pselect:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2062 * psiginfo:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2063 * psignal:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2064 * pthread_atfork:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2065 * pthread_attr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2066 * pthread_attr_getdetachstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2067 * pthread_attr_getguardsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2068 * pthread_attr_getinheritsched:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2069 * pthread_attr_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2070 * pthread_attr_getschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2071 * pthread_attr_getscope:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2072 * pthread_attr_getstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2073 * pthread_attr_getstacksize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2074 * pthread_attr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2075 * pthread_attr_setdetachstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2076 * pthread_attr_setguardsize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2077 * pthread_attr_setinheritsched:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2078 * pthread_attr_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2079 * pthread_attr_setschedpolicy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2080 * pthread_attr_setscope:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2081 * pthread_attr_setstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2082 * pthread_attr_setstacksize:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2083 * pthread_barrier_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2084 * pthread_barrier_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2085 * pthread_barrier_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2086 * pthread_barrierattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2087 * pthread_barrierattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2088 * pthread_barrierattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2089 * pthread_barrierattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2090 * pthread_cancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2091 * pthread_cleanup_pop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2092 * pthread_cleanup_push:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2093 * pthread_cond_broadcast:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2094 * pthread_cond_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2095 * pthread_cond_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2096 * pthread_cond_signal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2097 * pthread_cond_timedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2098 * pthread_cond_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2099 * pthread_condattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2100 * pthread_condattr_getclock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2101 * pthread_condattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2102 * pthread_condattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2103 * pthread_condattr_setclock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2104 * pthread_condattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2105 * pthread_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2106 * pthread_detach:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2107 * pthread_equal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2108 * pthread_exit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2109 * pthread_getconcurrency:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2110 * pthread_getcpuclockid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2111 * pthread_getschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2112 * pthread_getspecific:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2113 * pthread_join:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2114 * pthread_key_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2115 * pthread_key_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2116 * pthread_kill:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2117 * pthread_mutex_consistent:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2118 * pthread_mutex_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2119 * pthread_mutex_getprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2120 * pthread_mutex_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2121 * pthread_mutex_lock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2122 * pthread_mutex_setprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2123 * pthread_mutex_timedlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2124 * pthread_mutex_trylock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2125 * pthread_mutex_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2126 * pthread_mutexattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2127 * pthread_mutexattr_getprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2128 * pthread_mutexattr_getprotocol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2129 * pthread_mutexattr_getpshared:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2130 * pthread_mutexattr_getrobust:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2131 * pthread_mutexattr_gettype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2132 * pthread_mutexattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2133 * pthread_mutexattr_setprioceiling:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2134 * pthread_mutexattr_setprotocol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2135 * pthread_mutexattr_setpshared:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2136 * pthread_mutexattr_setrobust:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2137 * pthread_mutexattr_settype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2138 * pthread_once:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2139 * pthread_rwlock_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2140 * pthread_rwlock_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2141 * pthread_rwlock_rdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2142 * pthread_rwlock_timedrdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2143 * pthread_rwlock_timedwrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2144 * pthread_rwlock_tryrdlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2145 * pthread_rwlock_trywrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2146 * pthread_rwlock_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2147 * pthread_rwlock_wrlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2148 * pthread_rwlockattr_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2149 * pthread_rwlockattr_getpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2150 * pthread_rwlockattr_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2151 * pthread_rwlockattr_setpshared:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2152 * pthread_self:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2153 * pthread_setcancelstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2154 * pthread_setcanceltype:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2155 * pthread_setconcurrency:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2156 * pthread_setschedparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2157 * pthread_setschedprio:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2158 * pthread_setspecific:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2159 * pthread_sigmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2160 * pthread_spin_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2161 * pthread_spin_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2162 * pthread_spin_lock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2163 * pthread_spin_trylock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2164 * pthread_spin_unlock:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2165 * pthread_testcancel:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2166 * ptsname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2167 * putc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2168 * putc_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2169 * putchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2170 * putchar_unlocked:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2171 * putenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2172 * putmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2173 * putpmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2174 * puts:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2175 * pututxline:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2176 * putwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2177 * putwchar:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2178 * pwrite:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2179 * qsort:: |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
2180 * quick_exit:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2181 * raise:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2182 * rand:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2183 * rand_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2184 * random:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2185 * read:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2186 * readdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2187 * readdir_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2188 * readlink:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2189 * readlinkat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2190 * readv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2191 * realloc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2192 * realpath:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2193 * recv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2194 * recvfrom:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2195 * recvmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2196 * regcomp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2197 * regerror:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2198 * regexec:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2199 * regfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2200 * remainder:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2201 * remainderf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2202 * remainderl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2203 * remove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2204 * remque:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2205 * remquo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2206 * remquof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2207 * remquol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2208 * rename:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2209 * renameat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2210 * rewind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2211 * rewinddir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2212 * rint:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2213 * rintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2214 * rintl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2215 * rmdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2216 * round:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2217 * roundf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2218 * roundl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2219 * scalbln:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2220 * scalblnf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2221 * scalblnl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2222 * scalbn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2223 * scalbnf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2224 * scalbnl:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2225 * scandir:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2226 * scanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2227 * sched_get_priority_max:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2228 * sched_get_priority_min:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2229 * sched_getparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2230 * sched_getscheduler:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2231 * sched_rr_get_interval:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2232 * sched_setparam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2233 * sched_setscheduler:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2234 * sched_yield:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2235 * seed48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2236 * seekdir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2237 * select:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2238 * sem_close:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2239 * sem_destroy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2240 * sem_getvalue:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2241 * sem_init:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2242 * sem_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2243 * sem_post:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2244 * sem_timedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2245 * sem_trywait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2246 * sem_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2247 * sem_wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2248 * semctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2249 * semget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2250 * semop:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2251 * send:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2252 * sendmsg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2253 * sendto:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2254 * setbuf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2255 * setegid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2256 * setenv:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2257 * seteuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2258 * setgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2259 * setgrent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2260 * sethostent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2261 * setitimer:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2262 * setjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2263 * setkey:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2264 * setlocale:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2265 * setlogmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2266 * setnetent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2267 * setpgid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2268 * setpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2269 * setpriority:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2270 * setprotoent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2271 * setpwent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2272 * setregid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2273 * setreuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2274 * setrlimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2275 * setservent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2276 * setsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2277 * setsockopt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2278 * setstate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2279 * setuid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2280 * setutxent:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2281 * setvbuf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2282 * shm_open:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2283 * shm_unlink:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2284 * shmat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2285 * shmctl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2286 * shmdt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2287 * shmget:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2288 * shutdown:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2289 * sigaction:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2290 * sigaddset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2291 * sigaltstack:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2292 * sigdelset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2293 * sigemptyset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2294 * sigfillset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2295 * sighold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2296 * sigignore:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2297 * siginterrupt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2298 * sigismember:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2299 * siglongjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2300 * signal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2301 * signbit:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2302 * signgam:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2303 * sigpause:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2304 * sigpending:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2305 * sigprocmask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2306 * sigqueue:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2307 * sigrelse:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2308 * sigset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2309 * sigsetjmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2310 * sigsuspend:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2311 * sigtimedwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2312 * sigwait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2313 * sigwaitinfo:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2314 * sin:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2315 * sinf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2316 * sinh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2317 * sinhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2318 * sinhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2319 * sinl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2320 * sleep:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2321 * snprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2322 * sockatmark:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2323 * socket:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2324 * socketpair:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2325 * sprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2326 * sqrt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2327 * sqrtf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2328 * sqrtl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2329 * srand:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2330 * srand48:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2331 * srandom:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2332 * sscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2333 * stat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2334 * statvfs:: |
8868
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
2335 * stderr:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2336 * stdin:: |
8868
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
2337 * stdout:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2338 * stpcpy:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2339 * stpncpy:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2340 * strcasecmp:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2341 * strcasecmp_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2342 * strcat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2343 * strchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2344 * strcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2345 * strcoll:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2346 * strcoll_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2347 * strcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2348 * strcspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2349 * strdup:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2350 * strerror:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2351 * strerror_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2352 * strerror_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2353 * strfmon:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2354 * strfmon_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2355 * strftime:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2356 * strftime_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2357 * strlen:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2358 * strncasecmp:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2359 * strncasecmp_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2360 * strncat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2361 * strncmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2362 * strncpy:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2363 * strndup:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2364 * strnlen:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2365 * strpbrk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2366 * strptime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2367 * strrchr:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2368 * strsignal:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2369 * strspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2370 * strstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2371 * strtod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2372 * strtof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2373 * strtoimax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2374 * strtok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2375 * strtok_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2376 * strtol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2377 * strtold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2378 * strtoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2379 * strtoul:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2380 * strtoull:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2381 * strtoumax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2382 * strxfrm:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2383 * strxfrm_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2384 * swab:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2385 * swprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2386 * swscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2387 * symlink:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2388 * symlinkat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2389 * sync:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2390 * sysconf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2391 * syslog:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2392 * system:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2393 * tan:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2394 * tanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2395 * tanh:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2396 * tanhf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2397 * tanhl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2398 * tanl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2399 * tcdrain:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2400 * tcflow:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2401 * tcflush:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2402 * tcgetattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2403 * tcgetpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2404 * tcgetsid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2405 * tcsendbreak:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2406 * tcsetattr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2407 * tcsetpgrp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2408 * tdelete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2409 * telldir:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2410 * tempnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2411 * tfind:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2412 * tgamma:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2413 * tgammaf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2414 * tgammal:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2415 * time:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2416 * timer_create:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2417 * timer_delete:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2418 * timer_getoverrun:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2419 * timer_gettime:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2420 * timer_settime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2421 * times:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2422 * timezone:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2423 * tmpfile:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2424 * tmpnam:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2425 * toascii:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2426 * tolower:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2427 * tolower_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2428 * toupper:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2429 * toupper_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2430 * towctrans:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2431 * towctrans_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2432 * towlower:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2433 * towlower_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2434 * towupper:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2435 * towupper_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2436 * trunc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2437 * truncate:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2438 * truncf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2439 * truncl:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2440 * tsearch:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2441 * ttyname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2442 * ttyname_r:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2443 * twalk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2444 * tzname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2445 * tzset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2446 * ulimit:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2447 * umask:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2448 * uname:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2449 * ungetc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2450 * ungetwc:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2451 * unlink:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2452 * unlinkat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2453 * unlockpt:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2454 * unsetenv:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2455 * uselocale:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2456 * utime:: |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2457 * utimensat:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2458 * utimes:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2459 * va_arg:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2460 * va_copy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2461 * va_end:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2462 * va_start:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2463 * vdprintf:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2464 * vfprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2465 * vfscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2466 * vfwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2467 * vfwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2468 * vprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2469 * vscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2470 * vsnprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2471 * vsprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2472 * vsscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2473 * vswprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2474 * vswscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2475 * vwprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2476 * vwscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2477 * wait:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2478 * waitid:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2479 * waitpid:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2480 * wcpcpy:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2481 * wcpncpy:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2482 * wcrtomb:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2483 * wcscasecmp:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2484 * wcscasecmp_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2485 * wcscat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2486 * wcschr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2487 * wcscmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2488 * wcscoll:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2489 * wcscoll_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2490 * wcscpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2491 * wcscspn:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2492 * wcsdup:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2493 * wcsftime:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2494 * wcslen:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2495 * wcsncasecmp:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2496 * wcsncasecmp_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2497 * wcsncat:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2498 * wcsncmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2499 * wcsncpy:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2500 * wcsnlen:: |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2501 * wcsnrtombs:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2502 * wcspbrk:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2503 * wcsrchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2504 * wcsrtombs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2505 * wcsspn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2506 * wcsstr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2507 * wcstod:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2508 * wcstof:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2509 * wcstoimax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2510 * wcstok:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2511 * wcstol:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2512 * wcstold:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2513 * wcstoll:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2514 * wcstombs:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2515 * wcstoul:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2516 * wcstoull:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2517 * wcstoumax:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2518 * wcswidth:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2519 * wcsxfrm:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2520 * wcsxfrm_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2521 * wctob:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2522 * wctomb:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2523 * wctrans:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2524 * wctrans_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2525 * wctype:: |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2526 * wctype_l:: |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2527 * wcwidth:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2528 * wmemchr:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2529 * wmemcmp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2530 * wmemcpy:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2531 * wmemmove:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2532 * wmemset:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2533 * wordexp:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2534 * wordfree:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2535 * wprintf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2536 * write:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2537 * writev:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2538 * wscanf:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2539 * y0:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2540 * y1:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2541 * yn:: |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2542 @end menu |
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
2543 |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2544 @include posix-functions/FD_CLR.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2545 @include posix-functions/FD_ISSET.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2546 @include posix-functions/FD_SET.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2547 @include posix-functions/FD_ZERO.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2548 @include posix-functions/_Exit_C99.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2549 @include posix-functions/_exit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2550 @include posix-functions/_longjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2551 @include posix-functions/_setjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2552 @include posix-functions/_tolower.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2553 @include posix-functions/_toupper.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2554 @include posix-functions/a64l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2555 @include posix-functions/abort.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2556 @include posix-functions/abs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2557 @include posix-functions/accept.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2558 @include posix-functions/access.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2559 @include posix-functions/acos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2560 @include posix-functions/acosf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2561 @include posix-functions/acosh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2562 @include posix-functions/acoshf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2563 @include posix-functions/acoshl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2564 @include posix-functions/acosl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2565 @include posix-functions/aio_cancel.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2566 @include posix-functions/aio_error.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2567 @include posix-functions/aio_fsync.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2568 @include posix-functions/aio_read.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2569 @include posix-functions/aio_return.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2570 @include posix-functions/aio_suspend.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2571 @include posix-functions/aio_write.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2572 @include posix-functions/alarm.texi |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
2573 @include posix-functions/aligned_alloc.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2574 @include posix-functions/alphasort.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2575 @include posix-functions/asctime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2576 @include posix-functions/asctime_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2577 @include posix-functions/asin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2578 @include posix-functions/asinf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2579 @include posix-functions/asinh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2580 @include posix-functions/asinhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2581 @include posix-functions/asinhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2582 @include posix-functions/asinl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2583 @include posix-functions/assert.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2584 @include posix-functions/atan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2585 @include posix-functions/atan2.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2586 @include posix-functions/atan2f.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2587 @include posix-functions/atan2l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2588 @include posix-functions/atanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2589 @include posix-functions/atanh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2590 @include posix-functions/atanhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2591 @include posix-functions/atanhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2592 @include posix-functions/atanl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2593 @include posix-functions/atexit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2594 @include posix-functions/atof.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2595 @include posix-functions/atoi.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2596 @include posix-functions/atol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2597 @include posix-functions/atoll.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2598 @include posix-functions/basename.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2599 @include posix-functions/bind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2600 @include posix-functions/bsearch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2601 @include posix-functions/btowc.texi |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
2602 @include posix-functions/c16rtomb.texi |
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
2603 @include posix-functions/c32rtomb.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2604 @include posix-functions/cabs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2605 @include posix-functions/cabsf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2606 @include posix-functions/cabsl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2607 @include posix-functions/cacos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2608 @include posix-functions/cacosf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2609 @include posix-functions/cacosh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2610 @include posix-functions/cacoshf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2611 @include posix-functions/cacoshl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2612 @include posix-functions/cacosl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2613 @include posix-functions/calloc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2614 @include posix-functions/carg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2615 @include posix-functions/cargf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2616 @include posix-functions/cargl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2617 @include posix-functions/casin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2618 @include posix-functions/casinf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2619 @include posix-functions/casinh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2620 @include posix-functions/casinhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2621 @include posix-functions/casinhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2622 @include posix-functions/casinl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2623 @include posix-functions/catan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2624 @include posix-functions/catanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2625 @include posix-functions/catanh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2626 @include posix-functions/catanhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2627 @include posix-functions/catanhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2628 @include posix-functions/catanl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2629 @include posix-functions/catclose.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2630 @include posix-functions/catgets.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2631 @include posix-functions/catopen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2632 @include posix-functions/cbrt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2633 @include posix-functions/cbrtf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2634 @include posix-functions/cbrtl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2635 @include posix-functions/ccos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2636 @include posix-functions/ccosf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2637 @include posix-functions/ccosh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2638 @include posix-functions/ccoshf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2639 @include posix-functions/ccoshl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2640 @include posix-functions/ccosl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2641 @include posix-functions/ceil.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2642 @include posix-functions/ceilf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2643 @include posix-functions/ceill.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2644 @include posix-functions/cexp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2645 @include posix-functions/cexpf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2646 @include posix-functions/cexpl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2647 @include posix-functions/cfgetispeed.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2648 @include posix-functions/cfgetospeed.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2649 @include posix-functions/cfsetispeed.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2650 @include posix-functions/cfsetospeed.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2651 @include posix-functions/chdir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2652 @include posix-functions/chmod.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2653 @include posix-functions/chown.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2654 @include posix-functions/cimag.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2655 @include posix-functions/cimagf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2656 @include posix-functions/cimagl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2657 @include posix-functions/clearerr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2658 @include posix-functions/clock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2659 @include posix-functions/clock_getcpuclockid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2660 @include posix-functions/clock_getres.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2661 @include posix-functions/clock_gettime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2662 @include posix-functions/clock_nanosleep.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2663 @include posix-functions/clock_settime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2664 @include posix-functions/clog.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2665 @include posix-functions/clogf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2666 @include posix-functions/clogl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2667 @include posix-functions/close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2668 @include posix-functions/closedir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2669 @include posix-functions/closelog.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2670 @include posix-functions/confstr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2671 @include posix-functions/conj.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2672 @include posix-functions/conjf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2673 @include posix-functions/conjl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2674 @include posix-functions/connect.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2675 @include posix-functions/copysign.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2676 @include posix-functions/copysignf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2677 @include posix-functions/copysignl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2678 @include posix-functions/cos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2679 @include posix-functions/cosf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2680 @include posix-functions/cosh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2681 @include posix-functions/coshf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2682 @include posix-functions/coshl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2683 @include posix-functions/cosl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2684 @include posix-functions/cpow.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2685 @include posix-functions/cpowf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2686 @include posix-functions/cpowl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2687 @include posix-functions/cproj.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2688 @include posix-functions/cprojf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2689 @include posix-functions/cprojl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2690 @include posix-functions/creal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2691 @include posix-functions/crealf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2692 @include posix-functions/creall.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2693 @include posix-functions/creat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2694 @include posix-functions/crypt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2695 @include posix-functions/csin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2696 @include posix-functions/csinf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2697 @include posix-functions/csinh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2698 @include posix-functions/csinhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2699 @include posix-functions/csinhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2700 @include posix-functions/csinl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2701 @include posix-functions/csqrt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2702 @include posix-functions/csqrtf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2703 @include posix-functions/csqrtl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2704 @include posix-functions/ctan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2705 @include posix-functions/ctanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2706 @include posix-functions/ctanh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2707 @include posix-functions/ctanhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2708 @include posix-functions/ctanhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2709 @include posix-functions/ctanl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2710 @include posix-functions/ctermid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2711 @include posix-functions/ctime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2712 @include posix-functions/ctime_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2713 @include posix-functions/daylight.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2714 @include posix-functions/dbm_clearerr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2715 @include posix-functions/dbm_close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2716 @include posix-functions/dbm_delete.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2717 @include posix-functions/dbm_error.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2718 @include posix-functions/dbm_fetch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2719 @include posix-functions/dbm_firstkey.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2720 @include posix-functions/dbm_nextkey.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2721 @include posix-functions/dbm_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2722 @include posix-functions/dbm_store.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2723 @include posix-functions/difftime.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2724 @include posix-functions/dirfd.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2725 @include posix-functions/dirname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2726 @include posix-functions/div.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2727 @include posix-functions/dlclose.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2728 @include posix-functions/dlerror.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2729 @include posix-functions/dlopen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2730 @include posix-functions/dlsym.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2731 @include posix-functions/dprintf.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2732 @include posix-functions/drand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2733 @include posix-functions/dup.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2734 @include posix-functions/dup2.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2735 @include posix-functions/duplocale.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2736 @include posix-functions/encrypt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2737 @include posix-functions/endgrent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2738 @include posix-functions/endhostent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2739 @include posix-functions/endnetent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2740 @include posix-functions/endprotoent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2741 @include posix-functions/endpwent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2742 @include posix-functions/endservent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2743 @include posix-functions/endutxent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2744 @include posix-functions/environ.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2745 @include posix-functions/erand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2746 @include posix-functions/erf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2747 @include posix-functions/erfc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2748 @include posix-functions/erfcf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2749 @include posix-functions/erfcl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2750 @include posix-functions/erff.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2751 @include posix-functions/erfl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2752 @include posix-functions/errno.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2753 @include posix-functions/execl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2754 @include posix-functions/execle.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2755 @include posix-functions/execlp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2756 @include posix-functions/execv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2757 @include posix-functions/execve.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2758 @include posix-functions/execvp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2759 @include posix-functions/exit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2760 @include posix-functions/exp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2761 @include posix-functions/exp2.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2762 @include posix-functions/exp2f.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2763 @include posix-functions/exp2l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2764 @include posix-functions/expf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2765 @include posix-functions/expl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2766 @include posix-functions/expm1.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2767 @include posix-functions/expm1f.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2768 @include posix-functions/expm1l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2769 @include posix-functions/fabs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2770 @include posix-functions/fabsf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2771 @include posix-functions/fabsl.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2772 @include posix-functions/faccessat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2773 @include posix-functions/fattach.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2774 @include posix-functions/fchdir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2775 @include posix-functions/fchmod.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2776 @include posix-functions/fchmodat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2777 @include posix-functions/fchown.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2778 @include posix-functions/fchownat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2779 @include posix-functions/fclose.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2780 @include posix-functions/fcntl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2781 @include posix-functions/fdatasync.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2782 @include posix-functions/fdetach.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2783 @include posix-functions/fdim.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2784 @include posix-functions/fdimf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2785 @include posix-functions/fdiml.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2786 @include posix-functions/fdopen.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2787 @include posix-functions/fdopendir.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2788 @include posix-functions/feclearexcept.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2789 @include posix-functions/fegetenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2790 @include posix-functions/fegetexceptflag.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2791 @include posix-functions/fegetround.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2792 @include posix-functions/feholdexcept.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2793 @include posix-functions/feof.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2794 @include posix-functions/feraiseexcept.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2795 @include posix-functions/ferror.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2796 @include posix-functions/fesetenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2797 @include posix-functions/fesetexceptflag.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2798 @include posix-functions/fesetround.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2799 @include posix-functions/fetestexcept.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2800 @include posix-functions/feupdateenv.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2801 @include posix-functions/fexecve.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2802 @include posix-functions/fflush.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2803 @include posix-functions/ffs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2804 @include posix-functions/fgetc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2805 @include posix-functions/fgetpos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2806 @include posix-functions/fgets.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2807 @include posix-functions/fgetwc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2808 @include posix-functions/fgetws.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2809 @include posix-functions/fileno.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2810 @include posix-functions/flockfile.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2811 @include posix-functions/floor.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2812 @include posix-functions/floorf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2813 @include posix-functions/floorl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2814 @include posix-functions/fma.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2815 @include posix-functions/fmaf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2816 @include posix-functions/fmal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2817 @include posix-functions/fmax.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2818 @include posix-functions/fmaxf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2819 @include posix-functions/fmaxl.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2820 @include posix-functions/fmemopen.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2821 @include posix-functions/fmin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2822 @include posix-functions/fminf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2823 @include posix-functions/fminl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2824 @include posix-functions/fmod.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2825 @include posix-functions/fmodf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2826 @include posix-functions/fmodl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2827 @include posix-functions/fmtmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2828 @include posix-functions/fnmatch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2829 @include posix-functions/fopen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2830 @include posix-functions/fork.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2831 @include posix-functions/fpathconf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2832 @include posix-functions/fpclassify.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2833 @include posix-functions/fprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2834 @include posix-functions/fputc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2835 @include posix-functions/fputs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2836 @include posix-functions/fputwc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2837 @include posix-functions/fputws.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2838 @include posix-functions/fread.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2839 @include posix-functions/free.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2840 @include posix-functions/freeaddrinfo.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2841 @include posix-functions/freelocale.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2842 @include posix-functions/freopen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2843 @include posix-functions/frexp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2844 @include posix-functions/frexpf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2845 @include posix-functions/frexpl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2846 @include posix-functions/fscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2847 @include posix-functions/fseek.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2848 @include posix-functions/fseeko.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2849 @include posix-functions/fsetpos.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2850 @include posix-functions/fstat.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2851 @include posix-functions/fstatat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2852 @include posix-functions/fstatvfs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2853 @include posix-functions/fsync.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2854 @include posix-functions/ftell.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2855 @include posix-functions/ftello.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2856 @include posix-functions/ftok.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2857 @include posix-functions/ftruncate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2858 @include posix-functions/ftrylockfile.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2859 @include posix-functions/ftw.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2860 @include posix-functions/funlockfile.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
2861 @include posix-functions/futimens.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2862 @include posix-functions/fwide.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2863 @include posix-functions/fwprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2864 @include posix-functions/fwrite.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2865 @include posix-functions/fwscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2866 @include posix-functions/gai_strerror.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2867 @include posix-functions/getaddrinfo.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2868 @include posix-functions/getc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2869 @include posix-functions/getc_unlocked.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2870 @include posix-functions/getchar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2871 @include posix-functions/getchar_unlocked.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2872 @include posix-functions/getcwd.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2873 @include posix-functions/getdate.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2874 @include posix-functions/getdate_err.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2875 @include posix-functions/getdelim.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2876 @include posix-functions/getegid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2877 @include posix-functions/getenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2878 @include posix-functions/geteuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2879 @include posix-functions/getgid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2880 @include posix-functions/getgrent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2881 @include posix-functions/getgrgid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2882 @include posix-functions/getgrgid_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2883 @include posix-functions/getgrnam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2884 @include posix-functions/getgrnam_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2885 @include posix-functions/getgroups.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2886 @include posix-functions/gethostent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2887 @include posix-functions/gethostid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2888 @include posix-functions/gethostname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2889 @include posix-functions/getitimer.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2890 @include posix-functions/getline.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2891 @include posix-functions/getlogin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2892 @include posix-functions/getlogin_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2893 @include posix-functions/getmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2894 @include posix-functions/getnameinfo.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2895 @include posix-functions/getnetbyaddr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2896 @include posix-functions/getnetbyname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2897 @include posix-functions/getnetent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2898 @include posix-functions/getopt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2899 @include posix-functions/getpeername.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2900 @include posix-functions/getpgid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2901 @include posix-functions/getpgrp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2902 @include posix-functions/getpid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2903 @include posix-functions/getpmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2904 @include posix-functions/getppid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2905 @include posix-functions/getpriority.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2906 @include posix-functions/getprotobyname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2907 @include posix-functions/getprotobynumber.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2908 @include posix-functions/getprotoent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2909 @include posix-functions/getpwent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2910 @include posix-functions/getpwnam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2911 @include posix-functions/getpwnam_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2912 @include posix-functions/getpwuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2913 @include posix-functions/getpwuid_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2914 @include posix-functions/getrlimit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2915 @include posix-functions/getrusage.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2916 @include posix-functions/gets.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2917 @include posix-functions/getservbyname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2918 @include posix-functions/getservbyport.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2919 @include posix-functions/getservent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2920 @include posix-functions/getsid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2921 @include posix-functions/getsockname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2922 @include posix-functions/getsockopt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2923 @include posix-functions/getsubopt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2924 @include posix-functions/gettimeofday.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2925 @include posix-functions/getuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2926 @include posix-functions/getutxent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2927 @include posix-functions/getutxid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2928 @include posix-functions/getutxline.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2929 @include posix-functions/getwc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2930 @include posix-functions/getwchar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2931 @include posix-functions/glob.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2932 @include posix-functions/globfree.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2933 @include posix-functions/gmtime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2934 @include posix-functions/gmtime_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2935 @include posix-functions/grantpt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2936 @include posix-functions/hcreate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2937 @include posix-functions/hdestroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2938 @include posix-functions/hsearch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2939 @include posix-functions/htonl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2940 @include posix-functions/htons.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2941 @include posix-functions/hypot.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2942 @include posix-functions/hypotf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2943 @include posix-functions/hypotl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2944 @include posix-functions/iconv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2945 @include posix-functions/iconv_close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2946 @include posix-functions/iconv_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2947 @include posix-functions/if_freenameindex.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2948 @include posix-functions/if_indextoname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2949 @include posix-functions/if_nameindex.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2950 @include posix-functions/if_nametoindex.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2951 @include posix-functions/ilogb.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2952 @include posix-functions/ilogbf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2953 @include posix-functions/ilogbl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2954 @include posix-functions/imaxabs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2955 @include posix-functions/imaxdiv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2956 @include posix-functions/inet_addr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2957 @include posix-functions/inet_ntoa.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2958 @include posix-functions/inet_ntop.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2959 @include posix-functions/inet_pton.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2960 @include posix-functions/initstate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2961 @include posix-functions/insque.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2962 @include posix-functions/ioctl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2963 @include posix-functions/isalnum.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2964 @include posix-functions/isalnum_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2965 @include posix-functions/isalpha.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2966 @include posix-functions/isalpha_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2967 @include posix-functions/isascii.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2968 @include posix-functions/isastream.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2969 @include posix-functions/isatty.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2970 @include posix-functions/isblank.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2971 @include posix-functions/isblank_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2972 @include posix-functions/iscntrl.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2973 @include posix-functions/iscntrl_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2974 @include posix-functions/isdigit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2975 @include posix-functions/isdigit_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2976 @include posix-functions/isfinite.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2977 @include posix-functions/isgraph.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2978 @include posix-functions/isgraph_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2979 @include posix-functions/isgreater.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2980 @include posix-functions/isgreaterequal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2981 @include posix-functions/isinf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2982 @include posix-functions/isless.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2983 @include posix-functions/islessequal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2984 @include posix-functions/islessgreater.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2985 @include posix-functions/islower.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2986 @include posix-functions/islower_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2987 @include posix-functions/isnan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2988 @include posix-functions/isnormal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2989 @include posix-functions/isprint.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2990 @include posix-functions/isprint_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2991 @include posix-functions/ispunct.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2992 @include posix-functions/ispunct_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2993 @include posix-functions/isspace.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2994 @include posix-functions/isspace_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2995 @include posix-functions/isunordered.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2996 @include posix-functions/isupper.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2997 @include posix-functions/isupper_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
2998 @include posix-functions/iswalnum.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
2999 @include posix-functions/iswalnum_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3000 @include posix-functions/iswalpha.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3001 @include posix-functions/iswalpha_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3002 @include posix-functions/iswblank.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3003 @include posix-functions/iswblank_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3004 @include posix-functions/iswcntrl.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3005 @include posix-functions/iswcntrl_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3006 @include posix-functions/iswctype.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3007 @include posix-functions/iswctype_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3008 @include posix-functions/iswdigit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3009 @include posix-functions/iswdigit_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3010 @include posix-functions/iswgraph.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3011 @include posix-functions/iswgraph_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3012 @include posix-functions/iswlower.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3013 @include posix-functions/iswlower_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3014 @include posix-functions/iswprint.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3015 @include posix-functions/iswprint_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3016 @include posix-functions/iswpunct.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3017 @include posix-functions/iswpunct_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3018 @include posix-functions/iswspace.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3019 @include posix-functions/iswspace_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3020 @include posix-functions/iswupper.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3021 @include posix-functions/iswupper_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3022 @include posix-functions/iswxdigit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3023 @include posix-functions/iswxdigit_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3024 @include posix-functions/isxdigit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3025 @include posix-functions/isxdigit_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3026 @include posix-functions/j0.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3027 @include posix-functions/j1.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3028 @include posix-functions/jn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3029 @include posix-functions/jrand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3030 @include posix-functions/kill.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3031 @include posix-functions/killpg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3032 @include posix-functions/l64a.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3033 @include posix-functions/labs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3034 @include posix-functions/lchown.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3035 @include posix-functions/lcong48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3036 @include posix-functions/ldexp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3037 @include posix-functions/ldexpf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3038 @include posix-functions/ldexpl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3039 @include posix-functions/ldiv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3040 @include posix-functions/lfind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3041 @include posix-functions/lgamma.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3042 @include posix-functions/lgammaf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3043 @include posix-functions/lgammal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3044 @include posix-functions/link.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3045 @include posix-functions/linkat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3046 @include posix-functions/lio_listio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3047 @include posix-functions/listen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3048 @include posix-functions/llabs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3049 @include posix-functions/lldiv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3050 @include posix-functions/llrint.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3051 @include posix-functions/llrintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3052 @include posix-functions/llrintl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3053 @include posix-functions/llround.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3054 @include posix-functions/llroundf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3055 @include posix-functions/llroundl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3056 @include posix-functions/localeconv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3057 @include posix-functions/localtime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3058 @include posix-functions/localtime_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3059 @include posix-functions/lockf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3060 @include posix-functions/log.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3061 @include posix-functions/log10.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3062 @include posix-functions/log10f.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3063 @include posix-functions/log10l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3064 @include posix-functions/log1p.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3065 @include posix-functions/log1pf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3066 @include posix-functions/log1pl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3067 @include posix-functions/log2.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3068 @include posix-functions/log2f.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3069 @include posix-functions/log2l.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3070 @include posix-functions/logb.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3071 @include posix-functions/logbf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3072 @include posix-functions/logbl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3073 @include posix-functions/logf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3074 @include posix-functions/logl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3075 @include posix-functions/longjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3076 @include posix-functions/lrand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3077 @include posix-functions/lrint.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3078 @include posix-functions/lrintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3079 @include posix-functions/lrintl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3080 @include posix-functions/lround.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3081 @include posix-functions/lroundf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3082 @include posix-functions/lroundl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3083 @include posix-functions/lsearch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3084 @include posix-functions/lseek.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3085 @include posix-functions/lstat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3086 @include posix-functions/malloc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3087 @include posix-functions/mblen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3088 @include posix-functions/mbrlen.texi |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
3089 @include posix-functions/mbrtoc16.texi |
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
3090 @include posix-functions/mbrtoc32.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3091 @include posix-functions/mbrtowc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3092 @include posix-functions/mbsinit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3093 @include posix-functions/mbsnrtowcs.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3094 @include posix-functions/mbsrtowcs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3095 @include posix-functions/mbstowcs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3096 @include posix-functions/mbtowc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3097 @include posix-functions/memccpy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3098 @include posix-functions/memchr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3099 @include posix-functions/memcmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3100 @include posix-functions/memcpy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3101 @include posix-functions/memmove.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3102 @include posix-functions/memset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3103 @include posix-functions/mkdir.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3104 @include posix-functions/mkdirat.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3105 @include posix-functions/mkdtemp.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3106 @include posix-functions/mkfifo.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3107 @include posix-functions/mkfifoat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3108 @include posix-functions/mknod.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3109 @include posix-functions/mknodat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3110 @include posix-functions/mkstemp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3111 @include posix-functions/mktime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3112 @include posix-functions/mlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3113 @include posix-functions/mlockall.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3114 @include posix-functions/mmap.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3115 @include posix-functions/modf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3116 @include posix-functions/modff.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3117 @include posix-functions/modfl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3118 @include posix-functions/mprotect.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3119 @include posix-functions/mq_close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3120 @include posix-functions/mq_getattr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3121 @include posix-functions/mq_notify.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3122 @include posix-functions/mq_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3123 @include posix-functions/mq_receive.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3124 @include posix-functions/mq_send.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3125 @include posix-functions/mq_setattr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3126 @include posix-functions/mq_timedreceive.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3127 @include posix-functions/mq_timedsend.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3128 @include posix-functions/mq_unlink.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3129 @include posix-functions/mrand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3130 @include posix-functions/msgctl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3131 @include posix-functions/msgget.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3132 @include posix-functions/msgrcv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3133 @include posix-functions/msgsnd.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3134 @include posix-functions/msync.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3135 @include posix-functions/munlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3136 @include posix-functions/munlockall.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3137 @include posix-functions/munmap.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3138 @include posix-functions/nan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3139 @include posix-functions/nanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3140 @include posix-functions/nanl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3141 @include posix-functions/nanosleep.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3142 @include posix-functions/nearbyint.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3143 @include posix-functions/nearbyintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3144 @include posix-functions/nearbyintl.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3145 @include posix-functions/newlocale.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3146 @include posix-functions/nextafter.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3147 @include posix-functions/nextafterf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3148 @include posix-functions/nextafterl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3149 @include posix-functions/nexttoward.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3150 @include posix-functions/nexttowardf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3151 @include posix-functions/nexttowardl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3152 @include posix-functions/nftw.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3153 @include posix-functions/nice.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3154 @include posix-functions/nl_langinfo.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3155 @include posix-functions/nl_langinfo_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3156 @include posix-functions/nrand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3157 @include posix-functions/ntohl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3158 @include posix-functions/ntohs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3159 @include posix-functions/open.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3160 @include posix-functions/openat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3161 @include posix-functions/opendir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3162 @include posix-functions/openlog.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3163 @include posix-functions/open_memstream.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3164 @include posix-functions/open_wmemstream.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3165 @include posix-functions/optarg.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3166 @include posix-functions/opterr.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3167 @include posix-functions/optind.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3168 @include posix-functions/optopt.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3169 @include posix-functions/pathconf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3170 @include posix-functions/pause.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3171 @include posix-functions/pclose.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3172 @include posix-functions/perror.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3173 @include posix-functions/pipe.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3174 @include posix-functions/poll.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3175 @include posix-functions/popen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3176 @include posix-functions/posix_fadvise.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3177 @include posix-functions/posix_fallocate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3178 @include posix-functions/posix_madvise.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3179 @include posix-functions/posix_mem_offset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3180 @include posix-functions/posix_memalign.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3181 @include posix-functions/posix_openpt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3182 @include posix-functions/posix_spawn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3183 @include posix-functions/posix_spawn_file_actions_addclose.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3184 @include posix-functions/posix_spawn_file_actions_adddup2.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3185 @include posix-functions/posix_spawn_file_actions_addopen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3186 @include posix-functions/posix_spawn_file_actions_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3187 @include posix-functions/posix_spawn_file_actions_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3188 @include posix-functions/posix_spawnattr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3189 @include posix-functions/posix_spawnattr_getflags.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3190 @include posix-functions/posix_spawnattr_getpgroup.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3191 @include posix-functions/posix_spawnattr_getschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3192 @include posix-functions/posix_spawnattr_getschedpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3193 @include posix-functions/posix_spawnattr_getsigdefault.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3194 @include posix-functions/posix_spawnattr_getsigmask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3195 @include posix-functions/posix_spawnattr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3196 @include posix-functions/posix_spawnattr_setflags.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3197 @include posix-functions/posix_spawnattr_setpgroup.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3198 @include posix-functions/posix_spawnattr_setschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3199 @include posix-functions/posix_spawnattr_setschedpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3200 @include posix-functions/posix_spawnattr_setsigdefault.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3201 @include posix-functions/posix_spawnattr_setsigmask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3202 @include posix-functions/posix_spawnp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3203 @include posix-functions/posix_trace_attr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3204 @include posix-functions/posix_trace_attr_getclockres.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3205 @include posix-functions/posix_trace_attr_getcreatetime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3206 @include posix-functions/posix_trace_attr_getgenversion.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3207 @include posix-functions/posix_trace_attr_getinherited.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3208 @include posix-functions/posix_trace_attr_getlogfullpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3209 @include posix-functions/posix_trace_attr_getlogsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3210 @include posix-functions/posix_trace_attr_getmaxdatasize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3211 @include posix-functions/posix_trace_attr_getmaxsystemeventsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3212 @include posix-functions/posix_trace_attr_getmaxusereventsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3213 @include posix-functions/posix_trace_attr_getname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3214 @include posix-functions/posix_trace_attr_getstreamfullpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3215 @include posix-functions/posix_trace_attr_getstreamsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3216 @include posix-functions/posix_trace_attr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3217 @include posix-functions/posix_trace_attr_setinherited.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3218 @include posix-functions/posix_trace_attr_setlogfullpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3219 @include posix-functions/posix_trace_attr_setlogsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3220 @include posix-functions/posix_trace_attr_setmaxdatasize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3221 @include posix-functions/posix_trace_attr_setname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3222 @include posix-functions/posix_trace_attr_setstreamfullpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3223 @include posix-functions/posix_trace_attr_setstreamsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3224 @include posix-functions/posix_trace_clear.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3225 @include posix-functions/posix_trace_close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3226 @include posix-functions/posix_trace_create.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3227 @include posix-functions/posix_trace_create_withlog.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3228 @include posix-functions/posix_trace_event.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3229 @include posix-functions/posix_trace_eventid_equal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3230 @include posix-functions/posix_trace_eventid_get_name.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3231 @include posix-functions/posix_trace_eventid_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3232 @include posix-functions/posix_trace_eventset_add.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3233 @include posix-functions/posix_trace_eventset_del.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3234 @include posix-functions/posix_trace_eventset_empty.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3235 @include posix-functions/posix_trace_eventset_fill.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3236 @include posix-functions/posix_trace_eventset_ismember.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3237 @include posix-functions/posix_trace_eventtypelist_getnext_id.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3238 @include posix-functions/posix_trace_eventtypelist_rewind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3239 @include posix-functions/posix_trace_flush.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3240 @include posix-functions/posix_trace_get_attr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3241 @include posix-functions/posix_trace_get_filter.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3242 @include posix-functions/posix_trace_get_status.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3243 @include posix-functions/posix_trace_getnext_event.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3244 @include posix-functions/posix_trace_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3245 @include posix-functions/posix_trace_rewind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3246 @include posix-functions/posix_trace_set_filter.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3247 @include posix-functions/posix_trace_shutdown.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3248 @include posix-functions/posix_trace_start.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3249 @include posix-functions/posix_trace_stop.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3250 @include posix-functions/posix_trace_timedgetnext_event.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3251 @include posix-functions/posix_trace_trid_eventid_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3252 @include posix-functions/posix_trace_trygetnext_event.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3253 @include posix-functions/posix_typed_mem_get_info.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3254 @include posix-functions/posix_typed_mem_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3255 @include posix-functions/pow.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3256 @include posix-functions/powf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3257 @include posix-functions/powl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3258 @include posix-functions/pread.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3259 @include posix-functions/printf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3260 @include posix-functions/pselect.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3261 @include posix-functions/psiginfo.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3262 @include posix-functions/psignal.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3263 @include posix-functions/pthread_atfork.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3264 @include posix-functions/pthread_attr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3265 @include posix-functions/pthread_attr_getdetachstate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3266 @include posix-functions/pthread_attr_getguardsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3267 @include posix-functions/pthread_attr_getinheritsched.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3268 @include posix-functions/pthread_attr_getschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3269 @include posix-functions/pthread_attr_getschedpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3270 @include posix-functions/pthread_attr_getscope.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3271 @include posix-functions/pthread_attr_getstack.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3272 @include posix-functions/pthread_attr_getstacksize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3273 @include posix-functions/pthread_attr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3274 @include posix-functions/pthread_attr_setdetachstate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3275 @include posix-functions/pthread_attr_setguardsize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3276 @include posix-functions/pthread_attr_setinheritsched.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3277 @include posix-functions/pthread_attr_setschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3278 @include posix-functions/pthread_attr_setschedpolicy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3279 @include posix-functions/pthread_attr_setscope.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3280 @include posix-functions/pthread_attr_setstack.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3281 @include posix-functions/pthread_attr_setstacksize.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3282 @include posix-functions/pthread_barrier_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3283 @include posix-functions/pthread_barrier_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3284 @include posix-functions/pthread_barrier_wait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3285 @include posix-functions/pthread_barrierattr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3286 @include posix-functions/pthread_barrierattr_getpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3287 @include posix-functions/pthread_barrierattr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3288 @include posix-functions/pthread_barrierattr_setpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3289 @include posix-functions/pthread_cancel.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3290 @include posix-functions/pthread_cleanup_pop.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3291 @include posix-functions/pthread_cleanup_push.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3292 @include posix-functions/pthread_cond_broadcast.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3293 @include posix-functions/pthread_cond_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3294 @include posix-functions/pthread_cond_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3295 @include posix-functions/pthread_cond_signal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3296 @include posix-functions/pthread_cond_timedwait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3297 @include posix-functions/pthread_cond_wait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3298 @include posix-functions/pthread_condattr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3299 @include posix-functions/pthread_condattr_getclock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3300 @include posix-functions/pthread_condattr_getpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3301 @include posix-functions/pthread_condattr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3302 @include posix-functions/pthread_condattr_setclock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3303 @include posix-functions/pthread_condattr_setpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3304 @include posix-functions/pthread_create.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3305 @include posix-functions/pthread_detach.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3306 @include posix-functions/pthread_equal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3307 @include posix-functions/pthread_exit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3308 @include posix-functions/pthread_getconcurrency.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3309 @include posix-functions/pthread_getcpuclockid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3310 @include posix-functions/pthread_getschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3311 @include posix-functions/pthread_getspecific.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3312 @include posix-functions/pthread_join.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3313 @include posix-functions/pthread_key_create.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3314 @include posix-functions/pthread_key_delete.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3315 @include posix-functions/pthread_kill.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3316 @include posix-functions/pthread_mutex_consistent.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3317 @include posix-functions/pthread_mutex_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3318 @include posix-functions/pthread_mutex_getprioceiling.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3319 @include posix-functions/pthread_mutex_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3320 @include posix-functions/pthread_mutex_lock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3321 @include posix-functions/pthread_mutex_setprioceiling.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3322 @include posix-functions/pthread_mutex_timedlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3323 @include posix-functions/pthread_mutex_trylock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3324 @include posix-functions/pthread_mutex_unlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3325 @include posix-functions/pthread_mutexattr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3326 @include posix-functions/pthread_mutexattr_getprioceiling.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3327 @include posix-functions/pthread_mutexattr_getprotocol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3328 @include posix-functions/pthread_mutexattr_getpshared.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3329 @include posix-functions/pthread_mutexattr_getrobust.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3330 @include posix-functions/pthread_mutexattr_gettype.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3331 @include posix-functions/pthread_mutexattr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3332 @include posix-functions/pthread_mutexattr_setprioceiling.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3333 @include posix-functions/pthread_mutexattr_setprotocol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3334 @include posix-functions/pthread_mutexattr_setpshared.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3335 @include posix-functions/pthread_mutexattr_setrobust.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3336 @include posix-functions/pthread_mutexattr_settype.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3337 @include posix-functions/pthread_once.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3338 @include posix-functions/pthread_rwlock_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3339 @include posix-functions/pthread_rwlock_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3340 @include posix-functions/pthread_rwlock_rdlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3341 @include posix-functions/pthread_rwlock_timedrdlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3342 @include posix-functions/pthread_rwlock_timedwrlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3343 @include posix-functions/pthread_rwlock_tryrdlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3344 @include posix-functions/pthread_rwlock_trywrlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3345 @include posix-functions/pthread_rwlock_unlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3346 @include posix-functions/pthread_rwlock_wrlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3347 @include posix-functions/pthread_rwlockattr_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3348 @include posix-functions/pthread_rwlockattr_getpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3349 @include posix-functions/pthread_rwlockattr_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3350 @include posix-functions/pthread_rwlockattr_setpshared.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3351 @include posix-functions/pthread_self.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3352 @include posix-functions/pthread_setcancelstate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3353 @include posix-functions/pthread_setcanceltype.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3354 @include posix-functions/pthread_setconcurrency.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3355 @include posix-functions/pthread_setschedparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3356 @include posix-functions/pthread_setschedprio.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3357 @include posix-functions/pthread_setspecific.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3358 @include posix-functions/pthread_sigmask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3359 @include posix-functions/pthread_spin_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3360 @include posix-functions/pthread_spin_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3361 @include posix-functions/pthread_spin_lock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3362 @include posix-functions/pthread_spin_trylock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3363 @include posix-functions/pthread_spin_unlock.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3364 @include posix-functions/pthread_testcancel.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3365 @include posix-functions/ptsname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3366 @include posix-functions/putc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3367 @include posix-functions/putc_unlocked.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3368 @include posix-functions/putchar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3369 @include posix-functions/putchar_unlocked.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3370 @include posix-functions/putenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3371 @include posix-functions/putmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3372 @include posix-functions/putpmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3373 @include posix-functions/puts.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3374 @include posix-functions/pututxline.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3375 @include posix-functions/putwc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3376 @include posix-functions/putwchar.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3377 @include posix-functions/pwrite.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3378 @include posix-functions/qsort.texi |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
3379 @include posix-functions/quick_exit.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3380 @include posix-functions/raise.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3381 @include posix-functions/rand.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3382 @include posix-functions/rand_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3383 @include posix-functions/random.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3384 @include posix-functions/read.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3385 @include posix-functions/readdir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3386 @include posix-functions/readdir_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3387 @include posix-functions/readlink.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3388 @include posix-functions/readlinkat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3389 @include posix-functions/readv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3390 @include posix-functions/realloc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3391 @include posix-functions/realpath.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3392 @include posix-functions/recv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3393 @include posix-functions/recvfrom.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3394 @include posix-functions/recvmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3395 @include posix-functions/regcomp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3396 @include posix-functions/regerror.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3397 @include posix-functions/regexec.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3398 @include posix-functions/regfree.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3399 @include posix-functions/remainder.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3400 @include posix-functions/remainderf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3401 @include posix-functions/remainderl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3402 @include posix-functions/remove.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3403 @include posix-functions/remque.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3404 @include posix-functions/remquo.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3405 @include posix-functions/remquof.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3406 @include posix-functions/remquol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3407 @include posix-functions/rename.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3408 @include posix-functions/renameat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3409 @include posix-functions/rewind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3410 @include posix-functions/rewinddir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3411 @include posix-functions/rint.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3412 @include posix-functions/rintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3413 @include posix-functions/rintl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3414 @include posix-functions/rmdir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3415 @include posix-functions/round.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3416 @include posix-functions/roundf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3417 @include posix-functions/roundl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3418 @include posix-functions/scalbln.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3419 @include posix-functions/scalblnf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3420 @include posix-functions/scalblnl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3421 @include posix-functions/scalbn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3422 @include posix-functions/scalbnf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3423 @include posix-functions/scalbnl.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3424 @include posix-functions/scandir.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3425 @include posix-functions/scanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3426 @include posix-functions/sched_get_priority_max.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3427 @include posix-functions/sched_get_priority_min.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3428 @include posix-functions/sched_getparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3429 @include posix-functions/sched_getscheduler.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3430 @include posix-functions/sched_rr_get_interval.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3431 @include posix-functions/sched_setparam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3432 @include posix-functions/sched_setscheduler.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3433 @include posix-functions/sched_yield.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3434 @include posix-functions/seed48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3435 @include posix-functions/seekdir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3436 @include posix-functions/select.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3437 @include posix-functions/sem_close.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3438 @include posix-functions/sem_destroy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3439 @include posix-functions/sem_getvalue.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3440 @include posix-functions/sem_init.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3441 @include posix-functions/sem_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3442 @include posix-functions/sem_post.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3443 @include posix-functions/sem_timedwait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3444 @include posix-functions/sem_trywait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3445 @include posix-functions/sem_unlink.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3446 @include posix-functions/sem_wait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3447 @include posix-functions/semctl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3448 @include posix-functions/semget.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3449 @include posix-functions/semop.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3450 @include posix-functions/send.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3451 @include posix-functions/sendmsg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3452 @include posix-functions/sendto.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3453 @include posix-functions/setbuf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3454 @include posix-functions/setegid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3455 @include posix-functions/setenv.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3456 @include posix-functions/seteuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3457 @include posix-functions/setgid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3458 @include posix-functions/setgrent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3459 @include posix-functions/sethostent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3460 @include posix-functions/setitimer.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3461 @include posix-functions/setjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3462 @include posix-functions/setkey.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3463 @include posix-functions/setlocale.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3464 @include posix-functions/setlogmask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3465 @include posix-functions/setnetent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3466 @include posix-functions/setpgid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3467 @include posix-functions/setpgrp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3468 @include posix-functions/setpriority.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3469 @include posix-functions/setprotoent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3470 @include posix-functions/setpwent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3471 @include posix-functions/setregid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3472 @include posix-functions/setreuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3473 @include posix-functions/setrlimit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3474 @include posix-functions/setservent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3475 @include posix-functions/setsid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3476 @include posix-functions/setsockopt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3477 @include posix-functions/setstate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3478 @include posix-functions/setuid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3479 @include posix-functions/setutxent.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3480 @include posix-functions/setvbuf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3481 @include posix-functions/shm_open.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3482 @include posix-functions/shm_unlink.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3483 @include posix-functions/shmat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3484 @include posix-functions/shmctl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3485 @include posix-functions/shmdt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3486 @include posix-functions/shmget.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3487 @include posix-functions/shutdown.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3488 @include posix-functions/sigaction.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3489 @include posix-functions/sigaddset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3490 @include posix-functions/sigaltstack.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3491 @include posix-functions/sigdelset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3492 @include posix-functions/sigemptyset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3493 @include posix-functions/sigfillset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3494 @include posix-functions/sighold.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3495 @include posix-functions/sigignore.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3496 @include posix-functions/siginterrupt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3497 @include posix-functions/sigismember.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3498 @include posix-functions/siglongjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3499 @include posix-functions/signal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3500 @include posix-functions/signbit.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3501 @include posix-functions/signgam.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3502 @include posix-functions/sigpause.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3503 @include posix-functions/sigpending.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3504 @include posix-functions/sigprocmask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3505 @include posix-functions/sigqueue.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3506 @include posix-functions/sigrelse.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3507 @include posix-functions/sigset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3508 @include posix-functions/sigsetjmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3509 @include posix-functions/sigsuspend.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3510 @include posix-functions/sigtimedwait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3511 @include posix-functions/sigwait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3512 @include posix-functions/sigwaitinfo.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3513 @include posix-functions/sin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3514 @include posix-functions/sinf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3515 @include posix-functions/sinh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3516 @include posix-functions/sinhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3517 @include posix-functions/sinhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3518 @include posix-functions/sinl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3519 @include posix-functions/sleep.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3520 @include posix-functions/snprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3521 @include posix-functions/sockatmark.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3522 @include posix-functions/socket.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3523 @include posix-functions/socketpair.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3524 @include posix-functions/sprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3525 @include posix-functions/sqrt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3526 @include posix-functions/sqrtf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3527 @include posix-functions/sqrtl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3528 @include posix-functions/srand.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3529 @include posix-functions/srand48.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3530 @include posix-functions/srandom.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3531 @include posix-functions/sscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3532 @include posix-functions/stat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3533 @include posix-functions/statvfs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3534 @include posix-functions/stderr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3535 @include posix-functions/stdin.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3536 @include posix-functions/stdout.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3537 @include posix-functions/stpcpy.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3538 @include posix-functions/stpncpy.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3539 @include posix-functions/strcasecmp.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3540 @include posix-functions/strcasecmp_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3541 @include posix-functions/strcat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3542 @include posix-functions/strchr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3543 @include posix-functions/strcmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3544 @include posix-functions/strcoll.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3545 @include posix-functions/strcoll_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3546 @include posix-functions/strcpy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3547 @include posix-functions/strcspn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3548 @include posix-functions/strdup.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3549 @include posix-functions/strerror.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3550 @include posix-functions/strerror_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3551 @include posix-functions/strerror_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3552 @include posix-functions/strfmon.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3553 @include posix-functions/strfmon_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3554 @include posix-functions/strftime.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3555 @include posix-functions/strftime_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3556 @include posix-functions/strlen.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3557 @include posix-functions/strncasecmp.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3558 @include posix-functions/strncasecmp_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3559 @include posix-functions/strncat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3560 @include posix-functions/strncmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3561 @include posix-functions/strncpy.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3562 @include posix-functions/strndup.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3563 @include posix-functions/strnlen.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3564 @include posix-functions/strpbrk.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3565 @include posix-functions/strptime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3566 @include posix-functions/strrchr.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3567 @include posix-functions/strsignal.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3568 @include posix-functions/strspn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3569 @include posix-functions/strstr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3570 @include posix-functions/strtod.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3571 @include posix-functions/strtof.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3572 @include posix-functions/strtoimax.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3573 @include posix-functions/strtok.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3574 @include posix-functions/strtok_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3575 @include posix-functions/strtol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3576 @include posix-functions/strtold.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3577 @include posix-functions/strtoll.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3578 @include posix-functions/strtoul.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3579 @include posix-functions/strtoull.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3580 @include posix-functions/strtoumax.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3581 @include posix-functions/strxfrm.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3582 @include posix-functions/strxfrm_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3583 @include posix-functions/swab.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3584 @include posix-functions/swprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3585 @include posix-functions/swscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3586 @include posix-functions/symlink.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3587 @include posix-functions/symlinkat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3588 @include posix-functions/sync.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3589 @include posix-functions/sysconf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3590 @include posix-functions/syslog.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3591 @include posix-functions/system.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3592 @include posix-functions/tan.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3593 @include posix-functions/tanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3594 @include posix-functions/tanh.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3595 @include posix-functions/tanhf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3596 @include posix-functions/tanhl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3597 @include posix-functions/tanl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3598 @include posix-functions/tcdrain.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3599 @include posix-functions/tcflow.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3600 @include posix-functions/tcflush.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3601 @include posix-functions/tcgetattr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3602 @include posix-functions/tcgetpgrp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3603 @include posix-functions/tcgetsid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3604 @include posix-functions/tcsendbreak.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3605 @include posix-functions/tcsetattr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3606 @include posix-functions/tcsetpgrp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3607 @include posix-functions/tdelete.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3608 @include posix-functions/telldir.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3609 @include posix-functions/tempnam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3610 @include posix-functions/tfind.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3611 @include posix-functions/tgamma.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3612 @include posix-functions/tgammaf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3613 @include posix-functions/tgammal.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3614 @include posix-functions/time.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3615 @include posix-functions/timer_create.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3616 @include posix-functions/timer_delete.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3617 @include posix-functions/timer_getoverrun.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3618 @include posix-functions/timer_gettime.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3619 @include posix-functions/timer_settime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3620 @include posix-functions/times.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3621 @include posix-functions/timezone.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3622 @include posix-functions/tmpfile.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3623 @include posix-functions/tmpnam.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3624 @include posix-functions/toascii.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3625 @include posix-functions/tolower.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3626 @include posix-functions/tolower_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3627 @include posix-functions/toupper.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3628 @include posix-functions/toupper_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3629 @include posix-functions/towctrans.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3630 @include posix-functions/towctrans_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3631 @include posix-functions/towlower.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3632 @include posix-functions/towlower_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3633 @include posix-functions/towupper.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3634 @include posix-functions/towupper_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3635 @include posix-functions/trunc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3636 @include posix-functions/truncate.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3637 @include posix-functions/truncf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3638 @include posix-functions/truncl.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3639 @include posix-functions/tsearch.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3640 @include posix-functions/ttyname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3641 @include posix-functions/ttyname_r.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3642 @include posix-functions/twalk.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3643 @include posix-functions/tzname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3644 @include posix-functions/tzset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3645 @include posix-functions/ulimit.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3646 @include posix-functions/umask.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3647 @include posix-functions/uname.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3648 @include posix-functions/ungetc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3649 @include posix-functions/ungetwc.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3650 @include posix-functions/unlink.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3651 @include posix-functions/unlinkat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3652 @include posix-functions/unlockpt.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3653 @include posix-functions/unsetenv.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3654 @include posix-functions/uselocale.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3655 @include posix-functions/utime.texi |
10880
b1d6a7b9222f
Document functions that have been added to POSIX:2008.
Bruno Haible <bruno@clisp.org>
parents:
10879
diff
changeset
|
3656 @include posix-functions/utimensat.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3657 @include posix-functions/utimes.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3658 @include posix-functions/va_arg.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3659 @include posix-functions/va_copy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3660 @include posix-functions/va_end.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3661 @include posix-functions/va_start.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3662 @include posix-functions/vdprintf.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3663 @include posix-functions/vfprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3664 @include posix-functions/vfscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3665 @include posix-functions/vfwprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3666 @include posix-functions/vfwscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3667 @include posix-functions/vprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3668 @include posix-functions/vscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3669 @include posix-functions/vsnprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3670 @include posix-functions/vsprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3671 @include posix-functions/vsscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3672 @include posix-functions/vswprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3673 @include posix-functions/vswscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3674 @include posix-functions/vwprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3675 @include posix-functions/vwscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3676 @include posix-functions/wait.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3677 @include posix-functions/waitid.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3678 @include posix-functions/waitpid.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3679 @include posix-functions/wcpcpy.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3680 @include posix-functions/wcpncpy.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3681 @include posix-functions/wcrtomb.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3682 @include posix-functions/wcscasecmp.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3683 @include posix-functions/wcscasecmp_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3684 @include posix-functions/wcscat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3685 @include posix-functions/wcschr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3686 @include posix-functions/wcscmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3687 @include posix-functions/wcscoll.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3688 @include posix-functions/wcscoll_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3689 @include posix-functions/wcscpy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3690 @include posix-functions/wcscspn.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3691 @include posix-functions/wcsdup.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3692 @include posix-functions/wcsftime.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3693 @include posix-functions/wcslen.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3694 @include posix-functions/wcsncasecmp.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3695 @include posix-functions/wcsncasecmp_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3696 @include posix-functions/wcsncat.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3697 @include posix-functions/wcsncmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3698 @include posix-functions/wcsncpy.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3699 @include posix-functions/wcsnlen.texi |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3700 @include posix-functions/wcsnrtombs.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3701 @include posix-functions/wcspbrk.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3702 @include posix-functions/wcsrchr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3703 @include posix-functions/wcsrtombs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3704 @include posix-functions/wcsspn.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3705 @include posix-functions/wcsstr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3706 @include posix-functions/wcstod.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3707 @include posix-functions/wcstof.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3708 @include posix-functions/wcstoimax.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3709 @include posix-functions/wcstok.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3710 @include posix-functions/wcstol.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3711 @include posix-functions/wcstold.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3712 @include posix-functions/wcstoll.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3713 @include posix-functions/wcstombs.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3714 @include posix-functions/wcstoul.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3715 @include posix-functions/wcstoull.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3716 @include posix-functions/wcstoumax.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3717 @include posix-functions/wcswidth.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3718 @include posix-functions/wcsxfrm.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3719 @include posix-functions/wcsxfrm_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3720 @include posix-functions/wctob.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3721 @include posix-functions/wctomb.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3722 @include posix-functions/wctrans.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3723 @include posix-functions/wctrans_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3724 @include posix-functions/wctype.texi |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
3725 @include posix-functions/wctype_l.texi |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3726 @include posix-functions/wcwidth.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3727 @include posix-functions/wmemchr.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3728 @include posix-functions/wmemcmp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3729 @include posix-functions/wmemcpy.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3730 @include posix-functions/wmemmove.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3731 @include posix-functions/wmemset.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3732 @include posix-functions/wordexp.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3733 @include posix-functions/wordfree.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3734 @include posix-functions/wprintf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3735 @include posix-functions/write.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3736 @include posix-functions/writev.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3737 @include posix-functions/wscanf.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3738 @include posix-functions/y0.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3739 @include posix-functions/y1.texi |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
9635
diff
changeset
|
3740 @include posix-functions/yn.texi |
8775
dd2d58dfa0a8
Add doc chapter about the POSIX functions.
Bruno Haible <bruno@clisp.org>
parents:
8743
diff
changeset
|
3741 |
10875
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3742 @node Legacy Function Substitutes |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3743 @chapter Past POSIX Function Substitutes |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3744 |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3745 This chapter describes which functions and function-like macros specified by |
17231
cf6928b1dc95
doc: omit mention of version when not needed
Paul Eggert <eggert@cs.ucla.edu>
parents:
17223
diff
changeset
|
3746 older versions of POSIX are substituted by Gnulib, which |
10875
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3747 portability pitfalls are fixed by Gnulib, and which (known) portability |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3748 problems are not worked around by Gnulib. |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3749 |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3750 @nosuchmodulenote function |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3751 |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3752 @menu |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3753 * bcmp:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3754 * bcopy:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3755 * bsd_signal:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3756 * bzero:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3757 * ecvt:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3758 * fcvt:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3759 * ftime:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3760 * gcvt:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3761 * getcontext:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3762 * gethostbyaddr:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3763 * gethostbyname:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3764 * getwd:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3765 * h_errno:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3766 * index:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3767 * makecontext:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3768 * mktemp:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3769 * pthread_attr_getstackaddr:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3770 * pthread_attr_setstackaddr:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3771 * rindex:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3772 * scalb:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3773 * setcontext:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3774 * swapcontext:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3775 * ualarm:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3776 * usleep:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3777 * vfork:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3778 * wcswcs:: |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3779 @end menu |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3780 |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3781 @include pastposix-functions/bcmp.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3782 @include pastposix-functions/bcopy.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3783 @include pastposix-functions/bsd_signal.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3784 @include pastposix-functions/bzero.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3785 @include pastposix-functions/ecvt.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3786 @include pastposix-functions/fcvt.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3787 @include pastposix-functions/ftime.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3788 @include pastposix-functions/gcvt.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3789 @include pastposix-functions/getcontext.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3790 @include pastposix-functions/gethostbyaddr.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3791 @include pastposix-functions/gethostbyname.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3792 @include pastposix-functions/getwd.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3793 @include pastposix-functions/h_errno.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3794 @include pastposix-functions/index.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3795 @include pastposix-functions/makecontext.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3796 @include pastposix-functions/mktemp.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3797 @include pastposix-functions/pthread_attr_getstackaddr.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3798 @include pastposix-functions/pthread_attr_setstackaddr.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3799 @include pastposix-functions/rindex.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3800 @include pastposix-functions/scalb.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3801 @include pastposix-functions/setcontext.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3802 @include pastposix-functions/swapcontext.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3803 @include pastposix-functions/ualarm.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3804 @include pastposix-functions/usleep.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3805 @include pastposix-functions/vfork.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3806 @include pastposix-functions/wcswcs.texi |
4e0702ce194a
Update doc for POSIX:2008. Part 1: Function removals.
Bruno Haible <bruno@clisp.org>
parents:
10850
diff
changeset
|
3807 |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3808 @node Glibc Header File Substitutes |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3809 @chapter Glibc Header File Substitutes |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3810 |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3811 This chapter describes which header files contained in GNU libc but not |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3812 specified by ISO C or POSIX are substituted by Gnulib, which portability |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3813 pitfalls are fixed by Gnulib, and which (known) portability problems are |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3814 not worked around by Gnulib. |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3815 |
9767
05802ff94555
Talk about "header file", not "header".
Bruno Haible <bruno@clisp.org>
parents:
9766
diff
changeset
|
3816 @nosuchmodulenote header file |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
3817 |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3818 @menu |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3819 * a.out.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3820 * aliases.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3821 * alloca.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3822 * ar.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3823 * argp.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3824 * argz.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3825 * byteswap.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3826 * crypt.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3827 * endian.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3828 * envz.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3829 * err.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3830 * error.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3831 * execinfo.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3832 * fpu_control.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3833 * fstab.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3834 * fts.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3835 * getopt.h:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
3836 * gshadow.h:: |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3837 * ieee754.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3838 * ifaddrs.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3839 * libintl.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3840 * mcheck.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3841 * mntent.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3842 * obstack.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3843 * paths.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3844 * printf.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3845 * pty.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3846 * resolv.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3847 * shadow.h:: |
10611
02d4e9fb77b9
Document <sys/ioctl.h> status.
Bruno Haible <bruno@clisp.org>
parents:
10224
diff
changeset
|
3848 * sys/ioctl.h:: |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3849 * sysexits.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3850 * ttyent.h:: |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3851 @end menu |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3852 |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3853 @include glibc-headers/a.out.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3854 @include glibc-headers/aliases.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3855 @include glibc-headers/alloca.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3856 @include glibc-headers/ar.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3857 @include glibc-headers/argp.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3858 @include glibc-headers/argz.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3859 @include glibc-headers/byteswap.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3860 @include glibc-headers/crypt.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3861 @include glibc-headers/endian.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3862 @include glibc-headers/envz.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3863 @include glibc-headers/err.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3864 @include glibc-headers/error.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3865 @include glibc-headers/execinfo.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3866 @include glibc-headers/fpu_control.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3867 @include glibc-headers/fstab.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3868 @include glibc-headers/fts.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3869 @include glibc-headers/getopt.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
3870 @include glibc-headers/gshadow.texi |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3871 @include glibc-headers/ieee754.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3872 @include glibc-headers/ifaddrs.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3873 @include glibc-headers/libintl.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3874 @include glibc-headers/mcheck.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3875 @include glibc-headers/mntent.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3876 @include glibc-headers/obstack.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3877 @include glibc-headers/paths.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3878 @include glibc-headers/printf.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3879 @include glibc-headers/pty.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3880 @include glibc-headers/resolv.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3881 @include glibc-headers/shadow.texi |
10611
02d4e9fb77b9
Document <sys/ioctl.h> status.
Bruno Haible <bruno@clisp.org>
parents:
10224
diff
changeset
|
3882 @include glibc-headers/sys_ioctl.texi |
9611
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3883 @include glibc-headers/sysexits.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3884 @include glibc-headers/ttyent.texi |
44dd0c8a835f
Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
9603
diff
changeset
|
3885 |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3886 @node Glibc Function Substitutes |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3887 @chapter Glibc Function Substitutes |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3888 |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3889 This chapter describes which functions and function-like macros |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
3890 provided as extensions by at least GNU libc are also supported by Gnulib, |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3891 which portability pitfalls are fixed by Gnulib, and which (known) |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3892 portability problems are not worked around by Gnulib. |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3893 |
9766
bef0d9fb5b1b
Consistent explanation of "Gnulib module: ..." notation.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
9764
diff
changeset
|
3894 @nosuchmodulenote function |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3895 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
3896 This list of functions is sorted according to the header that declares them. |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
3897 |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
3898 @menu |
10095 | 3899 * Glibc aio.h:: |
3900 * Glibc aliases.h:: | |
3901 * Glibc argp.h:: | |
3902 * Glibc argz.h:: | |
3903 * Glibc arpa/inet.h:: | |
3904 * Glibc byteswap.h:: | |
3905 * Glibc complex.h:: | |
3906 * Glibc crypt.h:: | |
3907 * Glibc ctype.h:: | |
3908 * Glibc dirent.h:: | |
3909 * Glibc dlfcn.h:: | |
3910 * Glibc envz.h:: | |
3911 * Glibc err.h:: | |
3912 * Glibc errno.h:: | |
3913 * Glibc error.h:: | |
3914 * Glibc execinfo.h:: | |
3915 * Glibc fcntl.h:: | |
3916 * Glibc fenv.h:: | |
3917 * Glibc fmtmsg.h:: | |
3918 * Glibc fstab.h:: | |
3919 * Glibc fts.h:: | |
3920 * Glibc getopt.h:: | |
3921 * Glibc glob.h:: | |
3922 * Glibc gnu/libc-version.h:: | |
3923 * Glibc grp.h:: | |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
3924 * Glibc gshadow.h:: |
10095 | 3925 * Glibc ifaddrs.h:: |
3926 * Glibc libintl.h:: | |
3927 * Glibc link.h:: | |
3928 * Glibc malloc.h:: | |
3929 * Glibc math.h:: | |
3930 * Glibc mcheck.h:: | |
3931 * Glibc mntent.h:: | |
3932 * Glibc netdb.h:: | |
3933 * Glibc netinet/ether.h:: | |
3934 * Glibc netinet/in.h:: | |
3935 * Glibc obstack.h:: | |
3936 * Glibc printf.h:: | |
3937 * Glibc pthread.h:: | |
12403
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
3938 * Glibc pty.h:: |
10095 | 3939 * Glibc pwd.h:: |
3940 * Glibc regex.h:: | |
3941 * Glibc regexp.h:: | |
3942 * Glibc resolv.h:: | |
3943 * Glibc rpc/auth.h:: | |
3944 * Glibc rpc/auth_des.h:: | |
3945 * Glibc rpc/auth_unix.h:: | |
3946 * Glibc rpc/clnt.h:: | |
3947 * Glibc rpc/des_crypt.h:: | |
3948 * Glibc rpc/key_prot.h:: | |
3949 * Glibc rpc/netdb.h:: | |
3950 * Glibc rpc/pmap_clnt.h:: | |
3951 * Glibc rpc/pmap_prot.h:: | |
3952 * Glibc rpc/pmap_rmt.h:: | |
3953 * Glibc rpc/rpc_msg.h:: | |
3954 * Glibc rpc/svc.h:: | |
3955 * Glibc rpc/xdr.h:: | |
3956 * Glibc rpcsvc/nislib.h:: | |
3957 * Glibc rpcsvc/nis_callback.h:: | |
3958 * Glibc rpcsvc/yp.h:: | |
3959 * Glibc rpcsvc/yp_prot.h:: | |
3960 * Glibc rpcsvc/ypclnt.h:: | |
3961 * Glibc rpcsvc/ypupd.h:: | |
3962 * Glibc sched.h:: | |
3963 * Glibc search.h:: | |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
3964 * Glibc selinux/selinux.h:: |
10095 | 3965 * Glibc shadow.h:: |
3966 * Glibc signal.h:: | |
3967 * Glibc stdio.h:: | |
3968 * Glibc stdlib.h:: | |
3969 * Glibc string.h:: | |
3970 * Glibc sys/capability.h:: | |
3971 * Glibc sys/epoll.h:: | |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
3972 * Glibc sys/fanotify.h:: |
10095 | 3973 * Glibc sys/file.h:: |
3974 * Glibc sys/fsuid.h:: | |
3975 * Glibc sys/gmon.h:: | |
3976 * Glibc sys/io.h and sys/perm.h:: | |
3977 * Glibc sys/kdaemon.h:: | |
3978 * Glibc sys/klog.h:: | |
3979 * Glibc sys/mman.h:: | |
3980 * Glibc sys/mount.h:: | |
3981 * Glibc sys/personality.h:: | |
3982 * Glibc sys/prctl.h:: | |
3983 * Glibc sys/profil.h:: | |
3984 * Glibc sys/ptrace.h:: | |
3985 * Glibc sys/quota.h:: | |
3986 * Glibc sys/reboot.h:: | |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
3987 * Glibc sys/resource.h:: |
10095 | 3988 * Glibc sys/sem.h:: |
3989 * Glibc sys/sendfile.h:: | |
3990 * Glibc sys/socket.h:: | |
3991 * Glibc sys/stat.h:: | |
3992 * Glibc sys/statfs.h:: | |
3993 * Glibc sys/swap.h:: | |
3994 * Glibc sys/sysctl.h:: | |
3995 * Glibc sys/sysinfo.h:: | |
3996 * Glibc sys/syslog.h:: | |
3997 * Glibc sys/sysmacros.h:: | |
3998 * Glibc sys/time.h:: | |
3999 * Glibc sys/timex.h:: | |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4000 * Glibc sys/uio.h:: |
10095 | 4001 * Glibc sys/ustat.h:: |
4002 * Glibc sys/vlimit.h:: | |
4003 * Glibc sys/vm86.h:: | |
4004 * Glibc sys/vtimes.h:: | |
4005 * Glibc sys/wait.h:: | |
4006 * Glibc sys/xattr.h:: | |
4007 * Glibc termios.h:: | |
4008 * Glibc time.h:: | |
4009 * Glibc ttyent.h:: | |
4010 * Glibc unistd.h:: | |
4011 * Glibc utmp.h:: | |
4012 * Glibc utmpx.h:: | |
4013 * Glibc wchar.h:: | |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4014 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4015 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4016 @c @node Glibc a.out.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4017 @c @section Glibc @code{<a.out.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4018 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4019 @node Glibc aio.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4020 @section Glibc Extensions to @code{<aio.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4021 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4022 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4023 * aio_init:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4024 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4025 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4026 @include glibc-functions/aio_init.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4027 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4028 @node Glibc aliases.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4029 @section Glibc @code{<aliases.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4030 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4031 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4032 * endaliasent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4033 * getaliasbyname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4034 * getaliasbyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4035 * getaliasent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4036 * getaliasent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4037 * setaliasent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4038 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4039 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4040 @include glibc-functions/endaliasent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4041 @include glibc-functions/getaliasbyname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4042 @include glibc-functions/getaliasbyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4043 @include glibc-functions/getaliasent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4044 @include glibc-functions/getaliasent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4045 @include glibc-functions/setaliasent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4046 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4047 @c @node Glibc alloca.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4048 @c @section Glibc @code{<alloca.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4049 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4050 @c @node Glibc ar.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4051 @c @section Glibc @code{<ar.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4052 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4053 @node Glibc argp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4054 @section Glibc @code{<argp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4055 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4056 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4057 * argp_err_exit_status:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4058 * argp_error:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4059 * argp_failure:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4060 * argp_help:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4061 * argp_parse:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4062 * argp_program_bug_address:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4063 * argp_program_version:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4064 * argp_program_version_hook:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4065 * argp_state_help:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4066 * argp_usage:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4067 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4068 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4069 @include glibc-functions/argp_err_exit_status.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4070 @include glibc-functions/argp_error.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4071 @include glibc-functions/argp_failure.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4072 @include glibc-functions/argp_help.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4073 @include glibc-functions/argp_parse.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4074 @include glibc-functions/argp_program_bug_address.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4075 @include glibc-functions/argp_program_version.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4076 @include glibc-functions/argp_program_version_hook.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4077 @include glibc-functions/argp_state_help.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4078 @include glibc-functions/argp_usage.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4079 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4080 @node Glibc argz.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4081 @section Glibc @code{<argz.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4082 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4083 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4084 * argz_add:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4085 * argz_add_sep:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4086 * argz_append:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4087 * argz_count:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4088 * argz_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4089 * argz_create_sep:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4090 * argz_delete:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4091 * argz_extract:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4092 * argz_insert:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4093 * argz_next:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4094 * argz_replace:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4095 * argz_stringify:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4096 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4097 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4098 @include glibc-functions/argz_add.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4099 @include glibc-functions/argz_add_sep.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4100 @include glibc-functions/argz_append.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4101 @include glibc-functions/argz_count.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4102 @include glibc-functions/argz_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4103 @include glibc-functions/argz_create_sep.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4104 @include glibc-functions/argz_delete.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4105 @include glibc-functions/argz_extract.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4106 @include glibc-functions/argz_insert.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4107 @include glibc-functions/argz_next.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4108 @include glibc-functions/argz_replace.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4109 @include glibc-functions/argz_stringify.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4110 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4111 @node Glibc arpa/inet.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4112 @section Glibc Extensions to @code{<arpa/inet.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4113 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4114 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4115 * inet_aton:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4116 * inet_lnaof:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4117 * inet_makeaddr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4118 * inet_net_ntop:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4119 * inet_net_pton:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4120 * inet_neta:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4121 * inet_netof:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4122 * inet_network:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4123 * inet_nsap_addr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4124 * inet_nsap_ntoa:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4125 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4126 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4127 @include glibc-functions/inet_aton.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4128 @include glibc-functions/inet_lnaof.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4129 @include glibc-functions/inet_makeaddr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4130 @include glibc-functions/inet_net_ntop.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4131 @include glibc-functions/inet_net_pton.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4132 @include glibc-functions/inet_neta.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4133 @include glibc-functions/inet_netof.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4134 @include glibc-functions/inet_network.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4135 @include glibc-functions/inet_nsap_addr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4136 @include glibc-functions/inet_nsap_ntoa.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4137 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4138 @c @node Glibc assert.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4139 @c @section Glibc Extensions to @code{<assert.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4140 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4141 @node Glibc byteswap.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4142 @section Glibc @code{<byteswap.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4143 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4144 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4145 * bswap_16:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4146 * bswap_32:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4147 * bswap_64:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4148 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4149 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4150 @include glibc-functions/bswap_16.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4151 @include glibc-functions/bswap_32.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4152 @include glibc-functions/bswap_64.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4153 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4154 @node Glibc complex.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4155 @section Glibc Extensions to @code{<complex.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4156 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4157 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4158 * clog10:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4159 * clog10f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4160 * clog10l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4161 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4162 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4163 @include glibc-functions/clog10.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4164 @include glibc-functions/clog10f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4165 @include glibc-functions/clog10l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4166 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4167 @c @node Glibc cpio.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4168 @c @section Glibc Extensions to @code{<cpio.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4169 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4170 @node Glibc crypt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4171 @section Glibc @code{<crypt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4172 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4173 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4174 * crypt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4175 * encrypt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4176 * setkey_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4177 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4178 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4179 @include glibc-functions/crypt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4180 @include glibc-functions/encrypt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4181 @include glibc-functions/setkey_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4182 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4183 @node Glibc ctype.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4184 @section Glibc Extensions to @code{<ctype.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4185 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4186 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4187 * isctype:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4188 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4189 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4190 @include glibc-functions/isctype.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4191 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4192 @node Glibc dirent.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4193 @section Glibc Extensions to @code{<dirent.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4194 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4195 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4196 * getdirentries:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4197 * scandirat:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4198 * versionsort:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4199 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4200 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4201 @include glibc-functions/getdirentries.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4202 @include glibc-functions/scandirat.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4203 @include glibc-functions/versionsort.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4204 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4205 @node Glibc dlfcn.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4206 @section Glibc Extensions to @code{<dlfcn.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4207 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4208 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4209 * dladdr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4210 * dladdr1:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4211 * dlinfo:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4212 * dlmopen:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4213 * dlvsym:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4214 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4215 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4216 @include glibc-functions/dladdr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4217 @include glibc-functions/dladdr1.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4218 @include glibc-functions/dlinfo.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4219 @include glibc-functions/dlmopen.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4220 @include glibc-functions/dlvsym.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4221 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4222 @c @node Glibc endian.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4223 @c @section Glibc @code{<endian.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4224 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4225 @node Glibc envz.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4226 @section Glibc @code{<envz.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4227 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4228 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4229 * envz_add:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4230 * envz_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4231 * envz_get:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4232 * envz_merge:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4233 * envz_remove:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4234 * envz_strip:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4235 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4236 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4237 @include glibc-functions/envz_add.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4238 @include glibc-functions/envz_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4239 @include glibc-functions/envz_get.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4240 @include glibc-functions/envz_merge.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4241 @include glibc-functions/envz_remove.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4242 @include glibc-functions/envz_strip.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4243 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4244 @node Glibc err.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4245 @section Glibc @code{<err.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4246 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4247 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4248 * err:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4249 * errx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4250 * verr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4251 * verrx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4252 * vwarn:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4253 * vwarnx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4254 * warn:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4255 * warnx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4256 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4257 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4258 @include glibc-functions/err.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4259 @include glibc-functions/errx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4260 @include glibc-functions/verr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4261 @include glibc-functions/verrx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4262 @include glibc-functions/vwarn.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4263 @include glibc-functions/vwarnx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4264 @include glibc-functions/warn.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4265 @include glibc-functions/warnx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4266 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4267 @node Glibc errno.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4268 @section Glibc Extensions to @code{<errno.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4269 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4270 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4271 * program_invocation_name:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4272 * program_invocation_short_name:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4273 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4274 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4275 @include glibc-functions/program_invocation_name.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4276 @include glibc-functions/program_invocation_short_name.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4277 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4278 @node Glibc error.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4279 @section Glibc @code{<error.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4280 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4281 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4282 * error:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4283 * error_at_line:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4284 * error_message_count:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4285 * error_one_per_line:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4286 * error_print_progname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4287 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4288 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4289 @include glibc-functions/error.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4290 @include glibc-functions/error_at_line.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4291 @include glibc-functions/error_message_count.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4292 @include glibc-functions/error_one_per_line.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4293 @include glibc-functions/error_print_progname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4294 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4295 @node Glibc execinfo.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4296 @section Glibc @code{<execinfo.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4297 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4298 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4299 * backtrace:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4300 * backtrace_symbols:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4301 * backtrace_symbols_fd:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4302 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4303 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4304 @include glibc-functions/backtrace.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4305 @include glibc-functions/backtrace_symbols.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4306 @include glibc-functions/backtrace_symbols_fd.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4307 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4308 @node Glibc fcntl.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4309 @section Glibc Extensions to @code{<fcntl.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4310 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4311 @menu |
11585
e5e87741d992
Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
11442
diff
changeset
|
4312 * fallocate:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4313 * name_to_handle_at:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4314 * readahead:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4315 * open_by_handle_at:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4316 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4317 |
11585
e5e87741d992
Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
11442
diff
changeset
|
4318 @include glibc-functions/fallocate.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4319 @include glibc-functions/name_to_handle_at.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4320 @include glibc-functions/readahead.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4321 @include glibc-functions/open_by_handle_at.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4322 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4323 @node Glibc fenv.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4324 @section Glibc Extensions to @code{<fenv.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4325 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4326 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4327 * fedisableexcept:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4328 * feenableexcept:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4329 * fegetexcept:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4330 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4331 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4332 @include glibc-functions/fedisableexcept.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4333 @include glibc-functions/feenableexcept.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4334 @include glibc-functions/fegetexcept.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4335 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4336 @c @node Glibc float.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4337 @c @section Glibc Extensions to @code{<float.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4338 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4339 @node Glibc fmtmsg.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4340 @section Glibc Extensions to @code{<fmtmsg.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4341 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4342 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4343 * addseverity:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4344 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4345 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4346 @include glibc-functions/addseverity.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4347 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4348 @c @node Glibc fnmatch.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4349 @c @section Glibc Extensions to @code{<fnmatch.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4350 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4351 @c @node Glibc fpu_control.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4352 @c @section Glibc @code{<fpu_control.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4353 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4354 @node Glibc fstab.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4355 @section Glibc @code{<fstab.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4356 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4357 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4358 * endfsent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4359 * getfsent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4360 * getfsfile:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4361 * getfsspec:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4362 * setfsent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4363 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4364 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4365 @include glibc-functions/endfsent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4366 @include glibc-functions/getfsent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4367 @include glibc-functions/getfsfile.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4368 @include glibc-functions/getfsspec.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4369 @include glibc-functions/setfsent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4370 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4371 @node Glibc fts.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4372 @section Glibc @code{<fts.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4373 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4374 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4375 * fts_children:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4376 * fts_close:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4377 * fts_open:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4378 * fts_read:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4379 * fts_set:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4380 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4381 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4382 @include glibc-functions/fts_children.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4383 @include glibc-functions/fts_close.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4384 @include glibc-functions/fts_open.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4385 @include glibc-functions/fts_read.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4386 @include glibc-functions/fts_set.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4387 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4388 @c @node Glibc ftw.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4389 @c @section Glibc Extensions to @code{<ftw.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4390 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4391 @node Glibc getopt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4392 @section Glibc @code{<getopt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4393 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4394 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4395 * getopt_long:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4396 * getopt_long_only:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4397 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4398 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4399 @include glibc-functions/getopt_long.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4400 @include glibc-functions/getopt_long_only.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4401 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4402 @node Glibc glob.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4403 @section Glibc Extensions to @code{<glob.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4404 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4405 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4406 * glob_pattern_p:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4407 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4408 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4409 @include glibc-functions/glob_pattern_p.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4410 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4411 @node Glibc gnu/libc-version.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4412 @section Glibc Extensions to @code{<gnu/libc-version.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4413 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4414 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4415 * gnu_get_libc_release:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4416 * gnu_get_libc_version:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4417 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4418 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4419 @include glibc-functions/gnu_get_libc_release.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4420 @include glibc-functions/gnu_get_libc_version.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4421 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4422 @node Glibc grp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4423 @section Glibc Extensions to @code{<grp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4424 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4425 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4426 * fgetgrent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4427 * fgetgrent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4428 * getgrent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4429 * getgrouplist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4430 * initgroups:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4431 * putgrent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4432 * setgroups:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4433 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4434 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4435 @include glibc-functions/fgetgrent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4436 @include glibc-functions/fgetgrent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4437 @include glibc-functions/getgrent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4438 @include glibc-functions/getgrouplist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4439 @include glibc-functions/initgroups.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4440 @include glibc-functions/putgrent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4441 @include glibc-functions/setgroups.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4442 |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4443 @node Glibc gshadow.h |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4444 @section Glibc @code{<gshadow.h>} |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4445 |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4446 @menu |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4447 * endsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4448 * fgetsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4449 * fgetsgent_r:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4450 * getsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4451 * getsgent_r:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4452 * getsgnam:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4453 * getsgnam_r:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4454 * putsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4455 * setsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4456 * sgetsgent:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4457 * sgetsgent_r:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4458 @end menu |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4459 |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4460 @include glibc-functions/endsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4461 @include glibc-functions/fgetsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4462 @include glibc-functions/fgetsgent_r.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4463 @include glibc-functions/getsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4464 @include glibc-functions/getsgent_r.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4465 @include glibc-functions/getsgnam.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4466 @include glibc-functions/getsgnam_r.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4467 @include glibc-functions/putsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4468 @include glibc-functions/setsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4469 @include glibc-functions/sgetsgent.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4470 @include glibc-functions/sgetsgent_r.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4471 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4472 @c @node Glibc iconv.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4473 @c @section Glibc Extensions to @code{<iconv.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4474 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4475 @c @node Glibc ieee754.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4476 @c @section Glibc @code{<ieee754.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4477 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4478 @node Glibc ifaddrs.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4479 @section Glibc @code{<ifaddrs.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4480 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4481 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4482 * getifaddrs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4483 * freeifaddrs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4484 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4485 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4486 @include glibc-functions/getifaddrs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4487 @include glibc-functions/freeifaddrs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4488 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4489 @c @node Glibc inttypes.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4490 @c @section Glibc Extensions to @code{<inttypes.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4491 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4492 @c @node Glibc iso646.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4493 @c @section Glibc Extensions to @code{<iso646.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4494 |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4495 @c @node Glibc langinfo.h |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4496 @c @section Glibc Extensions to @code{<langinfo.h>} |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4497 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4498 @c @node Glibc libgen.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4499 @c @section Glibc Extensions to @code{<libgen.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4500 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4501 @node Glibc libintl.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4502 @section Glibc @code{<libintl.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4503 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4504 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4505 * bind_textdomain_codeset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4506 * bindtextdomain:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4507 * dcgettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4508 * dcngettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4509 * dgettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4510 * dngettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4511 * gettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4512 * ngettext:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4513 * textdomain:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4514 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4515 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4516 @include glibc-functions/bind_textdomain_codeset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4517 @include glibc-functions/bindtextdomain.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4518 @include glibc-functions/dcgettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4519 @include glibc-functions/dcngettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4520 @include glibc-functions/dgettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4521 @include glibc-functions/dngettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4522 @include glibc-functions/gettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4523 @include glibc-functions/ngettext.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4524 @include glibc-functions/textdomain.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4525 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4526 @c @node Glibc limits.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4527 @c @section Glibc Extensions to @code{<limits.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4528 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4529 @node Glibc link.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4530 @section Glibc @code{<link.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4531 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4532 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4533 * dl_iterate_phdr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4534 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4535 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4536 @include glibc-functions/dl_iterate_phdr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4537 |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4538 @c @node Glibc locale.h |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4539 @c @section Glibc Extensions to @code{<locale.h>} |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4540 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4541 @node Glibc malloc.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4542 @section Glibc @code{<malloc.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4543 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4544 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4545 * mallinfo:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4546 * malloc_get_state:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4547 * malloc_set_state:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4548 * malloc_info:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4549 * malloc_stats:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4550 * malloc_trim:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4551 * malloc_usable_size:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4552 * mallopt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4553 * memalign:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4554 * pvalloc:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4555 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4556 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4557 @include glibc-functions/mallinfo.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4558 @include glibc-functions/malloc_get_state.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4559 @include glibc-functions/malloc_set_state.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4560 @include glibc-functions/malloc_info.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4561 @include glibc-functions/malloc_stats.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4562 @include glibc-functions/malloc_trim.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4563 @include glibc-functions/malloc_usable_size.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4564 @include glibc-functions/mallopt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4565 @include glibc-functions/memalign.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4566 @include glibc-functions/pvalloc.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4567 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4568 @node Glibc math.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4569 @section Glibc Extensions to @code{<math.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4570 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4571 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4572 * drem:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4573 * dremf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4574 * dreml:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4575 * exp10:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4576 * exp10f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4577 * exp10l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4578 * finite:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4579 * finitef:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4580 * finitel:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4581 * gamma:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4582 * gammaf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4583 * gammal:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4584 * isinff:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4585 * isinfl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4586 * isnanf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4587 * isnanl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4588 * j0f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4589 * j0l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4590 * j1f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4591 * j1l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4592 * jnf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4593 * jnl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4594 * lgamma_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4595 * lgammaf_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4596 * lgammal_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4597 * matherr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4598 * pow10:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4599 * pow10f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4600 * pow10l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4601 * scalbf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4602 * scalbl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4603 * significand:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4604 * significandf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4605 * significandl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4606 * sincos:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4607 * sincosf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4608 * sincosl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4609 * y0f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4610 * y0l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4611 * y1f:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4612 * y1l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4613 * ynf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4614 * ynl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4615 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4616 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4617 @include glibc-functions/drem.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4618 @include glibc-functions/dremf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4619 @include glibc-functions/dreml.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4620 @include glibc-functions/exp10.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4621 @include glibc-functions/exp10f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4622 @include glibc-functions/exp10l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4623 @include glibc-functions/finite.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4624 @include glibc-functions/finitef.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4625 @include glibc-functions/finitel.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4626 @include glibc-functions/gamma.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4627 @include glibc-functions/gammaf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4628 @include glibc-functions/gammal.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4629 @include glibc-functions/isinff.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4630 @include glibc-functions/isinfl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4631 @include glibc-functions/isnanf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4632 @include glibc-functions/isnanl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4633 @include glibc-functions/j0f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4634 @include glibc-functions/j0l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4635 @include glibc-functions/j1f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4636 @include glibc-functions/j1l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4637 @include glibc-functions/jnf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4638 @include glibc-functions/jnl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4639 @include glibc-functions/lgamma_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4640 @include glibc-functions/lgammaf_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4641 @include glibc-functions/lgammal_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4642 @include glibc-functions/matherr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4643 @include glibc-functions/pow10.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4644 @include glibc-functions/pow10f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4645 @include glibc-functions/pow10l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4646 @include glibc-functions/scalbf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4647 @include glibc-functions/scalbl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4648 @include glibc-functions/significand.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4649 @include glibc-functions/significandf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4650 @include glibc-functions/significandl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4651 @include glibc-functions/sincos.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4652 @include glibc-functions/sincosf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4653 @include glibc-functions/sincosl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4654 @include glibc-functions/y0f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4655 @include glibc-functions/y0l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4656 @include glibc-functions/y1f.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4657 @include glibc-functions/y1l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4658 @include glibc-functions/ynf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4659 @include glibc-functions/ynl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4660 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4661 @node Glibc mcheck.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4662 @section Glibc @code{<mcheck.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4663 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4664 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4665 * mcheck:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4666 * mcheck_check_all:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4667 * mcheck_pedantic:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4668 * mprobe:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4669 * mtrace:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4670 * muntrace:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4671 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4672 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4673 @include glibc-functions/mcheck.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4674 @include glibc-functions/mcheck_check_all.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4675 @include glibc-functions/mcheck_pedantic.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4676 @include glibc-functions/mprobe.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4677 @include glibc-functions/mtrace.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4678 @include glibc-functions/muntrace.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4679 |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4680 @c @node Glibc monetary.h |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
4681 @c @section Glibc Extensions to @code{<monetary.h>} |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4682 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4683 @node Glibc mntent.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4684 @section Glibc @code{<mntent.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4685 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4686 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4687 * addmntent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4688 * endmntent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4689 * getmntent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4690 * getmntent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4691 * hasmntopt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4692 * setmntent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4693 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4694 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4695 @include glibc-functions/addmntent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4696 @include glibc-functions/endmntent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4697 @include glibc-functions/getmntent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4698 @include glibc-functions/getmntent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4699 @include glibc-functions/hasmntopt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4700 @include glibc-functions/setmntent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4701 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4702 @c @node Glibc mqueue.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4703 @c @section Glibc Extensions to @code{<mqueue.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4704 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4705 @c @node Glibc ndbm.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4706 @c @section Glibc Extensions to @code{<ndbm.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4707 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4708 @node Glibc netdb.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4709 @section Glibc Extensions to @code{<netdb.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4710 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4711 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4712 * endnetgrent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4713 * gethostbyaddr_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4714 * gethostbyname2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4715 * gethostbyname2_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4716 * gethostbyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4717 * gethostent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4718 * getnetbyaddr_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4719 * getnetbyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4720 * getnetent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4721 * getnetgrent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4722 * getnetgrent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4723 * getprotobyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4724 * getprotobynumber_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4725 * getprotoent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4726 * getservbyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4727 * getservbyport_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4728 * getservent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4729 * herror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4730 * hstrerror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4731 * innetgr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4732 * rcmd:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4733 * rcmd_af:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4734 * rexec:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4735 * rexec_af:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4736 * rresvport:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4737 * rresvport_af:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4738 * ruserok:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4739 * ruserok_af:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4740 * setnetgrent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4741 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4742 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4743 @include glibc-functions/endnetgrent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4744 @include glibc-functions/gethostbyaddr_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4745 @include glibc-functions/gethostbyname2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4746 @include glibc-functions/gethostbyname2_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4747 @include glibc-functions/gethostbyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4748 @include glibc-functions/gethostent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4749 @include glibc-functions/getnetbyaddr_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4750 @include glibc-functions/getnetbyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4751 @include glibc-functions/getnetent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4752 @include glibc-functions/getnetgrent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4753 @include glibc-functions/getnetgrent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4754 @include glibc-functions/getprotobyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4755 @include glibc-functions/getprotobynumber_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4756 @include glibc-functions/getprotoent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4757 @include glibc-functions/getservbyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4758 @include glibc-functions/getservbyport_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4759 @include glibc-functions/getservent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4760 @include glibc-functions/herror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4761 @include glibc-functions/hstrerror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4762 @include glibc-functions/innetgr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4763 @include glibc-functions/rcmd.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4764 @include glibc-functions/rcmd_af.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4765 @include glibc-functions/rexec.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4766 @include glibc-functions/rexec_af.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4767 @include glibc-functions/rresvport.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4768 @include glibc-functions/rresvport_af.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4769 @include glibc-functions/ruserok.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4770 @include glibc-functions/ruserok_af.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4771 @include glibc-functions/setnetgrent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4772 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4773 @node Glibc netinet/ether.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4774 @section Glibc @code{<netinet/ether.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4775 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4776 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4777 * ether_aton:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4778 * ether_aton_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4779 * ether_hostton:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4780 * ether_line:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4781 * ether_ntoa:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4782 * ether_ntoa_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4783 * ether_ntohost:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4784 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4785 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4786 @include glibc-functions/ether_aton.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4787 @include glibc-functions/ether_aton_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4788 @include glibc-functions/ether_hostton.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4789 @include glibc-functions/ether_line.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4790 @include glibc-functions/ether_ntoa.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4791 @include glibc-functions/ether_ntoa_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4792 @include glibc-functions/ether_ntohost.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4793 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4794 @node Glibc netinet/in.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4795 @section Glibc Extensions to @code{<netinet/in.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4796 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4797 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4798 * bindresvport:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4799 * getipv4sourcefilter:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4800 * getsourcefilter:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4801 * in6addr_any:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4802 * in6addr_loopback:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4803 * inet6_option_alloc:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4804 * inet6_option_append:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4805 * inet6_option_find:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4806 * inet6_option_init:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4807 * inet6_option_next:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4808 * inet6_option_space:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4809 * inet6_opt_append:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4810 * inet6_opt_find:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4811 * inet6_opt_finish:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4812 * inet6_opt_get_val:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4813 * inet6_opt_init:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4814 * inet6_opt_next:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4815 * inet6_opt_set_val:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4816 * inet6_rth_add:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4817 * inet6_rth_getaddr:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4818 * inet6_rth_init:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4819 * inet6_rth_reverse:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4820 * inet6_rth_segments:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4821 * inet6_rth_space:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4822 * setipv4sourcefilter:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4823 * setsourcefilter:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4824 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4825 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4826 @include glibc-functions/bindresvport.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4827 @include glibc-functions/getipv4sourcefilter.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4828 @include glibc-functions/getsourcefilter.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4829 @include glibc-functions/in6addr_any.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4830 @include glibc-functions/in6addr_loopback.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4831 @include glibc-functions/inet6_option_alloc.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4832 @include glibc-functions/inet6_option_append.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4833 @include glibc-functions/inet6_option_find.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4834 @include glibc-functions/inet6_option_init.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4835 @include glibc-functions/inet6_option_next.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4836 @include glibc-functions/inet6_option_space.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4837 @include glibc-functions/inet6_opt_append.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4838 @include glibc-functions/inet6_opt_find.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4839 @include glibc-functions/inet6_opt_finish.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4840 @include glibc-functions/inet6_opt_get_val.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4841 @include glibc-functions/inet6_opt_init.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4842 @include glibc-functions/inet6_opt_next.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4843 @include glibc-functions/inet6_opt_set_val.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4844 @include glibc-functions/inet6_rth_add.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4845 @include glibc-functions/inet6_rth_getaddr.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4846 @include glibc-functions/inet6_rth_init.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4847 @include glibc-functions/inet6_rth_reverse.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4848 @include glibc-functions/inet6_rth_segments.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
4849 @include glibc-functions/inet6_rth_space.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4850 @include glibc-functions/setipv4sourcefilter.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4851 @include glibc-functions/setsourcefilter.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4852 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4853 @c @node Glibc nl_types.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4854 @c @section Glibc Extensions to @code{<nl_types.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4855 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4856 @node Glibc obstack.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4857 @section Glibc @code{<obstack.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4858 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4859 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4860 * obstack_alloc_failed_handler:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4861 * obstack_exit_failure:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4862 * obstack_free:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4863 * obstack_printf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4864 * obstack_vprintf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4865 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4866 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4867 @include glibc-functions/obstack_alloc_failed_handler.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4868 @include glibc-functions/obstack_exit_failure.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4869 @include glibc-functions/obstack_free.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4870 @include glibc-functions/obstack_printf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4871 @include glibc-functions/obstack_vprintf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4872 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4873 @c @node Glibc paths.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4874 @c @section Glibc @code{<paths.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4875 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4876 @c @node Glibc poll.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4877 @c @section Glibc Extensions to @code{<poll.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4878 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4879 @node Glibc printf.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4880 @section Glibc @code{<printf.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4881 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4882 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4883 * parse_printf_format:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4884 * printf_size:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4885 * printf_size_info:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4886 * register_printf_function:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4887 * register_printf_modifier:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4888 * register_printf_specifier:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4889 * register_printf_type:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4890 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4891 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4892 @include glibc-functions/parse_printf_format.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4893 @include glibc-functions/printf_size.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4894 @include glibc-functions/printf_size_info.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4895 @include glibc-functions/register_printf_function.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4896 @include glibc-functions/register_printf_modifier.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4897 @include glibc-functions/register_printf_specifier.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4898 @include glibc-functions/register_printf_type.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4899 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4900 @node Glibc pthread.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4901 @section Glibc Extensions to @code{<pthread.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4902 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4903 @menu |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4904 * pthread_attr_getaffinity_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4905 * pthread_attr_setaffinity_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4906 * pthread_getaffinity_np:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4907 * pthread_getattr_np:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4908 * pthread_getname_np:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4909 * pthread_kill_other_threads_np:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4910 * pthread_mutex_consistent_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4911 * pthread_mutexattr_getrobust_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4912 * pthread_mutexattr_setrobust_np:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4913 * pthread_rwlockattr_getkind_np:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4914 * pthread_rwlockattr_setkind_np:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4915 * pthread_setaffinity_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4916 * pthread_setname_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4917 * pthread_sigqueue:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4918 * pthread_timedjoin_np:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4919 * pthread_tryjoin_np:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4920 * pthread_yield:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4921 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4922 |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4923 @include glibc-functions/pthread_attr_getaffinity_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4924 @include glibc-functions/pthread_attr_setaffinity_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4925 @include glibc-functions/pthread_getaffinity_np.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4926 @include glibc-functions/pthread_getattr_np.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4927 @include glibc-functions/pthread_getname_np.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4928 @include glibc-functions/pthread_kill_other_threads_np.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4929 @include glibc-functions/pthread_mutex_consistent_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4930 @include glibc-functions/pthread_mutexattr_getrobust_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4931 @include glibc-functions/pthread_mutexattr_setrobust_np.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4932 @include glibc-functions/pthread_rwlockattr_getkind_np.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4933 @include glibc-functions/pthread_rwlockattr_setkind_np.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4934 @include glibc-functions/pthread_setaffinity_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4935 @include glibc-functions/pthread_setname_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4936 @include glibc-functions/pthread_sigqueue.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4937 @include glibc-functions/pthread_timedjoin_np.texi |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
4938 @include glibc-functions/pthread_tryjoin_np.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4939 @include glibc-functions/pthread_yield.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4940 |
12403
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4941 @node Glibc pty.h |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4942 @section Glibc @code{<pty.h>} |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4943 |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4944 @menu |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4945 * forkpty:: |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4946 * openpty:: |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4947 @end menu |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4948 |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4949 @include glibc-functions/forkpty.texi |
085e83b725e1
Document pty.h functions.
Simon Josefsson <simon@josefsson.org>
parents:
12234
diff
changeset
|
4950 @include glibc-functions/openpty.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4951 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4952 @node Glibc pwd.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4953 @section Glibc Extensions to @code{<pwd.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4954 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4955 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4956 * fgetpwent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4957 * fgetpwent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4958 * getpw:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4959 * getpwent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4960 * putpwent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4961 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4962 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4963 @include glibc-functions/fgetpwent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4964 @include glibc-functions/fgetpwent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4965 @include glibc-functions/getpw.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4966 @include glibc-functions/getpwent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4967 @include glibc-functions/putpwent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4968 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4969 @node Glibc regex.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4970 @section Glibc Extensions to @code{<regex.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4971 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4972 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4973 * re_comp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4974 * re_compile_fastmap:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4975 * re_compile_pattern:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4976 * re_exec:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4977 * re_match:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4978 * re_match_2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4979 * re_search:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4980 * re_search_2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4981 * re_set_registers:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4982 * re_set_syntax:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4983 * re_syntax_options:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4984 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4985 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4986 @include glibc-functions/re_comp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4987 @include glibc-functions/re_compile_fastmap.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4988 @include glibc-functions/re_compile_pattern.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4989 @include glibc-functions/re_exec.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4990 @include glibc-functions/re_match.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4991 @include glibc-functions/re_match_2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4992 @include glibc-functions/re_search.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4993 @include glibc-functions/re_search_2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4994 @include glibc-functions/re_set_registers.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4995 @include glibc-functions/re_set_syntax.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4996 @include glibc-functions/re_syntax_options.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4997 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4998 @node Glibc regexp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
4999 @section Glibc @code{<regexp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5000 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5001 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5002 * advance:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5003 * loc1:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5004 * loc2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5005 * locs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5006 * step:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5007 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5008 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5009 @include glibc-functions/advance.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5010 @include glibc-functions/loc1.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5011 @include glibc-functions/loc2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5012 @include glibc-functions/locs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5013 @include glibc-functions/step.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5014 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5015 @node Glibc resolv.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5016 @section Glibc @code{<resolv.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5017 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5018 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5019 * dn_expand:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5020 * res_init:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5021 * res_mkquery:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5022 * res_query:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5023 * res_querydomain:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5024 * res_search:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5025 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5026 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5027 @include glibc-functions/dn_expand.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5028 @include glibc-functions/res_init.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5029 @include glibc-functions/res_mkquery.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5030 @include glibc-functions/res_query.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5031 @include glibc-functions/res_querydomain.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5032 @include glibc-functions/res_search.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5033 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5034 @node Glibc rpc/auth.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5035 @section Glibc @code{<rpc/auth.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5036 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5037 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5038 * authdes_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5039 * authdes_pk_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5040 * authnone_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5041 * authunix_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5042 * authunix_create_default:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5043 * getnetname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5044 * host2netname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5045 * key_decryptsession:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5046 * key_decryptsession_pk:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5047 * key_encryptsession:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5048 * key_encryptsession_pk:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5049 * key_gendes:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5050 * key_get_conv:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5051 * key_secretkey_is_set:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5052 * key_setsecret:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5053 * netname2host:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5054 * netname2user:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5055 * user2netname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5056 * xdr_des_block:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5057 * xdr_opaque_auth:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5058 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5059 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5060 @include glibc-functions/authdes_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5061 @include glibc-functions/authdes_pk_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5062 @include glibc-functions/authnone_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5063 @include glibc-functions/authunix_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5064 @include glibc-functions/authunix_create_default.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5065 @include glibc-functions/getnetname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5066 @include glibc-functions/host2netname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5067 @include glibc-functions/key_decryptsession.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5068 @include glibc-functions/key_decryptsession_pk.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5069 @include glibc-functions/key_encryptsession.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5070 @include glibc-functions/key_encryptsession_pk.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5071 @include glibc-functions/key_gendes.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5072 @include glibc-functions/key_get_conv.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5073 @include glibc-functions/key_secretkey_is_set.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5074 @include glibc-functions/key_setsecret.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5075 @include glibc-functions/netname2host.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5076 @include glibc-functions/netname2user.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5077 @include glibc-functions/user2netname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5078 @include glibc-functions/xdr_des_block.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5079 @include glibc-functions/xdr_opaque_auth.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5080 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5081 @node Glibc rpc/auth_des.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5082 @section Glibc @code{<rpc/auth_des.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5083 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5084 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5085 * authdes_getucred:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5086 * getpublickey:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5087 * getsecretkey:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5088 * rtime:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5089 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5090 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5091 @include glibc-functions/authdes_getucred.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5092 @include glibc-functions/getpublickey.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5093 @include glibc-functions/getsecretkey.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5094 @include glibc-functions/rtime.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5095 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5096 @node Glibc rpc/auth_unix.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5097 @section Glibc @code{<rpc/auth_unix.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5098 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5099 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5100 * xdr_authunix_parms:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5101 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5102 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5103 @include glibc-functions/xdr_authunix_parms.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5104 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5105 @node Glibc rpc/clnt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5106 @section Glibc @code{<rpc/clnt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5107 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5108 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5109 * callrpc:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5110 * clnt_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5111 * clnt_pcreateerror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5112 * clnt_perrno:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5113 * clnt_perror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5114 * clnt_spcreateerror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5115 * clnt_sperrno:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5116 * clnt_sperror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5117 * clntraw_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5118 * clnttcp_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5119 * clntudp_bufcreate:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5120 * clntudp_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5121 * clntunix_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5122 * get_myaddress:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5123 * getrpcport:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5124 * rpc_createerr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5125 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5126 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5127 @include glibc-functions/callrpc.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5128 @include glibc-functions/clnt_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5129 @include glibc-functions/clnt_pcreateerror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5130 @include glibc-functions/clnt_perrno.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5131 @include glibc-functions/clnt_perror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5132 @include glibc-functions/clnt_spcreateerror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5133 @include glibc-functions/clnt_sperrno.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5134 @include glibc-functions/clnt_sperror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5135 @include glibc-functions/clntraw_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5136 @include glibc-functions/clnttcp_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5137 @include glibc-functions/clntudp_bufcreate.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5138 @include glibc-functions/clntudp_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5139 @include glibc-functions/clntunix_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5140 @include glibc-functions/get_myaddress.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5141 @include glibc-functions/getrpcport.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5142 @include glibc-functions/rpc_createerr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5143 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5144 @node Glibc rpc/des_crypt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5145 @section Glibc @code{<rpc/des_crypt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5146 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5147 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5148 * cbc_crypt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5149 * des_setparity:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5150 * ecb_crypt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5151 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5152 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5153 @include glibc-functions/cbc_crypt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5154 @include glibc-functions/des_setparity.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5155 @include glibc-functions/ecb_crypt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5156 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5157 @node Glibc rpc/key_prot.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5158 @section Glibc @code{<rpc/key_prot.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5159 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5160 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5161 * xdr_cryptkeyarg:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5162 * xdr_cryptkeyarg2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5163 * xdr_cryptkeyres:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5164 * xdr_getcredres:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5165 * xdr_key_netstarg:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5166 * xdr_key_netstres:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5167 * xdr_keybuf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5168 * xdr_keystatus:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5169 * xdr_netnamestr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5170 * xdr_unixcred:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5171 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5172 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5173 @include glibc-functions/xdr_cryptkeyarg.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5174 @include glibc-functions/xdr_cryptkeyarg2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5175 @include glibc-functions/xdr_cryptkeyres.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5176 @include glibc-functions/xdr_getcredres.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5177 @include glibc-functions/xdr_key_netstarg.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5178 @include glibc-functions/xdr_key_netstres.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5179 @include glibc-functions/xdr_keybuf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5180 @include glibc-functions/xdr_keystatus.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5181 @include glibc-functions/xdr_netnamestr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5182 @include glibc-functions/xdr_unixcred.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5183 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5184 @node Glibc rpc/netdb.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5185 @section Glibc @code{<rpc/netdb.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5186 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5187 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5188 * endrpcent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5189 * getrpcbyname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5190 * getrpcbyname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5191 * getrpcbynumber:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5192 * getrpcbynumber_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5193 * getrpcent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5194 * getrpcent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5195 * setrpcent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5196 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5197 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5198 @include glibc-functions/endrpcent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5199 @include glibc-functions/getrpcbyname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5200 @include glibc-functions/getrpcbyname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5201 @include glibc-functions/getrpcbynumber.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5202 @include glibc-functions/getrpcbynumber_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5203 @include glibc-functions/getrpcent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5204 @include glibc-functions/getrpcent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5205 @include glibc-functions/setrpcent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5206 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5207 @node Glibc rpc/pmap_clnt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5208 @section Glibc @code{<rpc/pmap_clnt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5209 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5210 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5211 * clnt_broadcast:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5212 * pmap_getmaps:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5213 * pmap_getport:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5214 * pmap_rmtcall:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5215 * pmap_set:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5216 * pmap_unset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5217 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5218 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5219 @include glibc-functions/clnt_broadcast.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5220 @include glibc-functions/pmap_getmaps.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5221 @include glibc-functions/pmap_getport.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5222 @include glibc-functions/pmap_rmtcall.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5223 @include glibc-functions/pmap_set.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5224 @include glibc-functions/pmap_unset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5225 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5226 @node Glibc rpc/pmap_prot.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5227 @section Glibc @code{<rpc/pmap_prot.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5228 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5229 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5230 * xdr_pmap:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5231 * xdr_pmaplist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5232 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5233 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5234 @include glibc-functions/xdr_pmap.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5235 @include glibc-functions/xdr_pmaplist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5236 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5237 @node Glibc rpc/pmap_rmt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5238 @section Glibc @code{<rpc/pmap_rmt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5239 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5240 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5241 * xdr_rmtcall_args:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5242 * xdr_rmtcallres:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5243 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5244 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5245 @include glibc-functions/xdr_rmtcall_args.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5246 @include glibc-functions/xdr_rmtcallres.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5247 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5248 @node Glibc rpc/rpc_msg.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5249 @section Glibc @code{<rpc/rpc_msg.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5250 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5251 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5252 * xdr_callhdr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5253 * xdr_callmsg:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5254 * xdr_replymsg:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5255 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5256 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5257 @include glibc-functions/xdr_callhdr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5258 @include glibc-functions/xdr_callmsg.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5259 @include glibc-functions/xdr_replymsg.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5260 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5261 @node Glibc rpc/svc.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5262 @section Glibc @code{<rpc/svc.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5263 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5264 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5265 * svc_exit:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5266 * svc_fdset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5267 * svc_getreq:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5268 * svc_getreq_common:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5269 * svc_getreq_poll:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5270 * svc_getreqset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5271 * svc_max_pollfd:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5272 * svc_pollfd:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5273 * svc_register:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5274 * svc_run:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5275 * svc_sendreply:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5276 * svc_unregister:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5277 * svcerr_auth:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5278 * svcerr_decode:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5279 * svcerr_noproc:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5280 * svcerr_noprog:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5281 * svcerr_progvers:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5282 * svcerr_systemerr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5283 * svcerr_weakauth:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5284 * svcraw_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5285 * svctcp_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5286 * svcudp_bufcreate:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5287 * svcudp_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5288 * svcunix_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5289 * xprt_register:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5290 * xprt_unregister:: |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
5291 @end menu |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
5292 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5293 @include glibc-functions/svc_exit.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5294 @include glibc-functions/svc_fdset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5295 @include glibc-functions/svc_getreq.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5296 @include glibc-functions/svc_getreq_common.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5297 @include glibc-functions/svc_getreq_poll.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5298 @include glibc-functions/svc_getreqset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5299 @include glibc-functions/svc_max_pollfd.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5300 @include glibc-functions/svc_pollfd.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5301 @include glibc-functions/svc_register.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5302 @include glibc-functions/svc_run.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5303 @include glibc-functions/svc_sendreply.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5304 @include glibc-functions/svc_unregister.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5305 @include glibc-functions/svcerr_auth.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5306 @include glibc-functions/svcerr_decode.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5307 @include glibc-functions/svcerr_noproc.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5308 @include glibc-functions/svcerr_noprog.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5309 @include glibc-functions/svcerr_progvers.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5310 @include glibc-functions/svcerr_systemerr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5311 @include glibc-functions/svcerr_weakauth.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5312 @include glibc-functions/svcraw_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5313 @include glibc-functions/svctcp_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5314 @include glibc-functions/svcudp_bufcreate.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5315 @include glibc-functions/svcudp_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5316 @include glibc-functions/svcunix_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5317 @include glibc-functions/xprt_register.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5318 @include glibc-functions/xprt_unregister.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5319 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5320 @node Glibc rpc/xdr.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5321 @section Glibc @code{<rpc/xdr.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5322 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5323 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5324 * xdr_array:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5325 * xdr_bool:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5326 * xdr_bytes:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5327 * xdr_char:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5328 * xdr_double:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5329 * xdr_enum:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5330 * xdr_float:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5331 * xdr_free:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5332 * xdr_hyper:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5333 * xdr_int:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5334 * xdr_int16_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5335 * xdr_int32_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5336 * xdr_int64_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5337 * xdr_int8_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5338 * xdr_long:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5339 * xdr_longlong_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5340 * xdr_netobj:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5341 * xdr_opaque:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5342 * xdr_pointer:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5343 * xdr_quad_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5344 * xdr_reference:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5345 * xdr_short:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5346 * xdr_sizeof:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5347 * xdr_string:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5348 * xdr_u_char:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5349 * xdr_u_hyper:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5350 * xdr_u_int:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5351 * xdr_u_long:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5352 * xdr_u_longlong_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5353 * xdr_u_quad_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5354 * xdr_u_short:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5355 * xdr_uint16_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5356 * xdr_uint32_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5357 * xdr_uint64_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5358 * xdr_uint8_t:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5359 * xdr_union:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5360 * xdr_vector:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5361 * xdr_void:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5362 * xdr_wrapstring:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5363 * xdrmem_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5364 * xdrrec_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5365 * xdrrec_endofrecord:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5366 * xdrrec_eof:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5367 * xdrrec_skiprecord:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5368 * xdrstdio_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5369 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5370 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5371 @include glibc-functions/xdr_array.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5372 @include glibc-functions/xdr_bool.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5373 @include glibc-functions/xdr_bytes.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5374 @include glibc-functions/xdr_char.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5375 @include glibc-functions/xdr_double.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5376 @include glibc-functions/xdr_enum.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5377 @include glibc-functions/xdr_float.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5378 @include glibc-functions/xdr_free.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5379 @include glibc-functions/xdr_hyper.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5380 @include glibc-functions/xdr_int.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5381 @include glibc-functions/xdr_int16_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5382 @include glibc-functions/xdr_int32_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5383 @include glibc-functions/xdr_int64_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5384 @include glibc-functions/xdr_int8_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5385 @include glibc-functions/xdr_long.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5386 @include glibc-functions/xdr_longlong_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5387 @include glibc-functions/xdr_netobj.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5388 @include glibc-functions/xdr_opaque.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5389 @include glibc-functions/xdr_pointer.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5390 @include glibc-functions/xdr_quad_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5391 @include glibc-functions/xdr_reference.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5392 @include glibc-functions/xdr_short.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5393 @include glibc-functions/xdr_sizeof.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5394 @include glibc-functions/xdr_string.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5395 @include glibc-functions/xdr_u_char.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5396 @include glibc-functions/xdr_u_hyper.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5397 @include glibc-functions/xdr_u_int.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5398 @include glibc-functions/xdr_u_long.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5399 @include glibc-functions/xdr_u_longlong_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5400 @include glibc-functions/xdr_u_quad_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5401 @include glibc-functions/xdr_u_short.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5402 @include glibc-functions/xdr_uint16_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5403 @include glibc-functions/xdr_uint32_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5404 @include glibc-functions/xdr_uint64_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5405 @include glibc-functions/xdr_uint8_t.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5406 @include glibc-functions/xdr_union.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5407 @include glibc-functions/xdr_vector.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5408 @include glibc-functions/xdr_void.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5409 @include glibc-functions/xdr_wrapstring.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5410 @include glibc-functions/xdrmem_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5411 @include glibc-functions/xdrrec_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5412 @include glibc-functions/xdrrec_endofrecord.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5413 @include glibc-functions/xdrrec_eof.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5414 @include glibc-functions/xdrrec_skiprecord.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5415 @include glibc-functions/xdrstdio_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5416 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5417 @node Glibc rpcsvc/nislib.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5418 @section Glibc @code{<rpcsvc/nislib.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5419 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5420 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5421 * nis_add:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5422 * nis_add_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5423 * nis_addmember:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5424 * nis_checkpoint:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5425 * nis_clone_object:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5426 * nis_creategroup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5427 * nis_destroy_object:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5428 * nis_destroygroup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5429 * nis_dir_cmp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5430 * nis_domain_of:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5431 * nis_domain_of_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5432 * nis_first_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5433 * nis_freenames:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5434 * nis_freeresult:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5435 * nis_freeservlist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5436 * nis_freetags:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5437 * nis_getnames:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5438 * nis_getservlist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5439 * nis_ismember:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5440 * nis_leaf_of:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5441 * nis_leaf_of_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5442 * nis_lerror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5443 * nis_list:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5444 * nis_local_directory:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5445 * nis_local_group:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5446 * nis_local_host:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5447 * nis_local_principal:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5448 * nis_lookup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5449 * nis_mkdir:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5450 * nis_modify:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5451 * nis_modify_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5452 * nis_name_of:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5453 * nis_name_of_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5454 * nis_next_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5455 * nis_perror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5456 * nis_ping:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5457 * nis_print_directory:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5458 * nis_print_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5459 * nis_print_group:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5460 * nis_print_group_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5461 * nis_print_link:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5462 * nis_print_object:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5463 * nis_print_result:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5464 * nis_print_rights:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5465 * nis_print_table:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5466 * nis_remove:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5467 * nis_remove_entry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5468 * nis_removemember:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5469 * nis_rmdir:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5470 * nis_servstate:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5471 * nis_sperrno:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5472 * nis_sperror:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5473 * nis_sperror_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5474 * nis_stats:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5475 * nis_verifygroup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5476 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5477 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5478 @include glibc-functions/nis_add.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5479 @include glibc-functions/nis_add_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5480 @include glibc-functions/nis_addmember.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5481 @include glibc-functions/nis_checkpoint.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5482 @include glibc-functions/nis_clone_object.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5483 @include glibc-functions/nis_creategroup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5484 @include glibc-functions/nis_destroy_object.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5485 @include glibc-functions/nis_destroygroup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5486 @include glibc-functions/nis_dir_cmp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5487 @include glibc-functions/nis_domain_of.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5488 @include glibc-functions/nis_domain_of_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5489 @include glibc-functions/nis_first_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5490 @include glibc-functions/nis_freenames.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5491 @include glibc-functions/nis_freeresult.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5492 @include glibc-functions/nis_freeservlist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5493 @include glibc-functions/nis_freetags.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5494 @include glibc-functions/nis_getnames.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5495 @include glibc-functions/nis_getservlist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5496 @include glibc-functions/nis_ismember.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5497 @include glibc-functions/nis_leaf_of.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5498 @include glibc-functions/nis_leaf_of_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5499 @include glibc-functions/nis_lerror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5500 @include glibc-functions/nis_list.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5501 @include glibc-functions/nis_local_directory.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5502 @include glibc-functions/nis_local_group.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5503 @include glibc-functions/nis_local_host.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5504 @include glibc-functions/nis_local_principal.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5505 @include glibc-functions/nis_lookup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5506 @include glibc-functions/nis_mkdir.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5507 @include glibc-functions/nis_modify.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5508 @include glibc-functions/nis_modify_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5509 @include glibc-functions/nis_name_of.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5510 @include glibc-functions/nis_name_of_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5511 @include glibc-functions/nis_next_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5512 @include glibc-functions/nis_perror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5513 @include glibc-functions/nis_ping.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5514 @include glibc-functions/nis_print_directory.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5515 @include glibc-functions/nis_print_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5516 @include glibc-functions/nis_print_group.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5517 @include glibc-functions/nis_print_group_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5518 @include glibc-functions/nis_print_link.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5519 @include glibc-functions/nis_print_object.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5520 @include glibc-functions/nis_print_result.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5521 @include glibc-functions/nis_print_rights.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5522 @include glibc-functions/nis_print_table.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5523 @include glibc-functions/nis_remove.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5524 @include glibc-functions/nis_remove_entry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5525 @include glibc-functions/nis_removemember.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5526 @include glibc-functions/nis_rmdir.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5527 @include glibc-functions/nis_servstate.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5528 @include glibc-functions/nis_sperrno.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5529 @include glibc-functions/nis_sperror.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5530 @include glibc-functions/nis_sperror_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5531 @include glibc-functions/nis_stats.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5532 @include glibc-functions/nis_verifygroup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5533 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5534 @node Glibc rpcsvc/nis_callback.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5535 @section Glibc @code{<rpcsvc/nis_callback.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5536 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5537 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5538 * xdr_cback_data:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5539 * xdr_obj_p:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5540 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5541 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5542 @include glibc-functions/xdr_cback_data.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5543 @include glibc-functions/xdr_obj_p.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5544 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5545 @node Glibc rpcsvc/yp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5546 @section Glibc @code{<rpcsvc/yp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5547 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5548 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5549 * xdr_domainname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5550 * xdr_keydat:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5551 * xdr_mapname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5552 * xdr_peername:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5553 * xdr_valdat:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5554 * xdr_ypbind_binding:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5555 * xdr_ypbind_resp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5556 * xdr_ypbind_resptype:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5557 * xdr_ypbind_setdom:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5558 * xdr_ypmap_parms:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5559 * xdr_ypmaplist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5560 * xdr_yppush_status:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5561 * xdr_yppushresp_xfr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5562 * xdr_ypreq_key:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5563 * xdr_ypreq_nokey:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5564 * xdr_ypreq_xfr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5565 * xdr_ypresp_all:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5566 * xdr_ypresp_key_val:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5567 * xdr_ypresp_maplist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5568 * xdr_ypresp_master:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5569 * xdr_ypresp_order:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5570 * xdr_ypresp_val:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5571 * xdr_ypresp_xfr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5572 * xdr_ypstat:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5573 * xdr_ypxfrstat:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5574 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5575 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5576 @include glibc-functions/xdr_domainname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5577 @include glibc-functions/xdr_keydat.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5578 @include glibc-functions/xdr_mapname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5579 @include glibc-functions/xdr_peername.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5580 @include glibc-functions/xdr_valdat.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5581 @include glibc-functions/xdr_ypbind_binding.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5582 @include glibc-functions/xdr_ypbind_resp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5583 @include glibc-functions/xdr_ypbind_resptype.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5584 @include glibc-functions/xdr_ypbind_setdom.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5585 @include glibc-functions/xdr_ypmap_parms.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5586 @include glibc-functions/xdr_ypmaplist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5587 @include glibc-functions/xdr_yppush_status.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5588 @include glibc-functions/xdr_yppushresp_xfr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5589 @include glibc-functions/xdr_ypreq_key.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5590 @include glibc-functions/xdr_ypreq_nokey.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5591 @include glibc-functions/xdr_ypreq_xfr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5592 @include glibc-functions/xdr_ypresp_all.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5593 @include glibc-functions/xdr_ypresp_key_val.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5594 @include glibc-functions/xdr_ypresp_maplist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5595 @include glibc-functions/xdr_ypresp_master.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5596 @include glibc-functions/xdr_ypresp_order.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5597 @include glibc-functions/xdr_ypresp_val.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5598 @include glibc-functions/xdr_ypresp_xfr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5599 @include glibc-functions/xdr_ypstat.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5600 @include glibc-functions/xdr_ypxfrstat.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5601 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5602 @node Glibc rpcsvc/yp_prot.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5603 @section Glibc @code{<rpcsvc/yp_prot.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5604 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5605 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5606 * xdr_ypall:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5607 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5608 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5609 @include glibc-functions/xdr_ypall.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5610 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5611 @node Glibc rpcsvc/ypclnt.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5612 @section Glibc @code{<rpcsvc/ypclnt.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5613 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5614 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5615 * yp_all:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5616 * yp_bind:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5617 * yp_first:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5618 * yp_get_default_domain:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5619 * yp_master:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5620 * yp_match:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5621 * yp_next:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5622 * yp_order:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5623 * yp_unbind:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5624 * yp_update:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5625 * ypbinderr_string:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5626 * yperr_string:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5627 * ypprot_err:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5628 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5629 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5630 @include glibc-functions/yp_all.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5631 @include glibc-functions/yp_bind.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5632 @include glibc-functions/yp_first.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5633 @include glibc-functions/yp_get_default_domain.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5634 @include glibc-functions/yp_master.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5635 @include glibc-functions/yp_match.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5636 @include glibc-functions/yp_next.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5637 @include glibc-functions/yp_order.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5638 @include glibc-functions/yp_unbind.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5639 @include glibc-functions/yp_update.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5640 @include glibc-functions/ypbinderr_string.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5641 @include glibc-functions/yperr_string.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5642 @include glibc-functions/ypprot_err.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5643 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5644 @node Glibc rpcsvc/ypupd.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5645 @section Glibc @code{<rpcsvc/ypupd.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5646 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5647 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5648 * xdr_yp_buf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5649 * xdr_ypdelete_args:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5650 * xdr_ypupdate_args:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5651 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5652 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5653 @include glibc-functions/xdr_yp_buf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5654 @include glibc-functions/xdr_ypdelete_args.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5655 @include glibc-functions/xdr_ypupdate_args.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5656 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5657 @node Glibc sched.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5658 @section Glibc Extensions to @code{<sched.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5659 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5660 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5661 * clone:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5662 * sched_getaffinity:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5663 * sched_setaffinity:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5664 * setns:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5665 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5666 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5667 @include glibc-functions/clone.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5668 @include glibc-functions/sched_getaffinity.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5669 @include glibc-functions/sched_setaffinity.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5670 @include glibc-functions/setns.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5671 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5672 @node Glibc search.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5673 @section Glibc Extensions to @code{<search.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5674 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5675 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5676 * hcreate_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5677 * hdestroy_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5678 * hsearch_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5679 * tdestroy:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5680 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5681 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5682 @include glibc-functions/hcreate_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5683 @include glibc-functions/hdestroy_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5684 @include glibc-functions/hsearch_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5685 @include glibc-functions/tdestroy.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5686 |
12143
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5687 @node Glibc selinux/selinux.h |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5688 @section Glibc Extensions to @code{<selinux/selinux.h>} |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5689 |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5690 @menu |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5691 * fgetfilecon:: |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5692 * getfilecon:: |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5693 * lgetfilecon:: |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5694 @end menu |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5695 |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5696 @include glibc-functions/getfilecon-desc.texi |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5697 @include glibc-functions/fgetfilecon.texi |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5698 @include glibc-functions/getfilecon.texi |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5699 @include glibc-functions/lgetfilecon.texi |
d1f84df3a7a4
selinux-h: always use getfilecon wrappers
Jim Meyering <meyering@redhat.com>
parents:
12116
diff
changeset
|
5700 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5701 @c @node Glibc semaphore.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5702 @c @section Glibc Extensions to @code{<semaphore.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5703 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5704 @c @node Glibc setjmp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5705 @c @section Glibc Extensions to @code{<setjmp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5706 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5707 @node Glibc shadow.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5708 @section Glibc @code{<shadow.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5709 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5710 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5711 * endspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5712 * fgetspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5713 * fgetspent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5714 * getspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5715 * getspent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5716 * getspnam:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5717 * getspnam_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5718 * lckpwdf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5719 * putspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5720 * setspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5721 * sgetspent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5722 * sgetspent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5723 * ulckpwdf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5724 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5725 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5726 @include glibc-functions/endspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5727 @include glibc-functions/fgetspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5728 @include glibc-functions/fgetspent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5729 @include glibc-functions/getspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5730 @include glibc-functions/getspent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5731 @include glibc-functions/getspnam.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5732 @include glibc-functions/getspnam_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5733 @include glibc-functions/lckpwdf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5734 @include glibc-functions/putspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5735 @include glibc-functions/setspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5736 @include glibc-functions/sgetspent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5737 @include glibc-functions/sgetspent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5738 @include glibc-functions/ulckpwdf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5739 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5740 @node Glibc signal.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5741 @section Glibc Extensions to @code{<signal.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5742 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5743 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5744 * gsignal:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5745 * sigandset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5746 * sigblock:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5747 * siggetmask:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5748 * sigisemptyset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5749 * sigorset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5750 * sigreturn:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5751 * sigsetmask:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5752 * sigstack:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5753 * sigvec:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5754 * ssignal:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5755 * sys_siglist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5756 * sysv_signal:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5757 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5758 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5759 @include glibc-functions/gsignal.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5760 @include glibc-functions/sigandset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5761 @include glibc-functions/sigblock.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5762 @include glibc-functions/siggetmask.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5763 @include glibc-functions/sigisemptyset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5764 @include glibc-functions/sigorset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5765 @include glibc-functions/sigreturn.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5766 @include glibc-functions/sigsetmask.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5767 @include glibc-functions/sigstack.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5768 @include glibc-functions/sigvec.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5769 @include glibc-functions/ssignal.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5770 @include glibc-functions/sys_siglist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5771 @include glibc-functions/sysv_signal.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5772 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5773 @c @node Glibc spawn.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5774 @c @section Glibc Extensions to @code{<spawn.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5775 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5776 @c @node Glibc stdarg.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5777 @c @section Glibc Extensions to @code{<stdarg.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5778 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5779 @c @node Glibc stdbool.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5780 @c @section Glibc Extensions to @code{<stdbool.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5781 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5782 @c @node Glibc stddef.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5783 @c @section Glibc Extensions to @code{<stddef.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5784 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5785 @c @node Glibc stdint.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5786 @c @section Glibc Extensions to @code{<stdint.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5787 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5788 @node Glibc stdio.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5789 @section Glibc Extensions to @code{<stdio.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5790 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5791 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5792 * asprintf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5793 * cuserid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5794 * clearerr_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5795 * fcloseall:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5796 * feof_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5797 * ferror_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5798 * fflush_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5799 * fgetc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5800 * fgets_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5801 * fileno_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5802 * fopencookie:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5803 * fputc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5804 * fputs_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5805 * fread_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5806 * fwrite_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5807 * getw:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5808 * putw:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5809 * setbuffer:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5810 * setlinebuf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5811 * sys_errlist:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5812 * sys_nerr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5813 * tmpnam_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5814 * vasprintf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5815 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5816 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5817 @include glibc-functions/asprintf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5818 @include glibc-functions/cuserid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5819 @include glibc-functions/clearerr_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5820 @include glibc-functions/fcloseall.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5821 @include glibc-functions/feof_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5822 @include glibc-functions/ferror_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5823 @include glibc-functions/fflush_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5824 @include glibc-functions/fgetc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5825 @include glibc-functions/fgets_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5826 @include glibc-functions/fileno_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5827 @include glibc-functions/fopencookie.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5828 @include glibc-functions/fputc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5829 @include glibc-functions/fputs_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5830 @include glibc-functions/fread_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5831 @include glibc-functions/fwrite_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5832 @include glibc-functions/getw.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5833 @include glibc-functions/putw.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5834 @include glibc-functions/setbuffer.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5835 @include glibc-functions/setlinebuf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5836 @include glibc-functions/sys_errlist.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5837 @include glibc-functions/sys_nerr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5838 @include glibc-functions/tmpnam_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5839 @include glibc-functions/vasprintf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5840 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5841 @node Glibc stdlib.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5842 @section Glibc Extensions to @code{<stdlib.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5843 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5844 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5845 * canonicalize_file_name:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5846 * cfree:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5847 * clearenv:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5848 * drand48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5849 * ecvt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5850 * erand48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5851 * fcvt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5852 * getloadavg:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5853 * getpt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5854 * initstate_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5855 * jrand48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5856 * lcong48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5857 * lrand48_r:: |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
5858 * mkostemp:: |
12234
b45701f2ff71
mkstemps, mkostemps: new modules
Eric Blake <ebb9@byu.net>
parents:
12155
diff
changeset
|
5859 * mkostemps:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5860 * mrand48_r:: |
12234
b45701f2ff71
mkstemps, mkostemps: new modules
Eric Blake <ebb9@byu.net>
parents:
12155
diff
changeset
|
5861 * mkstemps:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5862 * nrand48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5863 * on_exit:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5864 * ptsname_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5865 * qecvt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5866 * qecvt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5867 * qfcvt:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5868 * qfcvt_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5869 * qgcvt:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
5870 * qsort_r:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5871 * random_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5872 * rpmatch:: |
17316
8108e0239bb6
secure_getenv: new module
Paul Eggert <eggert@cs.ucla.edu>
parents:
17276
diff
changeset
|
5873 * secure_getenv:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5874 * seed48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5875 * setstate_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5876 * srand48_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5877 * srandom_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5878 * strtod_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5879 * strtof_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5880 * strtol_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5881 * strtold_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5882 * strtoll_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5883 * strtoq:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5884 * strtoul_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5885 * strtoull_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5886 * strtouq:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5887 * valloc:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5888 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5889 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5890 @include glibc-functions/canonicalize_file_name.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5891 @include glibc-functions/cfree.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5892 @include glibc-functions/clearenv.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5893 @include glibc-functions/drand48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5894 @include glibc-functions/ecvt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5895 @include glibc-functions/erand48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5896 @include glibc-functions/fcvt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5897 @include glibc-functions/getloadavg.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5898 @include glibc-functions/getpt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5899 @include glibc-functions/initstate_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5900 @include glibc-functions/jrand48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5901 @include glibc-functions/lcong48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5902 @include glibc-functions/lrand48_r.texi |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
5903 @include glibc-functions/mkostemp.texi |
12234
b45701f2ff71
mkstemps, mkostemps: new modules
Eric Blake <ebb9@byu.net>
parents:
12155
diff
changeset
|
5904 @include glibc-functions/mkostemps.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5905 @include glibc-functions/mrand48_r.texi |
12234
b45701f2ff71
mkstemps, mkostemps: new modules
Eric Blake <ebb9@byu.net>
parents:
12155
diff
changeset
|
5906 @include glibc-functions/mkstemps.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5907 @include glibc-functions/nrand48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5908 @include glibc-functions/on_exit.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5909 @include glibc-functions/ptsname_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5910 @include glibc-functions/qecvt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5911 @include glibc-functions/qecvt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5912 @include glibc-functions/qfcvt.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5913 @include glibc-functions/qfcvt_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5914 @include glibc-functions/qgcvt.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
5915 @include glibc-functions/qsort_r.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5916 @include glibc-functions/random_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5917 @include glibc-functions/rpmatch.texi |
17316
8108e0239bb6
secure_getenv: new module
Paul Eggert <eggert@cs.ucla.edu>
parents:
17276
diff
changeset
|
5918 @include glibc-functions/secure_getenv.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5919 @include glibc-functions/seed48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5920 @include glibc-functions/setstate_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5921 @include glibc-functions/srand48_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5922 @include glibc-functions/srandom_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5923 @include glibc-functions/strtod_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5924 @include glibc-functions/strtof_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5925 @include glibc-functions/strtol_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5926 @include glibc-functions/strtold_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5927 @include glibc-functions/strtoll_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5928 @include glibc-functions/strtoq.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5929 @include glibc-functions/strtoul_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5930 @include glibc-functions/strtoull_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5931 @include glibc-functions/strtouq.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5932 @include glibc-functions/valloc.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5933 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5934 @node Glibc string.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5935 @section Glibc Extensions to @code{<string.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5936 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5937 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5938 * ffsl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5939 * ffsll:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5940 * memfrob:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5941 * memmem:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5942 * mempcpy:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5943 * memrchr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5944 * rawmemchr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5945 * strcasestr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5946 * strchrnul:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5947 * strfry:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5948 * strsep:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5949 * strverscmp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5950 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5951 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5952 @include glibc-functions/ffsl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5953 @include glibc-functions/ffsll.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5954 @include glibc-functions/memfrob.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5955 @include glibc-functions/memmem.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5956 @include glibc-functions/mempcpy.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5957 @include glibc-functions/memrchr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5958 @include glibc-functions/rawmemchr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5959 @include glibc-functions/strcasestr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5960 @include glibc-functions/strchrnul.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5961 @include glibc-functions/strfry.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5962 @include glibc-functions/strsep.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5963 @include glibc-functions/strverscmp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5964 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5965 @c @node Glibc strings.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5966 @c @section Glibc Extensions to @code{<strings.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5967 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5968 @c @node Glibc stropts.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5969 @c @section Glibc Extensions to @code{<stropts.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5970 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5971 @node Glibc sys/capability.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5972 @section Glibc @code{<sys/capability.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5973 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5974 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5975 * capget:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5976 * capset:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5977 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5978 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5979 @include glibc-functions/capget.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5980 @include glibc-functions/capset.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5981 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5982 @node Glibc sys/epoll.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5983 @section Glibc @code{<sys/epoll.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5984 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5985 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5986 * epoll_create:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5987 * epoll_ctl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5988 * epoll_wait:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5989 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5990 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5991 @include glibc-functions/epoll_create.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5992 @include glibc-functions/epoll_ctl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5993 @include glibc-functions/epoll_wait.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
5994 |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5995 @node Glibc sys/fanotify.h |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5996 @section Glibc @code{<sys/fanotify.h>} |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5997 |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5998 @menu |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
5999 * fanotify_init:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6000 * fanotify_mark:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6001 @end menu |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6002 |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6003 @include glibc-functions/fanotify_init.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6004 @include glibc-functions/fanotify_mark.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6005 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6006 @node Glibc sys/file.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6007 @section Glibc @code{<sys/file.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6008 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6009 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6010 * flock:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6011 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6012 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6013 @include glibc-functions/flock.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6014 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6015 @node Glibc sys/fsuid.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6016 @section Glibc @code{<sys/fsuid.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6017 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6018 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6019 * setfsgid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6020 * setfsuid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6021 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6022 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6023 @include glibc-functions/setfsgid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6024 @include glibc-functions/setfsuid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6025 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6026 @node Glibc sys/gmon.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6027 @section Glibc @code{<sys/gmon.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6028 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6029 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6030 * monstartup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6031 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6032 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6033 @include glibc-functions/monstartup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6034 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6035 @node Glibc sys/io.h and sys/perm.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6036 @section Glibc @code{<sys/io.h>}, @code{<sys/perm.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6037 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6038 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6039 * ioperm:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6040 * iopl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6041 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6042 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6043 @include glibc-functions/ioperm.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6044 @include glibc-functions/iopl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6045 |
10611
02d4e9fb77b9
Document <sys/ioctl.h> status.
Bruno Haible <bruno@clisp.org>
parents:
10224
diff
changeset
|
6046 @c @node Glibc sys/ioctl.h |
02d4e9fb77b9
Document <sys/ioctl.h> status.
Bruno Haible <bruno@clisp.org>
parents:
10224
diff
changeset
|
6047 @c @section Glibc @code{<sys/ioctl.h>} |
02d4e9fb77b9
Document <sys/ioctl.h> status.
Bruno Haible <bruno@clisp.org>
parents:
10224
diff
changeset
|
6048 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6049 @c @node Glibc sys/ipc.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6050 @c @section Glibc Extensions to @code{<sys/ipc.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6051 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6052 @node Glibc sys/kdaemon.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6053 @section Glibc @code{<sys/kdaemon.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6054 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6055 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6056 * bdflush:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6057 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6058 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6059 @include glibc-functions/bdflush.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6060 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6061 @node Glibc sys/klog.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6062 @section Glibc @code{<sys/klog.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6063 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6064 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6065 * klogctl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6066 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6067 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6068 @include glibc-functions/klogctl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6069 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6070 @node Glibc sys/mman.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6071 @section Glibc Extensions to @code{<sys/mman.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6072 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6073 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6074 * madvise:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6075 * mincore:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6076 * mremap:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6077 * remap_file_pages:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6078 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6079 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6080 @include glibc-functions/madvise.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6081 @include glibc-functions/mincore.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6082 @include glibc-functions/mremap.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6083 @include glibc-functions/remap_file_pages.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6084 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6085 @node Glibc sys/mount.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6086 @section Glibc @code{<sys/mount.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6087 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6088 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6089 * mount:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6090 * umount:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6091 * umount2:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6092 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6093 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6094 @include glibc-functions/mount.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6095 @include glibc-functions/umount.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6096 @include glibc-functions/umount2.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6097 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6098 @c @node Glibc sys/msg.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6099 @c @section Glibc Extensions to @code{<sys/msg.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6100 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6101 @node Glibc sys/personality.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6102 @section Glibc @code{<sys/personality.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6103 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6104 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6105 * personality:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6106 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6107 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6108 @include glibc-functions/personality.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6109 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6110 @node Glibc sys/prctl.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6111 @section Glibc @code{<sys/prctl.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6112 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6113 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6114 * prctl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6115 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6116 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6117 @include glibc-functions/prctl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6118 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6119 @node Glibc sys/profil.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6120 @section Glibc @code{<sys/profil.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6121 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6122 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6123 * sprofil:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6124 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6125 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6126 @include glibc-functions/sprofil.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6127 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6128 @node Glibc sys/ptrace.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6129 @section Glibc @code{<sys/ptrace.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6130 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6131 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6132 * ptrace:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6133 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6134 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6135 @include glibc-functions/ptrace.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6136 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6137 @node Glibc sys/quota.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6138 @section Glibc @code{<sys/quota.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6139 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6140 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6141 * quotactl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6142 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6143 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6144 @include glibc-functions/quotactl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6145 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6146 @node Glibc sys/reboot.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6147 @section Glibc @code{<sys/reboot.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6148 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6149 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6150 * reboot:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6151 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6152 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6153 @include glibc-functions/reboot.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6154 |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6155 @node Glibc sys/resource.h |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6156 @section Glibc Extensions to @code{<sys/resource.h>} |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6157 |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6158 @menu |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6159 * prlimit:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6160 @end menu |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6161 |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6162 @include glibc-functions/prlimit.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6163 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6164 @c @node Glibc sys/select.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6165 @c @section Glibc Extensions to @code{<sys/select.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6166 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6167 @node Glibc sys/sem.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6168 @section Glibc Extensions to @code{<sys/sem.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6169 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6170 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6171 * semtimedop:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6172 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6173 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6174 @include glibc-functions/semtimedop.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6175 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6176 @node Glibc sys/sendfile.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6177 @section Glibc @code{<sys/sendfile.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6178 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6179 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6180 * sendfile:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6181 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6182 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6183 @include glibc-functions/sendfile.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6184 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6185 @c @node Glibc sys/shm.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6186 @c @section Glibc Extensions to @code{<sys/shm.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6187 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6188 @node Glibc sys/socket.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6189 @section Glibc Extensions to @code{<sys/socket.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6190 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6191 @menu |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6192 * accept4:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6193 * isfdtype:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6194 * recvmmsg:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6195 * sendmmsg:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6196 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6197 |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6198 @include glibc-functions/accept4.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6199 @include glibc-functions/isfdtype.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6200 @include glibc-functions/recvmmsg.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6201 @include glibc-functions/sendmmsg.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6202 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6203 @node Glibc sys/stat.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6204 @section Glibc Extensions to @code{<sys/stat.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6205 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6206 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6207 * lchmod:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6208 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6209 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6210 @include glibc-functions/lchmod.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6211 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6212 @node Glibc sys/statfs.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6213 @section Glibc @code{<sys/statfs.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6214 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6215 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6216 * fstatfs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6217 * statfs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6218 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6219 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6220 @include glibc-functions/fstatfs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6221 @include glibc-functions/statfs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6222 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6223 @c @node Glibc sys/statvfs.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6224 @c @section Glibc Extensions to @code{<sys/statvfs.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6225 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6226 @node Glibc sys/swap.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6227 @section Glibc @code{<sys/swap.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6228 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6229 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6230 * swapoff:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6231 * swapon:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6232 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6233 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6234 @include glibc-functions/swapoff.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6235 @include glibc-functions/swapon.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6236 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6237 @node Glibc sys/sysctl.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6238 @section Glibc @code{<sys/sysctl.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6239 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6240 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6241 * sysctl:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6242 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6243 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6244 @include glibc-functions/sysctl.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6245 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6246 @node Glibc sys/sysinfo.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6247 @section Glibc @code{<sys/sysinfo.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6248 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6249 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6250 * get_avphys_pages:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6251 * get_nprocs:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6252 * get_nprocs_conf:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6253 * get_phys_pages:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6254 * sysinfo:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6255 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6256 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6257 @include glibc-functions/get_avphys_pages.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6258 @include glibc-functions/get_nprocs.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6259 @include glibc-functions/get_nprocs_conf.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6260 @include glibc-functions/get_phys_pages.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6261 @include glibc-functions/sysinfo.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6262 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6263 @node Glibc sys/syslog.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6264 @section Glibc @code{<sys/syslog.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6265 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6266 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6267 * vsyslog:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6268 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6269 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6270 @include glibc-functions/vsyslog.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6271 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6272 @node Glibc sys/sysmacros.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6273 @section Glibc @code{<sys/sysmacros.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6274 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6275 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6276 * gnu_dev_major:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6277 * gnu_dev_makedev:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6278 * gnu_dev_minor:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6279 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6280 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6281 @include glibc-functions/gnu_dev_major.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6282 @include glibc-functions/gnu_dev_makedev.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6283 @include glibc-functions/gnu_dev_minor.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6284 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6285 @node Glibc sys/time.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6286 @section Glibc Extensions to @code{<sys/time.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6287 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6288 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6289 * adjtime:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6290 * futimes:: |
12155
a12f708060ff
doc: mention timestamp portability issues
Eric Blake <ebb9@byu.net>
parents:
12143
diff
changeset
|
6291 * futimesat:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6292 * lutimes:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6293 * settimeofday:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6294 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6295 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6296 @include glibc-functions/adjtime.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6297 @include glibc-functions/futimes.texi |
12155
a12f708060ff
doc: mention timestamp portability issues
Eric Blake <ebb9@byu.net>
parents:
12143
diff
changeset
|
6298 @include glibc-functions/futimesat.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6299 @include glibc-functions/lutimes.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6300 @include glibc-functions/settimeofday.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6301 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6302 @c @node Glibc sys/timeb.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6303 @c @section Glibc Extensions to @code{<sys/timeb.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6304 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6305 @c @node Glibc sys/times.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6306 @c @section Glibc Extensions to @code{<sys/times.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6307 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6308 @node Glibc sys/timex.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6309 @section Glibc @code{<sys/timex.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6310 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6311 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6312 * adjtimex:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6313 * ntp_adjtime:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6314 * ntp_gettime:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6315 * ntp_gettimex:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6316 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6317 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6318 @include glibc-functions/adjtimex.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6319 @include glibc-functions/ntp_adjtime.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6320 @include glibc-functions/ntp_gettime.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6321 @include glibc-functions/ntp_gettimex.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6322 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6323 @c @node Glibc sys/types.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6324 @c @section Glibc Extensions to @code{<sys/types.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6325 |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6326 @node Glibc sys/uio.h |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6327 @section Glibc Extensions to @code{<sys/uio.h>} |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6328 |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6329 @menu |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6330 * preadv:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6331 * process_vm_readv:: |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6332 * process_vm_writev:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6333 * pwritev:: |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6334 @end menu |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6335 |
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6336 @include glibc-functions/preadv.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6337 @include glibc-functions/process_vm_readv.texi |
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6338 @include glibc-functions/process_vm_writev.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6339 @include glibc-functions/pwritev.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6340 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6341 @c @node Glibc sys/un.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6342 @c @section Glibc Extensions to @code{<sys/un.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6343 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6344 @node Glibc sys/ustat.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6345 @section Glibc @code{<sys/ustat.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6346 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6347 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6348 * ustat:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6349 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6350 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6351 @include glibc-functions/ustat.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6352 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6353 @c @node Glibc sys/utsname.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6354 @c @section Glibc Extensions to @code{<sys/utsname.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6355 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6356 @node Glibc sys/vlimit.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6357 @section Glibc @code{<sys/vlimit.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6358 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6359 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6360 * vlimit:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6361 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6362 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6363 @include glibc-functions/vlimit.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6364 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6365 @node Glibc sys/vm86.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6366 @section Glibc @code{<sys/vm86.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6367 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6368 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6369 * vm86:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6370 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6371 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6372 @include glibc-functions/vm86.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6373 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6374 @node Glibc sys/vtimes.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6375 @section Glibc @code{<sys/vtimes.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6376 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6377 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6378 * vtimes:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6379 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6380 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6381 @include glibc-functions/vtimes.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6382 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6383 @node Glibc sys/wait.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6384 @section Glibc Extensions to @code{<sys/wait.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6385 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6386 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6387 * wait3:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6388 * wait4:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6389 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6390 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6391 @include glibc-functions/wait3.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6392 @include glibc-functions/wait4.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6393 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6394 @node Glibc sys/xattr.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6395 @section Glibc @code{<sys/xattr.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6396 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6397 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6398 * fgetxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6399 * flistxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6400 * fremovexattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6401 * fsetxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6402 * getxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6403 * lgetxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6404 * listxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6405 * llistxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6406 * lremovexattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6407 * lsetxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6408 * removexattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6409 * setxattr:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6410 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6411 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6412 @include glibc-functions/fgetxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6413 @include glibc-functions/flistxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6414 @include glibc-functions/fremovexattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6415 @include glibc-functions/fsetxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6416 @include glibc-functions/getxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6417 @include glibc-functions/lgetxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6418 @include glibc-functions/listxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6419 @include glibc-functions/llistxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6420 @include glibc-functions/lremovexattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6421 @include glibc-functions/lsetxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6422 @include glibc-functions/removexattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6423 @include glibc-functions/setxattr.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6424 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6425 @c @node Glibc sysexits.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6426 @c @section Glibc @code{<sysexits.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6427 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6428 @c @node Glibc syslog.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6429 @c @section Glibc Extensions to @code{<syslog.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6430 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6431 @c @node Glibc tar.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6432 @c @section Glibc Extensions to @code{<tar.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6433 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6434 @node Glibc termios.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6435 @section Glibc Extensions to @code{<termios.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6436 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6437 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6438 * cfmakeraw:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6439 * cfsetspeed:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6440 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6441 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6442 @include glibc-functions/cfmakeraw.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6443 @include glibc-functions/cfsetspeed.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6444 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6445 @c @node Glibc tgmath.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6446 @c @section Glibc Extensions to @code{<tgmath.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6447 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6448 @node Glibc time.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6449 @section Glibc Extensions to @code{<time.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6450 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6451 @menu |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6452 * clock_adjtime:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6453 * dysize:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6454 * getdate_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6455 * stime:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6456 * strptime_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6457 * timegm:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6458 * timelocal:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6459 * timespec_get:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6460 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6461 |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6462 @include glibc-functions/clock_adjtime.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6463 @include glibc-functions/dysize.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6464 @include glibc-functions/getdate_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6465 @include glibc-functions/stime.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6466 @include glibc-functions/strptime_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6467 @include glibc-functions/timegm.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6468 @include glibc-functions/timelocal.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6469 @include glibc-functions/timespec_get.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6470 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6471 @c @node Glibc trace.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6472 @c @section Glibc Extensions to @code{<trace.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6473 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6474 @node Glibc ttyent.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6475 @section Glibc @code{<ttyent.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6476 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6477 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6478 * endttyent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6479 * getttyent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6480 * getttynam:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6481 * setttyent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6482 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6483 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6484 @include glibc-functions/endttyent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6485 @include glibc-functions/getttyent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6486 @include glibc-functions/getttynam.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6487 @include glibc-functions/setttyent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6488 |
16509
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
6489 @c @node Glibc uchar.h |
d2a4b2dea076
doc: Move ISO C11 feature notes into POSIX chapters.
Bruno Haible <bruno@clisp.org>
parents:
16507
diff
changeset
|
6490 @c @section Glibc Extensions to @code{<uchar.h>} |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6491 |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6492 @c @node Glibc ucontext.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6493 @c @section Glibc Extensions to @code{<ucontext.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6494 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6495 @c @node Glibc ulimit.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6496 @c @section Glibc Extensions to @code{<ulimit.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6497 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6498 @node Glibc unistd.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6499 @section Glibc Extensions to @code{<unistd.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6500 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6501 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6502 * acct:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6503 * brk:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6504 * chroot:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6505 * daemon:: |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6506 * dup3:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6507 * endusershell:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6508 * euidaccess:: |
12080
6b1f45c2820d
doc: mention yet more cygwin 1.7 status
Eric Blake <ebb9@byu.net>
parents:
11869
diff
changeset
|
6509 * execvpe:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6510 * get_current_dir_name:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6511 * getdomainname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6512 * getdtablesize:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6513 * getpagesize:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6514 * getpass:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6515 * getresgid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6516 * getresuid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6517 * getusershell:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6518 * group_member:: |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6519 * pipe2:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6520 * profil:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6521 * revoke:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6522 * sbrk:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6523 * setlogin:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6524 * setdomainname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6525 * sethostid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6526 * sethostname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6527 * setresgid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6528 * setresuid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6529 * setusershell:: |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6530 * syncfs:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6531 * syscall:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6532 * ttyslot:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6533 * vhangup:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6534 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6535 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6536 @include glibc-functions/acct.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6537 @include glibc-functions/brk.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6538 @include glibc-functions/chroot.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6539 @include glibc-functions/daemon.texi |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6540 @include glibc-functions/dup3.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6541 @include glibc-functions/endusershell.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6542 @include glibc-functions/euidaccess.texi |
12116
e8a96a056df7
include execvpe.texi, so doc builds again
Karl Berry <karl@freefriends.org>
parents:
12080
diff
changeset
|
6543 @include glibc-functions/execvpe.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6544 @include glibc-functions/get_current_dir_name.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6545 @include glibc-functions/getdomainname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6546 @include glibc-functions/getdtablesize.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6547 @include glibc-functions/getpagesize.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6548 @include glibc-functions/getpass.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6549 @include glibc-functions/getresgid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6550 @include glibc-functions/getresuid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6551 @include glibc-functions/getusershell.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6552 @include glibc-functions/group_member.texi |
11869
fce330cf6651
Reference some new glibc functions.
Bruno Haible <bruno@clisp.org>
parents:
11585
diff
changeset
|
6553 @include glibc-functions/pipe2.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6554 @include glibc-functions/profil.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6555 @include glibc-functions/revoke.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6556 @include glibc-functions/sbrk.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6557 @include glibc-functions/setlogin.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6558 @include glibc-functions/setdomainname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6559 @include glibc-functions/sethostid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6560 @include glibc-functions/sethostname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6561 @include glibc-functions/setresgid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6562 @include glibc-functions/setresuid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6563 @include glibc-functions/setusershell.texi |
15454
76a0e0f55da2
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
14908
diff
changeset
|
6564 @include glibc-functions/syncfs.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6565 @include glibc-functions/syscall.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6566 @include glibc-functions/ttyslot.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6567 @include glibc-functions/vhangup.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6568 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6569 @c @node Glibc utime.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6570 @c @section Glibc Extensions to @code{<utime.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6571 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6572 @node Glibc utmp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6573 @section Glibc @code{<utmp.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6574 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6575 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6576 * endutent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6577 * getutent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6578 * getutent_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6579 * getutid:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6580 * getutid_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6581 * getutline:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6582 * getutline_r:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6583 * pututline:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6584 * setutent:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6585 * updwtmp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6586 * utmpname:: |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6587 * login:: |
13035 | 6588 * login_tty:: |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6589 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6590 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6591 @include glibc-functions/endutent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6592 @include glibc-functions/getutent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6593 @include glibc-functions/getutent_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6594 @include glibc-functions/getutid.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6595 @include glibc-functions/getutid_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6596 @include glibc-functions/getutline.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6597 @include glibc-functions/getutline_r.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6598 @include glibc-functions/pututline.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6599 @include glibc-functions/setutent.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6600 @include glibc-functions/updwtmp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6601 @include glibc-functions/utmpname.texi |
16507
a7ef52eff5fb
doc: Mention new glibc headers and functions.
Bruno Haible <bruno@clisp.org>
parents:
16388
diff
changeset
|
6602 @include glibc-functions/login.texi |
13035 | 6603 @include glibc-functions/login_tty.texi |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6604 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6605 @node Glibc utmpx.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6606 @section Glibc Extensions to @code{<utmpx.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6607 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6608 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6609 * getutmp:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6610 * getutmpx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6611 * updwtmpx:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6612 * utmpxname:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6613 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6614 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6615 @include glibc-functions/getutmp.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6616 @include glibc-functions/getutmpx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6617 @include glibc-functions/updwtmpx.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6618 @include glibc-functions/utmpxname.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6619 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6620 @node Glibc wchar.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6621 @section Glibc Extensions to @code{<wchar.h>} |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6622 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6623 @menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6624 * fgetwc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6625 * fgetws_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6626 * fputwc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6627 * fputws_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6628 * getwc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6629 * getwchar_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6630 * putwc_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6631 * putwchar_unlocked:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6632 * wcschrnul:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6633 * wcsftime_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6634 * wcstod_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6635 * wcstof_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6636 * wcstol_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6637 * wcstold_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6638 * wcstoll_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6639 * wcstoq:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6640 * wcstoul_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6641 * wcstoull_l:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6642 * wcstouq:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6643 * wmempcpy:: |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6644 @end menu |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6645 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6646 @include glibc-functions/fgetwc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6647 @include glibc-functions/fgetws_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6648 @include glibc-functions/fputwc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6649 @include glibc-functions/fputws_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6650 @include glibc-functions/getwc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6651 @include glibc-functions/getwchar_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6652 @include glibc-functions/putwc_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6653 @include glibc-functions/putwchar_unlocked.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6654 @include glibc-functions/wcschrnul.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6655 @include glibc-functions/wcsftime_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6656 @include glibc-functions/wcstod_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6657 @include glibc-functions/wcstof_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6658 @include glibc-functions/wcstol_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6659 @include glibc-functions/wcstold_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6660 @include glibc-functions/wcstoll_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6661 @include glibc-functions/wcstoq.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6662 @include glibc-functions/wcstoul_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6663 @include glibc-functions/wcstoull_l.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6664 @include glibc-functions/wcstouq.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6665 @include glibc-functions/wmempcpy.texi |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6666 |
10879
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
6667 @c @node Glibc wctype.h |
fb8d0f8624e2
Move documentation for glibc functions that are now in POSIX.
Bruno Haible <bruno@clisp.org>
parents:
10875
diff
changeset
|
6668 @c @section Glibc Extensions to @code{<wctype.h>} |
9635
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6669 |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6670 @c @node Glibc wordexp.h |
3a9052fb8e95
New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
6671 @c @section Glibc Extensions to @code{<wordexp.h>} |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9611
diff
changeset
|
6672 |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6673 @node Particular Modules |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6674 @chapter Particular Modules |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6675 |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6676 @menu |
9550
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6677 * alloca:: |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6678 * alloca-opt:: |
11204
55b4123a6159
Cosmetic tweaks in the safe-alloc module.
Bruno Haible <bruno@clisp.org>
parents:
11173
diff
changeset
|
6679 * Safe Allocation Macros:: |
14752
25dd282f49a1
verify: add doc to gnulib manual and fix example
Paul Eggert <eggert@cs.ucla.edu>
parents:
14743
diff
changeset
|
6680 * Compile-time Assertions:: |
14753 | 6681 * Integer Properties:: |
17435
a0d0b52b7d06
doc: document extern-inline
Paul Eggert <eggert@cs.ucla.edu>
parents:
17389
diff
changeset
|
6682 * extern inline:: |
9603
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6683 * String Functions in C Locale:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6684 * Quoting:: |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
6685 * error and progname:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6686 * gcd:: |
11150
c12f4930ab01
Document the 'havelib' module.
Bruno Haible <bruno@clisp.org>
parents:
11149
diff
changeset
|
6687 * Searching for Libraries:: |
11255
8654d5f5a115
Rearrange doc about symbols in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
11254
diff
changeset
|
6688 * Exported Symbols of Shared Libraries:: |
8654d5f5a115
Rearrange doc about symbols in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
11254
diff
changeset
|
6689 * LD Version Scripts:: |
11441
e89e1991ce01
Add lib-msvc-compat module.
Simon Josefsson <simon@josefsson.org>
parents:
11255
diff
changeset
|
6690 * Visual Studio Compatibility:: |
8272
fd48e35f4e5e
New modules relocatable, relocatable-lib, relocatable-script.
Bruno Haible <bruno@clisp.org>
parents:
7778
diff
changeset
|
6691 * Supporting Relocation:: |
9761
f63d3075f044
Rename __func__ module to func.
Simon Josefsson <simon@josefsson.org>
parents:
9760
diff
changeset
|
6692 * func:: |
14163
90cf49c6fdd5
document configmake in the manual instead of the source
Karl Berry <karl@freefriends.org>
parents:
14079
diff
changeset
|
6693 * configmake:: |
10797
3c68487be563
Add documentation for warnings module, from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
10763
diff
changeset
|
6694 * warnings:: |
10849
ce362087a6b5
Document the 'manywarnings' module.
Bruno Haible <bruno@clisp.org>
parents:
10797
diff
changeset
|
6695 * manywarnings:: |
13358
b0d3c17d7d3d
Add new module valgrind-tests.
Simon Josefsson <simon@josefsson.org>
parents:
13264
diff
changeset
|
6696 * Running self-tests under valgrind:: |
14902 | 6697 * stat-size:: |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6698 @end menu |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6699 |
9550
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6700 @node alloca |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6701 @section alloca |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6702 @findex alloca |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6703 @include alloca.texi |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6704 |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6705 @node alloca-opt |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6706 @section alloca-opt |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6707 @findex alloca |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6708 @include alloca-opt.texi |
6bc27027a2d6
Avoid using the syntax symbol() in formatted documentation.
Bruno Haible <bruno@clisp.org>
parents:
9412
diff
changeset
|
6709 |
11204
55b4123a6159
Cosmetic tweaks in the safe-alloc module.
Bruno Haible <bruno@clisp.org>
parents:
11173
diff
changeset
|
6710 @include safe-alloc.texi |
55b4123a6159
Cosmetic tweaks in the safe-alloc module.
Bruno Haible <bruno@clisp.org>
parents:
11173
diff
changeset
|
6711 |
14752
25dd282f49a1
verify: add doc to gnulib manual and fix example
Paul Eggert <eggert@cs.ucla.edu>
parents:
14743
diff
changeset
|
6712 @include verify.texi |
25dd282f49a1
verify: add doc to gnulib manual and fix example
Paul Eggert <eggert@cs.ucla.edu>
parents:
14743
diff
changeset
|
6713 |
14753 | 6714 @include intprops.texi |
6715 | |
17435
a0d0b52b7d06
doc: document extern-inline
Paul Eggert <eggert@cs.ucla.edu>
parents:
17389
diff
changeset
|
6716 @include extern-inline.texi |
a0d0b52b7d06
doc: document extern-inline
Paul Eggert <eggert@cs.ucla.edu>
parents:
17389
diff
changeset
|
6717 |
9603
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6718 @node String Functions in C Locale |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6719 @section Character and String Functions in C Locale |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6720 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6721 The functions in this section are similar to the generic string functions |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6722 from the standard C library, except that |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6723 @itemize |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6724 @item |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6725 They behave as if the locale was set to the "C" locale, even when the |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6726 locale is different, and/or |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6727 @item |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6728 They are specially optimized for the case where all characters are plain |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6729 ASCII characters. |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6730 @end itemize |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6731 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6732 @menu |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6733 * c-ctype:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6734 * c-strcase:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6735 * c-strcaseeq:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6736 * c-strcasestr:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6737 * c-strstr:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6738 * c-strtod:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6739 * c-strtold:: |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6740 @end menu |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6741 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6742 @node c-ctype |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6743 @subsection c-ctype |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6744 @include c-ctype.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6745 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6746 @node c-strcase |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6747 @subsection c-strcase |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6748 @include c-strcase.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6749 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6750 @node c-strcaseeq |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6751 @subsection c-strcaseeq |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6752 @include c-strcaseeq.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6753 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6754 @node c-strcasestr |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6755 @subsection c-strcasestr |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6756 @include c-strcasestr.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6757 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6758 @node c-strstr |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6759 @subsection c-strstr |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6760 @include c-strstr.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6761 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6762 @node c-strtod |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6763 @subsection c-strtod |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6764 @include c-strtod.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6765 |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6766 @node c-strtold |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6767 @subsection c-strtold |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6768 @include c-strtold.texi |
7f9da67a609a
Add documentation for the c-* modules.
Bruno Haible <bruno@clisp.org>
parents:
9571
diff
changeset
|
6769 |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6770 @include quote.texi |
11149
69adbf69b681
Fix wrong order of sections, compared to TOC.
Bruno Haible <bruno@clisp.org>
parents:
11101
diff
changeset
|
6771 |
7778
1736cdb7eda4
document error/progname interaction
Karl Berry <karl@freefriends.org>
parents:
7618
diff
changeset
|
6772 @include error.texi |
11149
69adbf69b681
Fix wrong order of sections, compared to TOC.
Bruno Haible <bruno@clisp.org>
parents:
11101
diff
changeset
|
6773 |
7546
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6774 @include gcd.texi |
de9055fd713b
Split the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible <bruno@clisp.org>
parents:
7334
diff
changeset
|
6775 |
11150
c12f4930ab01
Document the 'havelib' module.
Bruno Haible <bruno@clisp.org>
parents:
11149
diff
changeset
|
6776 @include havelib.texi |
c12f4930ab01
Document the 'havelib' module.
Bruno Haible <bruno@clisp.org>
parents:
11149
diff
changeset
|
6777 |
11442
925138552c76
Rename module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
11441
diff
changeset
|
6778 @include lib-symbol-visibility.texi |
11255
8654d5f5a115
Rearrange doc about symbols in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
11254
diff
changeset
|
6779 |
8654d5f5a115
Rearrange doc about symbols in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
11254
diff
changeset
|
6780 @include ld-version-script.texi |
8654d5f5a115
Rearrange doc about symbols in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
11254
diff
changeset
|
6781 |
11441
e89e1991ce01
Add lib-msvc-compat module.
Simon Josefsson <simon@josefsson.org>
parents:
11255
diff
changeset
|
6782 @include ld-output-def.texi |
e89e1991ce01
Add lib-msvc-compat module.
Simon Josefsson <simon@josefsson.org>
parents:
11255
diff
changeset
|
6783 |
11149
69adbf69b681
Fix wrong order of sections, compared to TOC.
Bruno Haible <bruno@clisp.org>
parents:
11101
diff
changeset
|
6784 @include relocatable-maint.texi |
69adbf69b681
Fix wrong order of sections, compared to TOC.
Bruno Haible <bruno@clisp.org>
parents:
11101
diff
changeset
|
6785 |
9764
d0febee6878d
Move the documentation of module 'func' to its own file.
Bruno Haible <bruno@clisp.org>
parents:
9761
diff
changeset
|
6786 @include func.texi |
d0febee6878d
Move the documentation of module 'func' to its own file.
Bruno Haible <bruno@clisp.org>
parents:
9761
diff
changeset
|
6787 |
14163
90cf49c6fdd5
document configmake in the manual instead of the source
Karl Berry <karl@freefriends.org>
parents:
14079
diff
changeset
|
6788 @include configmake.texi |
90cf49c6fdd5
document configmake in the manual instead of the source
Karl Berry <karl@freefriends.org>
parents:
14079
diff
changeset
|
6789 |
10797
3c68487be563
Add documentation for warnings module, from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
10763
diff
changeset
|
6790 @include warnings.texi |
3c68487be563
Add documentation for warnings module, from Bruno.
Simon Josefsson <simon@josefsson.org>
parents:
10763
diff
changeset
|
6791 |
10849
ce362087a6b5
Document the 'manywarnings' module.
Bruno Haible <bruno@clisp.org>
parents:
10797
diff
changeset
|
6792 @include manywarnings.texi |
ce362087a6b5
Document the 'manywarnings' module.
Bruno Haible <bruno@clisp.org>
parents:
10797
diff
changeset
|
6793 |
13358
b0d3c17d7d3d
Add new module valgrind-tests.
Simon Josefsson <simon@josefsson.org>
parents:
13264
diff
changeset
|
6794 @include valgrind-tests.texi |
b0d3c17d7d3d
Add new module valgrind-tests.
Simon Josefsson <simon@josefsson.org>
parents:
13264
diff
changeset
|
6795 |
14902 | 6796 @include stat-size.texi |
6797 | |
6798 | |
13533
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6799 @node Regular expressions |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6800 @chapter Regular expressions |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6801 |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6802 @menu |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6803 * Overview:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6804 * Regular Expression Syntax:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6805 * Common Operators:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6806 * GNU Operators:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6807 * GNU Emacs Operators:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6808 * What Gets Matched?:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6809 * Programming with Regex:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6810 * Regular expression syntaxes:: |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6811 @end menu |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6812 |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6813 @lowersections |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6814 @include regex.texi |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6815 @raisesections |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6816 |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6817 @node Regular expression syntaxes |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6818 @section Regular expression syntaxes |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6819 |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6820 Gnulib supports many different types of regular expressions; although |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6821 the underlying features are the same or identical, the syntax used |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6822 varies. The descriptions given here for the different types are |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6823 generated automatically. |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6824 |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6825 @include regexprops-generic.texi |
ca70a11e70e2
Integrate the regex documentation.
Bruno Haible <bruno@clisp.org>
parents:
13399
diff
changeset
|
6826 |
9099
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
6827 @node GNU Free Documentation License |
7dccd64f30f9
revise node structure for new fdl.texi
Karl Berry <karl@freefriends.org>
parents:
8868
diff
changeset
|
6828 @appendix GNU Free Documentation License |
5239 | 6829 |
10763 | 6830 @include fdl-1.3.texi |
5239 | 6831 |
6832 | |
6833 @node Index | |
6834 @unnumbered Index | |
6835 | |
6836 @printindex cp | |
6837 | |
6838 @bye | |
8868
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
6839 |
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
6840 @c Local Variables: |
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
6841 @c indent-tabs-mode: nil |
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
6842 @c whitespace-check-buffer-indent: nil |
90e71310a07f
Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents:
8792
diff
changeset
|
6843 @c End: |