Fix several address-calculation bugs in the hash modules,
[gnulib.git] / MODULES.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3   <HEAD>
4     <TITLE>Gnulib Module List</TITLE>
5     <META NAME="keywords" CONTENT="acl, alloca, argmatch, argp, assert, atexit, backupfile, bcopy, binary-io, c-bs-a, c-ctype, c-stack, canon-host, chown, closeout, copy-file, diacrit, dirfd, dirname, dup2, error, euidaccess, exclude, exit, exitfail, extensions, fatal, fatal-signal, file-type, fileblocks, filemode, findprog, fnmatch, fnmatch-gnu, fnmatch-posix, fpending, free, fsusage, ftruncate, full-read, full-write, fwriteerror, gcd, getdate, getdomainname, getgroups, gethostname, getline, getloadavg, getndelim2, getnline, getopt, getpagesize, getpass, getpass-gnu, gettext, gettime, gettimeofday, getugroups, getusershell, group-member, hard-locale, hash, hash-pjw, human, iconv, idcache, isdir, lchown, linebreak, linebuffer, localcharset, long-options, lstat, makepath, malloc, mathl, mbswidth, md5, memcasecmp, memchr, memcmp, memcoll, memcpy, memmove, mempcpy, memrchr, memset, minmax, mkdir, mkdtemp, mkstemp, mktime, modechange, mountlist, nanosleep, obstack, path-concat, pathmax, pathname, physmem, poll, posixtm, posixver, progname, putenv, quote, quotearg, readlink, readtokens, readutmp, realloc, regex, rename, restrict, rmdir, rpmatch, safe-read, safe-write, same, save-cwd, savedir, setenv, settime, sha, sig2str, stat, stdbool, stdio-safer, stpcpy, stpncpy, strcase, strchrnul, strcspn, strdup, strerror, strftime, strndup, strnlen, strpbrk, strstr, strtod, strtoimax, strtol, strtoll, strtoul, strtoull, strtoumax, strverscmp, sysexits, time_r, timegm, timespec, tzset, ucs4-utf16, ucs4-utf8, unicodeio, unistd-safer, unlocked-io, userspec, utf16-ucs4, utf8-ucs4, utime, vasnprintf, vasprintf, version-etc, wait-process, xalloc, xgetcwd, xgetdomainname, xgethostname, xmemcoll, xreadlink, xsetenv, xstrndup, xstrtod, xstrtoimax, xstrtol, xstrtoumax, yesno">
6   </HEAD>
7   <BODY>
8     <H1>Gnulib Module List</H1>
9     This is a list of the modules which make up gnulib, with dependencies.
10     <H2><A HREF="#ansic_sup">Support for systems lacking ANSI C 89</A></H2>
11     <TABLE>
12       <TR WIDTH="100%">
13         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-bs-a">c-bs-a</A>
14         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine portability of "\a".
15       </TR>
16       <TR WIDTH="100%">
17         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=assert">assert</A>
18         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Allow the installer to disable assertions through "configure --disable-assert".
19       </TR>
20       <TR WIDTH="100%">
21         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exit">exit</A>
22         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/exit.html">exit</A>() function: program termination.
23       </TR>
24       <TR WIDTH="100%">
25         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=atexit">atexit</A>
26         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/atexit.html">atexit</A>() function: register a function to be called at program termination.
27       </TR>
28       <TR WIDTH="100%">
29         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtod">strtod</A>
30         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtod.html">strtod</A>() function: convert string to 'double'.
31       </TR>
32       <TR WIDTH="100%">
33         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtol">strtol</A>
34         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtol.html">strtol</A>() function: convert string to 'long'.
35       </TR>
36       <TR WIDTH="100%">
37         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoul">strtoul</A>
38         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoul.html">strtoul</A>() function: convert string to 'unsigned long'.
39       </TR>
40       <TR WIDTH="100%">
41         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memchr">memchr</A>
42         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memchr.html">memchr</A>() function: scan memory for a byte.
43       </TR>
44       <TR WIDTH="100%">
45         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcmp">memcmp</A>
46         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memcmp.html">memcmp</A>() function: compare memory areas.
47       </TR>
48       <TR WIDTH="100%">
49         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcpy">memcpy</A>
50         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memcpy.html">memcpy</A>() function: copy memory area.
51       </TR>
52       <TR WIDTH="100%">
53         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memmove">memmove</A>
54         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memmove.html">memmove</A>() function: copy memory area.
55       </TR>
56       <TR WIDTH="100%">
57         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memset">memset</A>
58         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memset.html">memset</A>() function: fill memory with a constant byte.
59       </TR>
60       <TR WIDTH="100%">
61         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcspn">strcspn</A>
62         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strcspn.html">strcspn</A>() function: search a string for any of a set of characters.
63       </TR>
64       <TR WIDTH="100%">
65         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strpbrk">strpbrk</A>
66         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strpbrk.html">strpbrk</A>() function: search a string for any of a set of characters.
67       </TR>
68       <TR WIDTH="100%">
69         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strstr">strstr</A>
70         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strstr.html">strstr</A>() function: search for a substring in a string.
71       </TR>
72       <TR WIDTH="100%">
73         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strerror">strerror</A>
74         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strerror.html">strerror</A>() function: return string describing error code.
75       </TR>
76       <TR WIDTH="100%">
77         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mktime">mktime</A>
78         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mktime.html">mktime</A>() function: convert broken-down time to linear time.
79       </TR>
80     </TABLE>
81     These modules are not listed among dependencies below, for simplicity.
82     <H2><A HREF="#ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
83     <H3><A HREF="#ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
84     <TABLE>
85       <TR WIDTH="100%">
86         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=malloc">malloc</A>
87         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/malloc.html">malloc</A>() function that is glibc compatible.
88       </TR>
89       <TR WIDTH="100%">
90         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=realloc">realloc</A>
91         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/realloc.html">realloc</A>() function that is glibc compatible.
92       </TR>
93     </TABLE>
94     <H3><A HREF="#ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
95     <TABLE>
96       <TR WIDTH="100%">
97         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strftime">strftime</A>
98         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">nstrftime() function: convert date and time to string, with GNU extensions.
99       </TR>
100     </TABLE>
101     <H2><A HREF="#ansic_ext">Extra functions based on ANSI C 89</A></H2>
102     <H3><A HREF="#ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
103     <TABLE>
104       <TR WIDTH="100%">
105         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xalloc">xalloc</A>
106         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation with out-of-memory checking.
107       </TR>
108       <TR WIDTH="100%">
109         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=alloca">alloca</A>
110         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation on the stack.
111       </TR>
112     </TABLE>
113     <H3><A HREF="#ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
114     <TABLE>
115       <TR WIDTH="100%">
116         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gcd">gcd</A>
117         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Greatest common divisor.
118       </TR>
119       <TR WIDTH="100%">
120         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=minmax">minmax</A>
121         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">MIN, MAX macros.
122       </TR>
123     </TABLE>
124     <H3><A HREF="#ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
125     <TABLE>
126       <TR WIDTH="100%">
127         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=putenv">putenv</A>
128         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/putenv.html">putenv</A>() function: change or add an environment variable.
129       </TR>
130       <TR WIDTH="100%">
131         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=setenv">setenv</A>
132         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/setenv.html">setenv</A>() function: set an environment variable.
133 <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/unsetenv.html">unsetenv</A>() function: remove an environment variable.
134       </TR>
135       <TR WIDTH="100%">
136         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xsetenv">xsetenv</A>
137         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">xsetenv() function: set an environment variable, with out-of-memory checking.
138 <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/unsetenv.html">unsetenv</A>() function: remove an environment variable.
139       </TR>
140     </TABLE>
141     <H3><A HREF="#ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
142     <TABLE>
143       <TR WIDTH="100%">
144         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-ctype">c-ctype</A>
145         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character handling in C locale.
146       </TR>
147     </TABLE>
148     <H3><A HREF="#ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
149     <TABLE>
150       <TR WIDTH="100%">
151         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=bcopy">bcopy</A>
152         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Old BSD <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/bcopy.html">bcopy</A>() function: copy memory area.
153       </TR>
154       <TR WIDTH="100%">
155         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mempcpy">mempcpy</A>
156         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">mempcpy() function: copy memory area, return point after last written byte.
157       </TR>
158       <TR WIDTH="100%">
159         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memrchr">memrchr</A>
160         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">memrchr() function: scan memory for a byte, from the right end.
161       </TR>
162       <TR WIDTH="100%">
163         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stpcpy">stpcpy</A>
164         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stpcpy() function: copy a string, returning a pointer to its end.
165       </TR>
166       <TR WIDTH="100%">
167         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stpncpy">stpncpy</A>
168         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stpncpy() function: copy a size-bounded string, returning a pointer to its end.
169       </TR>
170       <TR WIDTH="100%">
171         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcase">strcase</A>
172         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive string comparison functions.
173       </TR>
174       <TR WIDTH="100%">
175         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strchrnul">strchrnul</A>
176         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strchrnul(): Find the first occurrence of C in S or the final NUL byte.
177       </TR>
178       <TR WIDTH="100%">
179         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strdup">strdup</A>
180         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strdup.html">strdup</A>() function: duplicate a string.
181       </TR>
182       <TR WIDTH="100%">
183         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strnlen">strnlen</A>
184         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strnlen() function: determine the length of a size-bounded string.
185       </TR>
186       <TR WIDTH="100%">
187         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strndup">strndup</A>
188         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strndup() function: duplicate a size-bounded string.
189       </TR>
190       <TR WIDTH="100%">
191         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrndup">xstrndup</A>
192         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Duplicate a bounded initial segment of a string, with out-of-memory checking.
193       </TR>
194     </TABLE>
195     <H3><A HREF="#ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
196     <TABLE>
197       <TR WIDTH="100%">
198         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtod">xstrtod</A>
199         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'double', with error checking.
200       </TR>
201       <TR WIDTH="100%">
202         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtol">xstrtol</A>
203         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'long` or 'unsigned long', with error checking.
204       </TR>
205     </TABLE>
206     <H3><A HREF="#ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
207     <TABLE>
208       <TR WIDTH="100%">
209         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdate">getdate</A>
210         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string to linear time.
211       </TR>
212       <TR WIDTH="100%">
213         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=timegm">timegm</A>
214         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert calendar time to simple time, inverse of mktime.
215       </TR>
216     </TABLE>
217     <H3><A HREF="#ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
218     <TABLE>
219       <TR WIDTH="100%">
220         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unlocked-io">unlocked-io</A>
221         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Enable faster, non-thread-safe stdio functions if available.
222       </TR>
223       <TR WIDTH="100%">
224         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fwriteerror">fwriteerror</A>
225         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Detect write error on a stream.
226       </TR>
227       <TR WIDTH="100%">
228         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=vasnprintf">vasnprintf</A>
229         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">vsprintf with automatic memory allocation and bounded output size.
230       </TR>
231       <TR WIDTH="100%">
232         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=vasprintf">vasprintf</A>
233         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">vsprintf with automatic memory allocation.
234       </TR>
235     </TABLE>
236     <H3><A HREF="#ansic_ext_signal">Signal handling &lt;signal.h&gt;</A></H3>
237     <TABLE>
238       <TR WIDTH="100%">
239         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fatal-signal">fatal-signal</A>
240         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Emergency actions in case of a fatal signal.
241       </TR>
242     </TABLE>
243     <H3><A HREF="#ansic_ext_argv">Command-line arguments</A></H3>
244     <TABLE>
245       <TR WIDTH="100%">
246         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argmatch">argmatch</A>
247         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Search for an exact or abbreviated match of a string in an array of strings.
248       </TR>
249       <TR WIDTH="100%">
250         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=version-etc">version-etc</A>
251         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Print --version output.
252       </TR>
253       <TR WIDTH="100%">
254         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=long-options">long-options</A>
255         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Handle --help and --version options.
256       </TR>
257     </TABLE>
258     <H3><A HREF="#ansic_ext_crypto">Cryptographic computations</A></H3>
259     <TABLE>
260       <TR WIDTH="100%">
261         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=md5">md5</A>
262         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute MD5 checksum.
263       </TR>
264       <TR WIDTH="100%">
265         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sha">sha</A>
266         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute SHA checksum.
267       </TR>
268     </TABLE>
269     <H3><A HREF="#ansic_ext_misc">Misc</A></H3>
270     <TABLE>
271       <TR WIDTH="100%">
272         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=diacrit">diacrit</A>
273         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Decomposition of composed ISO-8859-1 characters.
274       </TR>
275       <TR WIDTH="100%">
276         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getline">getline</A>
277         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
278       </TR>
279       <TR WIDTH="100%">
280         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getnline">getnline</A>
281         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream, with bounded memory allocation.
282       </TR>
283       <TR WIDTH="100%">
284         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getndelim2">getndelim2</A>
285         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream, stopping at one of 2 delimiters, with bounded
286 memory allocation.
287       </TR>
288       <TR WIDTH="100%">
289         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=linebuffer">linebuffer</A>
290         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
291       </TR>
292       <TR WIDTH="100%">
293         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=obstack">obstack</A>
294         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation, optimized for stack-like allocation patterns.
295       </TR>
296       <TR WIDTH="100%">
297         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash-pjw">hash-pjw</A>
298         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute a hash value for a NUL-terminated string.
299       </TR>
300       <TR WIDTH="100%">
301         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash">hash</A>
302         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parametrizable hash table.
303       </TR>
304       <TR WIDTH="100%">
305         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readtokens">readtokens</A>
306         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read tokens from a stream.
307       </TR>
308       <TR WIDTH="100%">
309         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strverscmp">strverscmp</A>
310         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compare strings holding version numbers.
311       </TR>
312     </TABLE>
313     <H2><A HREF="#isoc_sup">Support for systems lacking ISO C 99</A></H2>
314     <H3><A HREF="#isoc_sup_keywords">Keywords</A></H3>
315     <TABLE>
316       <TR WIDTH="100%">
317         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=restrict">restrict</A>
318         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">The C99 'restrict' keyword.
319       </TR>
320     </TABLE>
321     <H3><A HREF="#isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
322     <TABLE>
323       <TR WIDTH="100%">
324         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdbool">stdbool</A>
325         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An &lt;stdbool.h&gt; that nearly conforms to C99.
326 (Nearly: casts to bool may not work.)
327       </TR>
328     </TABLE>
329     <H3><A HREF="#isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
330     <TABLE>
331       <TR WIDTH="100%">
332         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoll">strtoll</A>
333         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoll.html">strtoll</A>() function: convert string to 'long long'.
334       </TR>
335       <TR WIDTH="100%">
336         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoull">strtoull</A>
337         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoull.html">strtoull</A>() function: convert string to 'unsigned long long'.
338       </TR>
339     </TABLE>
340     <H3><A HREF="#isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
341     <TABLE>
342       <TR WIDTH="100%">
343         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoimax">strtoimax</A>
344         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoimax.html">strtoimax</A>() function: convert string to 'intmax_t'.
345       </TR>
346       <TR WIDTH="100%">
347         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoumax">strtoumax</A>
348         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoumax.html">strtoumax</A>() function: convert string to 'uintmax_t'.
349       </TR>
350     </TABLE>
351     <H3><A HREF="#isoc_sup_math">Mathematics &lt;math.h&gt;</A></H3>
352     <TABLE>
353       <TR WIDTH="100%">
354         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mathl">mathl</A>
355         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">C99 functions for transcendental functions with long double arguments.
356       </TR>
357     </TABLE>
358     <H2><A HREF="#isoc_enh">Enhancements for ISO C 99 functions</A></H2>
359     <TABLE>
360     </TABLE>
361     <H2><A HREF="#isoc_ext">Extra functions based on ISO C 99</A></H2>
362     <H3><A HREF="#isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
363     <TABLE>
364       <TR WIDTH="100%">
365         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoimax">xstrtoimax</A>
366         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'intmax_t', with error checking.
367       </TR>
368       <TR WIDTH="100%">
369         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoumax">xstrtoumax</A>
370         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'uintmax_t', with error checking.
371       </TR>
372     </TABLE>
373     <H2><A HREF="#posix_sup">Support for systems lacking POSIX:2001</A></H2>
374     <TABLE>
375       <TR WIDTH="100%">
376         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=chown">chown</A>
377         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/chown.html">chown</A>() function: change ownership of a file.
378       </TR>
379       <TR WIDTH="100%">
380         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dup2">dup2</A>
381         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/dup2.html">dup2</A>() function: duplicate an open file descriptor.
382       </TR>
383       <TR WIDTH="100%">
384         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ftruncate">ftruncate</A>
385         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/ftruncate.html">ftruncate</A>() function: truncate an open file to a specified length.
386       </TR>
387       <TR WIDTH="100%">
388         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getgroups">getgroups</A>
389         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/getgroups.html">getgroups</A>() function: return the supplementary group IDs of the current process.
390       </TR>
391       <TR WIDTH="100%">
392         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gethostname">gethostname</A>
393         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/gethostname.html">gethostname</A>() function: Return machine's hostname.
394       </TR>
395       <TR WIDTH="100%">
396         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettimeofday">gettimeofday</A>
397         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/gettimeofday.html">gettimeofday</A>() function: return current time.
398       </TR>
399       <TR WIDTH="100%">
400         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdir">mkdir</A>
401         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mkdir.html">mkdir</A>() function: create a directory.
402       </TR>
403       <TR WIDTH="100%">
404         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkstemp">mkstemp</A>
405         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mkstemp.html">mkstemp</A>() function: create a private temporary file.
406       </TR>
407       <TR WIDTH="100%">
408         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdtemp">mkdtemp</A>
409         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">mkdtemp() function: create a private temporary directory.
410       </TR>
411       <TR WIDTH="100%">
412         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=poll">poll</A>
413         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/poll.html">poll</A>() function: wait for some event on a set of file descriptors.
414       </TR>
415       <TR WIDTH="100%">
416         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readlink">readlink</A>
417         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/readlink.html">readlink</A>() function: read the value of a symbolic link.
418       </TR>
419       <TR WIDTH="100%">
420         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stat">stat</A>
421         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/stat.html">stat</A>() function: return information about a file, following symbolic links.
422       </TR>
423       <TR WIDTH="100%">
424         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lstat">lstat</A>
425         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/stat.html">stat</A>() function: return information about a file or symbolic link.
426       </TR>
427       <TR WIDTH="100%">
428         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=time_r">time_r</A>
429         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Reentrant time functions like localtime_r.
430       </TR>
431       <TR WIDTH="100%">
432         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=timespec">timespec</A>
433         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">struct timespec.
434       </TR>
435       <TR WIDTH="100%">
436         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=nanosleep">nanosleep</A>
437         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/nanosleep.html">nanosleep</A>() function: pause execution for a specified time.
438       </TR>
439       <TR WIDTH="100%">
440         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=regex">regex</A>
441         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Regular expression matching.
442       </TR>
443       <TR WIDTH="100%">
444         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rename">rename</A>
445         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/rename.html">rename</A>() function: change the name or location of a file.
446       </TR>
447       <TR WIDTH="100%">
448         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rmdir">rmdir</A>
449         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/rmdir.html">rmdir</A>() function: delete a directory.
450       </TR>
451       <TR WIDTH="100%">
452         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utime">utime</A>
453         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/utime.html">utime</A>() function: change access and/or modification times of a file.
454       </TR>
455     </TABLE>
456     <H2><A HREF="#posix_enh">Enhancements for POSIX:2001 functions</A></H2>
457     <TABLE>
458       <TR WIDTH="100%">
459         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirname">dirname</A>
460         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Extract specific portions of filenames.
461       </TR>
462       <TR WIDTH="100%">
463         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getopt">getopt</A>
464         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Process command line arguments.
465       </TR>
466       <TR WIDTH="100%">
467         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unistd-safer">unistd-safer</A>
468         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
469       </TR>
470       <TR WIDTH="100%">
471         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch">fnmatch</A>
472         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">GNU <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() implementation.
473       </TR>
474       <TR WIDTH="100%">
475         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-posix">fnmatch-posix</A>
476         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() function: wildcard matching.
477       </TR>
478       <TR WIDTH="100%">
479         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-gnu">fnmatch-gnu</A>
480         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() function: wildcard matching, with GNU extensions.
481       </TR>
482       <TR WIDTH="100%">
483         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exclude">exclude</A>
484         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manage list of filenames or wildcard patterns for --exclude option processing.
485       </TR>
486     </TABLE>
487     <H2><A HREF="#posix_ext">Extra functions based on POSIX:2001</A></H2>
488     <H3><A HREF="#posix_ext_conv">Numeric conversion functions</A></H3>
489     <TABLE>
490       <TR WIDTH="100%">
491         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=human">human</A>
492         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a number (usually a file size) to a human readable string, possibly
493 with K/M/G suffix.
494       </TR>
495     </TABLE>
496     <H3><A HREF="#posix_ext_filesys">File system functions</A></H3>
497     <TABLE>
498       <TR WIDTH="100%">
499         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=acl">acl</A>
500         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Access control lists of files.  (Unportable.)
501       </TR>
502       <TR WIDTH="100%">
503         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=backupfile">backupfile</A>
504         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determination of the filename of a backup file, according to user environment
505 variables.
506       </TR>
507       <TR WIDTH="100%">
508         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=copy-file">copy-file</A>
509         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Copying of files.
510       </TR>
511       <TR WIDTH="100%">
512         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fsusage">fsusage</A>
513         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return filesystem space usage info.
514       </TR>
515       <TR WIDTH="100%">
516         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirfd">dirfd</A>
517         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Retrieving the file descriptor of an open directory stream.  (Unportable.)
518       </TR>
519       <TR WIDTH="100%">
520         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=euidaccess">euidaccess</A>
521         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">euidaccess() function: check effective user's permissions for a file.
522       </TR>
523       <TR WIDTH="100%">
524         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=file-type">file-type</A>
525         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string describing the type of a file.
526       </TR>
527       <TR WIDTH="100%">
528         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fileblocks">fileblocks</A>
529         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
530       </TR>
531       <TR WIDTH="100%">
532         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=filemode">filemode</A>
533         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string (?rwxrwxrwx format) describing the type and permissions of a
534 file.
535       </TR>
536       <TR WIDTH="100%">
537         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=isdir">isdir</A>
538         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether a directory exists.
539       </TR>
540       <TR WIDTH="100%">
541         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lchown">lchown</A>
542         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/lchown.html">lchown</A>() function: change ownership of a file.
543       </TR>
544       <TR WIDTH="100%">
545         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=makepath">makepath</A>
546         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Ensure that a directory path exists.
547       </TR>
548       <TR WIDTH="100%">
549         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=modechange">modechange</A>
550         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manipulation of mode changes specified by strings (e.g. as first argument of
551 chmod utility).
552       </TR>
553       <TR WIDTH="100%">
554         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mountlist">mountlist</A>
555         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return list of mounted filesystems.
556       </TR>
557       <TR WIDTH="100%">
558         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=path-concat">path-concat</A>
559         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Construct a full pathname by concatenating a directory name and a relative
560 filename.
561       </TR>
562       <TR WIDTH="100%">
563         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pathname">pathname</A>
564         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Construct a full pathname by concatenating a directory name, a relative
565 filename, and a suffix.
566       </TR>
567       <TR WIDTH="100%">
568         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pathmax">pathmax</A>
569         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return maximum size of reasonable pathnames.  (Unportable: Hurd has no limit.)
570       </TR>
571       <TR WIDTH="100%">
572         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=same">same</A>
573         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether two pathnames refer to the same directory entry of the same
574 directory.
575       </TR>
576       <TR WIDTH="100%">
577         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=save-cwd">save-cwd</A>
578         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Save and restore the current working directory.
579       </TR>
580       <TR WIDTH="100%">
581         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=savedir">savedir</A>
582         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the entries of a directory (just the names) as an argz string.
583       </TR>
584       <TR WIDTH="100%">
585         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgetcwd">xgetcwd</A>
586         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current working directory, without size limitations.
587       </TR>
588       <TR WIDTH="100%">
589         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xreadlink">xreadlink</A>
590         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the contents of a symbolic link, without size limitations.
591       </TR>
592     </TABLE>
593     <H3><A HREF="#posix_ext_filedesc">File descriptor based Input/Output</A></H3>
594     <TABLE>
595       <TR WIDTH="100%">
596         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-read">safe-read</A>
597         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/read.html">read</A>() that retries after interrupts.
598       </TR>
599       <TR WIDTH="100%">
600         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-write">safe-write</A>
601         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/write.html">write</A>() that retries after interrupts.
602       </TR>
603       <TR WIDTH="100%">
604         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-read">full-read</A>
605         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/read.html">read</A>() that reads all it is asked to read.
606       </TR>
607       <TR WIDTH="100%">
608         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-write">full-write</A>
609         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/write.html">write</A>() that writes all it is asked to write.
610       </TR>
611       <TR WIDTH="100%">
612         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=binary-io">binary-io</A>
613         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Binary mode I/O.
614       </TR>
615     </TABLE>
616     <H3><A HREF="#posix_ext_filestream">File stream based Input/Output</A></H3>
617     <TABLE>
618       <TR WIDTH="100%">
619         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fpending">fpending</A>
620         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of bytes waiting in the output buffer of a stream.
621       </TR>
622       <TR WIDTH="100%">
623         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=closeout">closeout</A>
624         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Close stdout, checking for errors.
625       </TR>
626       <TR WIDTH="100%">
627         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdio-safer">stdio-safer</A>
628         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File stream functions that avoid clobbering std{in,out,err}.
629       </TR>
630       <TR WIDTH="100%">
631         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpass">getpass</A>
632         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpass() function: read a password from /dev/tty.
633       </TR>
634       <TR WIDTH="100%">
635         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpass-gnu">getpass-gnu</A>
636         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpass() function: read a password of arbitrary length from /dev/tty.
637       </TR>
638     </TABLE>
639     <H3><A HREF="#posix_ext_uidgid">Users and groups</A></H3>
640     <TABLE>
641       <TR WIDTH="100%">
642         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getugroups">getugroups</A>
643         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the group IDs of a user.
644       </TR>
645       <TR WIDTH="100%">
646         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=group-member">group-member</A>
647         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current process has the permissions of a given group ID.
648       </TR>
649       <TR WIDTH="100%">
650         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=idcache">idcache</A>
651         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Username &lt;--&gt; uid and groupname &lt;--&gt; gid conversions, with cache for speed.
652       </TR>
653       <TR WIDTH="100%">
654         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=userspec">userspec</A>
655         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parse a specifying a user and/or group (e.g. as first argument of chown
656 utility).
657       </TR>
658     </TABLE>
659     <H3><A HREF="#posix_ext_datetime">Date and time</A></H3>
660     <TABLE>
661       <TR WIDTH="100%">
662         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettime">gettime</A>
663         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current time, with nanosecond resolution.
664       </TR>
665       <TR WIDTH="100%">
666         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=settime">settime</A>
667         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set the current time, with nanosecond resolution.
668       </TR>
669       <TR WIDTH="100%">
670         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixtm">posixtm</A>
671         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string (POSIX syntax) to linear time or broken-down time.
672       </TR>
673     </TABLE>
674     <H3><A HREF="#posix_ext_net">Networking functions</A></H3>
675     <TABLE>
676       <TR WIDTH="100%">
677         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgethostname">xgethostname</A>
678         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return machine's hostname, without size limitations.
679       </TR>
680       <TR WIDTH="100%">
681         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=canon-host">canon-host</A>
682         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Canonicalize a host name: return a name other hosts can understand, i.e.
683 usually the host name including FQDN.
684       </TR>
685     </TABLE>
686     <H3><A HREF="#posix_ext_i18n">Internationalization functions</A></H3>
687     <TABLE>
688       <TR WIDTH="100%">
689         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettext">gettext</A>
690         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Translate messages to user's native language.
691       </TR>
692       <TR WIDTH="100%">
693         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=iconv">iconv</A>
694         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character set conversion.
695       </TR>
696       <TR WIDTH="100%">
697         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=localcharset">localcharset</A>
698         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current locale's character encoding.
699       </TR>
700       <TR WIDTH="100%">
701         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hard-locale">hard-locale</A>
702         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current locale is different from the "C" locale.
703       </TR>
704       <TR WIDTH="100%">
705         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbswidth">mbswidth</A>
706         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of screen columns needed for a string.
707       </TR>
708       <TR WIDTH="100%">
709         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcasecmp">memcasecmp</A>
710         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive memory area comparison.
711       </TR>
712       <TR WIDTH="100%">
713         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcoll">memcoll</A>
714         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison.
715       </TR>
716       <TR WIDTH="100%">
717         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xmemcoll">xmemcoll</A>
718         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison, with error checking.
719       </TR>
720       <TR WIDTH="100%">
721         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unicodeio">unicodeio</A>
722         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Unicode character output to streams with locale dependent encoding.
723       </TR>
724       <TR WIDTH="100%">
725         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rpmatch">rpmatch</A>
726         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent classification of a response as matching "yes" or "no".
727       </TR>
728       <TR WIDTH="100%">
729         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=yesno">yesno</A>
730         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a response from the user, and its classification as matching "yes" or
731 "no".
732       </TR>
733       <TR WIDTH="100%">
734         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ucs4-utf8">ucs4-utf8</A>
735         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UCS-4 to UTF-8.
736       </TR>
737       <TR WIDTH="100%">
738         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ucs4-utf16">ucs4-utf16</A>
739         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UCS-4 to UTF-16.
740       </TR>
741       <TR WIDTH="100%">
742         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utf8-ucs4">utf8-ucs4</A>
743         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UTF-8 to UCS-4.
744       </TR>
745       <TR WIDTH="100%">
746         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utf16-ucs4">utf16-ucs4</A>
747         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UTF-16 to UCS-4.
748       </TR>
749       <TR WIDTH="100%">
750         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=linebreak">linebreak</A>
751         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Line breaking (works also for East-Asian languages).
752       </TR>
753     </TABLE>
754     <H3><A HREF="#posix_ext_exec">Executing programs</A></H3>
755     <TABLE>
756       <TR WIDTH="100%">
757         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=findprog">findprog</A>
758         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locating a program in PATH.
759       </TR>
760       <TR WIDTH="100%">
761         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=wait-process">wait-process</A>
762         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Waiting for a subprocess to finish.
763       </TR>
764     </TABLE>
765     <H3><A HREF="#posix_ext_java">Java</A></H3>
766     <H3><A HREF="#posix_ext_misc">Misc</A></H3>
767     <TABLE>
768       <TR WIDTH="100%">
769         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argp">argp</A>
770         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Hierarchical processing of command line arguments.
771       </TR>
772       <TR WIDTH="100%">
773         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exitfail">exitfail</A>
774         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set exit status for fatal signal.
775       </TR>
776       <TR WIDTH="100%">
777         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-stack">c-stack</A>
778         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Stack overflow handling, causing program exit.
779       </TR>
780       <TR WIDTH="100%">
781         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=error">error</A>
782         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">error() and error_at_line() functions: Error reporting.
783       </TR>
784       <TR WIDTH="100%">
785         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=extensions">extensions</A>
786         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Enable extensions in standard headers
787       </TR>
788       <TR WIDTH="100%">
789         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fatal">fatal</A>
790         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Error reporting for fatal errors.
791       </TR>
792       <TR WIDTH="100%">
793         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdomainname">getdomainname</A>
794         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getdomainname() function: Return machine's NIS domain name.
795       </TR>
796       <TR WIDTH="100%">
797         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgetdomainname">xgetdomainname</A>
798         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return machine's domainname, without size limitations.
799       </TR>
800       <TR WIDTH="100%">
801         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getloadavg">getloadavg</A>
802         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current system load averages.
803       </TR>
804       <TR WIDTH="100%">
805         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpagesize">getpagesize</A>
806         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpagesize() function: Return memory page size.
807       </TR>
808       <TR WIDTH="100%">
809         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getusershell">getusershell</A>
810         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return names of valid user shells.
811       </TR>
812       <TR WIDTH="100%">
813         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=physmem">physmem</A>
814         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return amount of total/available physical memory.
815       </TR>
816       <TR WIDTH="100%">
817         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixver">posixver</A>
818         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine desired POSIX specification version, according to user's environment
819 variables.
820       </TR>
821       <TR WIDTH="100%">
822         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=progname">progname</A>
823         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Program name management.
824       </TR>
825       <TR WIDTH="100%">
826         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quotearg">quotearg</A>
827         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
828       </TR>
829       <TR WIDTH="100%">
830         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quote">quote</A>
831         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
832       </TR>
833       <TR WIDTH="100%">
834         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readutmp">readutmp</A>
835         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read entire utmp file into memory.
836       </TR>
837       <TR WIDTH="100%">
838         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sig2str">sig2str</A>
839         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert between signal names and signal numbers.
840       </TR>
841       <TR WIDTH="100%">
842         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sysexits">sysexits</A>
843         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Exit status codes for some BSD system programs.
844       </TR>
845     </TABLE>
846     <H2><A NAME="ansic_sup">Support for systems lacking ANSI C 89</A></H2>
847     <TABLE>
848       <TR>
849         <TH ALIGN=LEFT>modules/
850         <TH ALIGN=LEFT>lib/
851         <TH ALIGN=LEFT>lib/
852         <TH ALIGN=LEFT>m4/
853         <TH ALIGN=LEFT>&nbsp;
854       </TR>
855       <TR>
856         <TH ALIGN=LEFT>Module
857         <TH ALIGN=LEFT>Header
858         <TH ALIGN=LEFT>Implementation
859         <TH ALIGN=LEFT>Autoconf macro
860         <TH ALIGN=LEFT>Depends on
861       </TR>
862       <TR>
863         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-bs-a"></A><A HREF="modules/c-bs-a">c-bs-a</A>
864         <TD ALIGN=LEFT VALIGN=TOP>---
865         <TD ALIGN=LEFT VALIGN=TOP>---
866         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-bs-a.m4">c-bs-a.m4</A><BR>AC_C_BACKSLASH_A
867         <TD ALIGN=LEFT VALIGN=TOP>---
868       </TR>
869       <TR>
870         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=assert"></A><A HREF="modules/assert">assert</A>
871         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/assert.h.html">assert.h</A>&gt;
872         <TD ALIGN=LEFT VALIGN=TOP>---
873         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/assert.m4">assert.m4</A><BR>jm_ASSERT
874         <TD ALIGN=LEFT VALIGN=TOP>---
875       </TR>
876       <TR>
877         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exit"></A><A HREF="modules/exit">exit</A>
878         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exit.h">exit.h</A>"
879         <TD ALIGN=LEFT VALIGN=TOP>---
880         <TD ALIGN=LEFT VALIGN=TOP>---
881         <TD ALIGN=LEFT VALIGN=TOP>---
882       </TR>
883       <TR>
884         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=atexit"></A><A HREF="modules/atexit">atexit</A>
885         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
886         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/atexit.c">atexit.c</A>
887         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/atexit.m4">atexit.m4</A><BR>gl_FUNC_ATEXIT
888         <TD ALIGN=LEFT VALIGN=TOP>---
889       </TR>
890       <TR>
891         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtod"></A><A HREF="modules/strtod">strtod</A>
892         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
893         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtod.c">strtod.c</A>
894         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtod.m4">strtod.m4</A><BR>gl_FUNC_STRTOD
895         <TD ALIGN=LEFT VALIGN=TOP>---
896       </TR>
897       <TR>
898         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtol"></A><A HREF="modules/strtol">strtol</A>
899         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
900         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtol.c">strtol.c</A>
901         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtol.m4">strtol.m4</A><BR>gl_FUNC_STRTOL
902         <TD ALIGN=LEFT VALIGN=TOP>---
903       </TR>
904       <TR>
905         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoul"></A><A HREF="modules/strtoul">strtoul</A>
906         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
907         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoul.c">strtoul.c</A>
908         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtoul.m4">strtoul.m4</A><BR>gl_FUNC_STRTOUL
909         <TD ALIGN=LEFT VALIGN=TOP>strtol
910       </TR>
911       <TR>
912         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memchr"></A><A HREF="modules/memchr">memchr</A>
913         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
914         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memchr.c">memchr.c</A>
915         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memchr.m4">memchr.m4</A><BR>gl_FUNC_MEMCHR
916         <TD ALIGN=LEFT VALIGN=TOP>---
917       </TR>
918       <TR>
919         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcmp"></A><A HREF="modules/memcmp">memcmp</A>
920         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
921         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcmp.c">memcmp.c</A>
922         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcmp.m4">memcmp.m4</A><BR>jm_FUNC_MEMCMP
923         <TD ALIGN=LEFT VALIGN=TOP>---
924       </TR>
925       <TR>
926         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcpy"></A><A HREF="modules/memcpy">memcpy</A>
927         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
928         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcpy.c">memcpy.c</A>
929         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcpy.m4">memcpy.m4</A><BR>gl_FUNC_MEMCPY
930         <TD ALIGN=LEFT VALIGN=TOP>---
931       </TR>
932       <TR>
933         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memmove"></A><A HREF="modules/memmove">memmove</A>
934         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
935         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memmove.c">memmove.c</A>
936         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memmove.m4">memmove.m4</A><BR>gl_FUNC_MEMMOVE
937         <TD ALIGN=LEFT VALIGN=TOP>---
938       </TR>
939       <TR>
940         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memset"></A><A HREF="modules/memset">memset</A>
941         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
942         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memset.c">memset.c</A>
943         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memset.m4">memset.m4</A><BR>gl_FUNC_MEMSET
944         <TD ALIGN=LEFT VALIGN=TOP>---
945       </TR>
946       <TR>
947         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcspn"></A><A HREF="modules/strcspn">strcspn</A>
948         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
949         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcspn.c">strcspn.c</A>
950         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcspn.m4">strcspn.m4</A><BR>gl_FUNC_STRCSPN
951         <TD ALIGN=LEFT VALIGN=TOP>---
952       </TR>
953       <TR>
954         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strpbrk"></A><A HREF="modules/strpbrk">strpbrk</A>
955         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strpbrk.h">strpbrk.h</A>"
956         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strpbrk.c">strpbrk.c</A>
957         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strpbrk.m4">strpbrk.m4</A><BR>gl_FUNC_STRPBRK
958         <TD ALIGN=LEFT VALIGN=TOP>---
959       </TR>
960       <TR>
961         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strstr"></A><A HREF="modules/strstr">strstr</A>
962         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strstr.h">strstr.h</A>"
963         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strstr.c">strstr.c</A>
964         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strstr.m4">strstr.m4</A><BR>gl_FUNC_STRSTR
965         <TD ALIGN=LEFT VALIGN=TOP>---
966       </TR>
967       <TR>
968         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strerror"></A><A HREF="modules/strerror">strerror</A>
969         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
970         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strerror.c">strerror.c</A>
971         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strerror.m4">strerror.m4</A><BR>gl_FUNC_STRERROR
972         <TD ALIGN=LEFT VALIGN=TOP>---
973       </TR>
974       <TR>
975         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mktime"></A><A HREF="modules/mktime">mktime</A>
976         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
977         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mktime.c">mktime.c</A>
978         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mktime.m4">mktime.m4</A><BR>gl_FUNC_MKTIME
979         <TD ALIGN=LEFT VALIGN=TOP>time_r
980       </TR>
981     </TABLE>
982     These modules are not listed among dependencies below, for simplicity.
983     <H2><A NAME="ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
984     <H3><A NAME="ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
985     <TABLE>
986       <TR>
987         <TH ALIGN=LEFT>modules/
988         <TH ALIGN=LEFT>lib/
989         <TH ALIGN=LEFT>lib/
990         <TH ALIGN=LEFT>m4/
991         <TH ALIGN=LEFT>&nbsp;
992       </TR>
993       <TR>
994         <TH ALIGN=LEFT>Module
995         <TH ALIGN=LEFT>Header
996         <TH ALIGN=LEFT>Implementation
997         <TH ALIGN=LEFT>Autoconf macro
998         <TH ALIGN=LEFT>Depends on
999       </TR>
1000       <TR>
1001         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=malloc"></A><A HREF="modules/malloc">malloc</A>
1002         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1003         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/malloc.c">malloc.c</A>
1004         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/malloc.m4">malloc.m4</A><BR>jm_FUNC_MALLOC
1005         <TD ALIGN=LEFT VALIGN=TOP>---
1006       </TR>
1007       <TR>
1008         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=realloc"></A><A HREF="modules/realloc">realloc</A>
1009         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1010         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/realloc.c">realloc.c</A>
1011         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/realloc.m4">realloc.m4</A><BR>jm_FUNC_REALLOC
1012         <TD ALIGN=LEFT VALIGN=TOP>---
1013       </TR>
1014     </TABLE>
1015     <H3><A NAME="ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
1016     <TABLE>
1017       <TR>
1018         <TH ALIGN=LEFT>modules/
1019         <TH ALIGN=LEFT>lib/
1020         <TH ALIGN=LEFT>lib/
1021         <TH ALIGN=LEFT>m4/
1022         <TH ALIGN=LEFT>&nbsp;
1023       </TR>
1024       <TR>
1025         <TH ALIGN=LEFT>Module
1026         <TH ALIGN=LEFT>Header
1027         <TH ALIGN=LEFT>Implementation
1028         <TH ALIGN=LEFT>Autoconf macro
1029         <TH ALIGN=LEFT>Depends on
1030       </TR>
1031       <TR>
1032         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strftime"></A><A HREF="modules/strftime">strftime</A>
1033         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
1034         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strftime.c">strftime.c</A>
1035         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/tm_gmtoff.m4">tm_gmtoff.m4</A><BR><A HREF="m4/strftime.m4">strftime.m4</A><BR>jm_FUNC_GNU_STRFTIME
1036         <TD ALIGN=LEFT VALIGN=TOP>time_r<BR>tzset
1037       </TR>
1038     </TABLE>
1039     <H2><A NAME="ansic_ext">Extra functions based on ANSI C 89</A></H2>
1040     <H3><A NAME="ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
1041     <TABLE>
1042       <TR>
1043         <TH ALIGN=LEFT>modules/
1044         <TH ALIGN=LEFT>lib/
1045         <TH ALIGN=LEFT>lib/
1046         <TH ALIGN=LEFT>m4/
1047         <TH ALIGN=LEFT>&nbsp;
1048       </TR>
1049       <TR>
1050         <TH ALIGN=LEFT>Module
1051         <TH ALIGN=LEFT>Header
1052         <TH ALIGN=LEFT>Implementation
1053         <TH ALIGN=LEFT>Autoconf macro
1054         <TH ALIGN=LEFT>Depends on
1055       </TR>
1056       <TR>
1057         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xalloc"></A><A HREF="modules/xalloc">xalloc</A>
1058         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xalloc.h">xalloc.h</A>"
1059         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmalloc.c">xmalloc.c</A><BR><A HREF="lib/xstrdup.c">xstrdup.c</A>
1060         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xalloc.m4">xalloc.m4</A><BR>gl_XALLOC
1061         <TD ALIGN=LEFT VALIGN=TOP>malloc<BR>realloc<BR>error<BR>gettext<BR>exitfail<BR>stdbool
1062       </TR>
1063       <TR>
1064         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=alloca"></A><A HREF="modules/alloca">alloca</A>
1065         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;alloca.h&gt;
1066         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/alloca_.h">alloca_.h</A><BR><A HREF="lib/alloca.c">alloca.c</A>
1067         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/alloca.m4">alloca.m4</A><BR>gl_FUNC_ALLOCA
1068         <TD ALIGN=LEFT VALIGN=TOP>xalloc
1069       </TR>
1070     </TABLE>
1071     <H3><A NAME="ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
1072     <TABLE>
1073       <TR>
1074         <TH ALIGN=LEFT>modules/
1075         <TH ALIGN=LEFT>lib/
1076         <TH ALIGN=LEFT>lib/
1077         <TH ALIGN=LEFT>m4/
1078         <TH ALIGN=LEFT>&nbsp;
1079       </TR>
1080       <TR>
1081         <TH ALIGN=LEFT>Module
1082         <TH ALIGN=LEFT>Header
1083         <TH ALIGN=LEFT>Implementation
1084         <TH ALIGN=LEFT>Autoconf macro
1085         <TH ALIGN=LEFT>Depends on
1086       </TR>
1087       <TR>
1088         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gcd"></A><A HREF="modules/gcd">gcd</A>
1089         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gcd.h">gcd.h</A>"
1090         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gcd.c">gcd.c</A>
1091         <TD ALIGN=LEFT VALIGN=TOP>---
1092         <TD ALIGN=LEFT VALIGN=TOP>---
1093       </TR>
1094       <TR>
1095         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=minmax"></A><A HREF="modules/minmax">minmax</A>
1096         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/minmax.h">minmax.h</A>"
1097         <TD ALIGN=LEFT VALIGN=TOP>---
1098         <TD ALIGN=LEFT VALIGN=TOP>---
1099         <TD ALIGN=LEFT VALIGN=TOP>---
1100       </TR>
1101     </TABLE>
1102     <H3><A NAME="ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
1103     <TABLE>
1104       <TR>
1105         <TH ALIGN=LEFT>modules/
1106         <TH ALIGN=LEFT>lib/
1107         <TH ALIGN=LEFT>lib/
1108         <TH ALIGN=LEFT>m4/
1109         <TH ALIGN=LEFT>&nbsp;
1110       </TR>
1111       <TR>
1112         <TH ALIGN=LEFT>Module
1113         <TH ALIGN=LEFT>Header
1114         <TH ALIGN=LEFT>Implementation
1115         <TH ALIGN=LEFT>Autoconf macro
1116         <TH ALIGN=LEFT>Depends on
1117       </TR>
1118       <TR>
1119         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=putenv"></A><A HREF="modules/putenv">putenv</A>
1120         <TD ALIGN=LEFT VALIGN=TOP>---
1121         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/putenv.c">putenv.c</A>
1122         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/putenv.m4">putenv.m4</A><BR>jm_FUNC_PUTENV
1123         <TD ALIGN=LEFT VALIGN=TOP>---
1124       </TR>
1125       <TR>
1126         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=setenv"></A><A HREF="modules/setenv">setenv</A>
1127         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/setenv.h">setenv.h</A>"
1128         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/setenv.c">setenv.c</A><BR><A HREF="lib/unsetenv.c">unsetenv.c</A>
1129         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/setenv.m4">setenv.m4</A><BR>gt_FUNC_SETENV
1130         <TD ALIGN=LEFT VALIGN=TOP>alloca
1131       </TR>
1132       <TR>
1133         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xsetenv"></A><A HREF="modules/xsetenv">xsetenv</A>
1134         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xsetenv.h">xsetenv.h</A>"
1135         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xsetenv.c">xsetenv.c</A>
1136         <TD ALIGN=LEFT VALIGN=TOP>---
1137         <TD ALIGN=LEFT VALIGN=TOP>setenv<BR>error<BR>exit<BR>gettext
1138       </TR>
1139     </TABLE>
1140     <H3><A NAME="ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
1141     <TABLE>
1142       <TR>
1143         <TH ALIGN=LEFT>modules/
1144         <TH ALIGN=LEFT>lib/
1145         <TH ALIGN=LEFT>lib/
1146         <TH ALIGN=LEFT>m4/
1147         <TH ALIGN=LEFT>&nbsp;
1148       </TR>
1149       <TR>
1150         <TH ALIGN=LEFT>Module
1151         <TH ALIGN=LEFT>Header
1152         <TH ALIGN=LEFT>Implementation
1153         <TH ALIGN=LEFT>Autoconf macro
1154         <TH ALIGN=LEFT>Depends on
1155       </TR>
1156       <TR>
1157         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-ctype"></A><A HREF="modules/c-ctype">c-ctype</A>
1158         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-ctype.h">c-ctype.h</A>"
1159         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-ctype.c">c-ctype.c</A>
1160         <TD ALIGN=LEFT VALIGN=TOP>---
1161         <TD ALIGN=LEFT VALIGN=TOP>stdbool
1162       </TR>
1163     </TABLE>
1164     <H3><A NAME="ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
1165     <TABLE>
1166       <TR>
1167         <TH ALIGN=LEFT>modules/
1168         <TH ALIGN=LEFT>lib/
1169         <TH ALIGN=LEFT>lib/
1170         <TH ALIGN=LEFT>m4/
1171         <TH ALIGN=LEFT>&nbsp;
1172       </TR>
1173       <TR>
1174         <TH ALIGN=LEFT>Module
1175         <TH ALIGN=LEFT>Header
1176         <TH ALIGN=LEFT>Implementation
1177         <TH ALIGN=LEFT>Autoconf macro
1178         <TH ALIGN=LEFT>Depends on
1179       </TR>
1180       <TR>
1181         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=bcopy"></A><A HREF="modules/bcopy">bcopy</A>
1182         <TD ALIGN=LEFT VALIGN=TOP>---
1183         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/bcopy.c">bcopy.c</A>
1184         <TD ALIGN=LEFT VALIGN=TOP>AC_REPLACE_FUNCS(bcopy)
1185         <TD ALIGN=LEFT VALIGN=TOP>---
1186       </TR>
1187       <TR>
1188         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mempcpy"></A><A HREF="modules/mempcpy">mempcpy</A>
1189         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mempcpy.h">mempcpy.h</A>"
1190         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mempcpy.c">mempcpy.c</A>
1191         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mempcpy.m4">mempcpy.m4</A><BR>gl_FUNC_MEMPCPY
1192         <TD ALIGN=LEFT VALIGN=TOP>---
1193       </TR>
1194       <TR>
1195         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memrchr"></A><A HREF="modules/memrchr">memrchr</A>
1196         <TD ALIGN=LEFT VALIGN=TOP>---
1197         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memrchr.c">memrchr.c</A>
1198         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memrchr.m4">memrchr.m4</A><BR>gl_FUNC_MEMRCHR
1199         <TD ALIGN=LEFT VALIGN=TOP>---
1200       </TR>
1201       <TR>
1202         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stpcpy"></A><A HREF="modules/stpcpy">stpcpy</A>
1203         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stpcpy.h">stpcpy.h</A>"
1204         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stpcpy.c">stpcpy.c</A>
1205         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stpcpy.m4">stpcpy.m4</A><BR>gl_FUNC_STPCPY
1206         <TD ALIGN=LEFT VALIGN=TOP>---
1207       </TR>
1208       <TR>
1209         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stpncpy"></A><A HREF="modules/stpncpy">stpncpy</A>
1210         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stpncpy.h">stpncpy.h</A>"
1211         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stpncpy.c">stpncpy.c</A>
1212         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stpncpy.m4">stpncpy.m4</A><BR>gl_FUNC_STPNCPY
1213         <TD ALIGN=LEFT VALIGN=TOP>---
1214       </TR>
1215       <TR>
1216         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcase"></A><A HREF="modules/strcase">strcase</A>
1217         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strcase.h">strcase.h</A>"
1218         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcasecmp.c">strcasecmp.c</A><BR><A HREF="lib/strncasecmp.c">strncasecmp.c</A>
1219         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcase.m4">strcase.m4</A><BR>gl_STRCASE
1220         <TD ALIGN=LEFT VALIGN=TOP>---
1221       </TR>
1222       <TR>
1223         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strchrnul"></A><A HREF="modules/strchrnul">strchrnul</A>
1224         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strchrnul.h">strchrnul.h</A>"
1225         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strchrnul.c">strchrnul.c</A>
1226         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strchrnul.m4">strchrnul.m4</A><BR>gl_FUNC_STRCHRNUL
1227         <TD ALIGN=LEFT VALIGN=TOP>---
1228       </TR>
1229       <TR>
1230         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strdup"></A><A HREF="modules/strdup">strdup</A>
1231         <TD ALIGN=LEFT VALIGN=TOP>---
1232         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strdup.c">strdup.c</A>
1233         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strdup.m4">strdup.m4</A><BR>gl_FUNC_STRDUP
1234         <TD ALIGN=LEFT VALIGN=TOP>---
1235       </TR>
1236       <TR>
1237         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strnlen"></A><A HREF="modules/strnlen">strnlen</A>
1238         <TD ALIGN=LEFT VALIGN=TOP>---
1239         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strnlen.c">strnlen.c</A>
1240         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strnlen.m4">strnlen.m4</A><BR>gl_FUNC_STRNLEN
1241         <TD ALIGN=LEFT VALIGN=TOP>---
1242       </TR>
1243       <TR>
1244         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strndup"></A><A HREF="modules/strndup">strndup</A>
1245         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strndup.h">strndup.h</A>"
1246         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strndup.c">strndup.c</A>
1247         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strndup.m4">strndup.m4</A><BR>gl_FUNC_STRNDUP
1248         <TD ALIGN=LEFT VALIGN=TOP>strnlen
1249       </TR>
1250       <TR>
1251         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrndup"></A><A HREF="modules/xstrndup">xstrndup</A>
1252         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrndup.h">xstrndup.h</A>"
1253         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrndup.c">xstrndup.c</A>
1254         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrndup.m4">xstrndup.m4</A><BR>gl_XSTRNDUP
1255         <TD ALIGN=LEFT VALIGN=TOP>strndup<BR>xalloc
1256       </TR>
1257     </TABLE>
1258     <H3><A NAME="ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1259     <TABLE>
1260       <TR>
1261         <TH ALIGN=LEFT>modules/
1262         <TH ALIGN=LEFT>lib/
1263         <TH ALIGN=LEFT>lib/
1264         <TH ALIGN=LEFT>m4/
1265         <TH ALIGN=LEFT>&nbsp;
1266       </TR>
1267       <TR>
1268         <TH ALIGN=LEFT>Module
1269         <TH ALIGN=LEFT>Header
1270         <TH ALIGN=LEFT>Implementation
1271         <TH ALIGN=LEFT>Autoconf macro
1272         <TH ALIGN=LEFT>Depends on
1273       </TR>
1274       <TR>
1275         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtod"></A><A HREF="modules/xstrtod">xstrtod</A>
1276         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtod.h">xstrtod.h</A>"
1277         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtod.c">xstrtod.c</A>
1278         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtod.m4">xstrtod.m4</A><BR>gl_XSTRTOD
1279         <TD ALIGN=LEFT VALIGN=TOP>---
1280       </TR>
1281       <TR>
1282         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtol"></A><A HREF="modules/xstrtol">xstrtol</A>
1283         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1284         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtol.c">xstrtol.c</A><BR><A HREF="lib/xstrtoul.c">xstrtoul.c</A>
1285         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/xstrtol.m4">xstrtol.m4</A><BR>gl_XSTRTOL
1286         <TD ALIGN=LEFT VALIGN=TOP>---
1287       </TR>
1288     </TABLE>
1289     <H3><A NAME="ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
1290     <TABLE>
1291       <TR>
1292         <TH ALIGN=LEFT>modules/
1293         <TH ALIGN=LEFT>lib/
1294         <TH ALIGN=LEFT>lib/
1295         <TH ALIGN=LEFT>m4/
1296         <TH ALIGN=LEFT>&nbsp;
1297       </TR>
1298       <TR>
1299         <TH ALIGN=LEFT>Module
1300         <TH ALIGN=LEFT>Header
1301         <TH ALIGN=LEFT>Implementation
1302         <TH ALIGN=LEFT>Autoconf macro
1303         <TH ALIGN=LEFT>Depends on
1304       </TR>
1305       <TR>
1306         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdate"></A><A HREF="modules/getdate">getdate</A>
1307         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdate.h">getdate.h</A>"
1308         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdate.y">getdate.y</A>
1309         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/bison.m4">bison.m4</A><BR><A HREF="m4/tm_gmtoff.m4">tm_gmtoff.m4</A><BR><A HREF="m4/getdate.m4">getdate.m4</A><BR>gl_GETDATE
1310         <TD ALIGN=LEFT VALIGN=TOP>mktime<BR>unlocked-io
1311       </TR>
1312       <TR>
1313         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=timegm"></A><A HREF="modules/timegm">timegm</A>
1314         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timegm.h">timegm.h</A>"
1315         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/timegm.c">timegm.c</A>
1316         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/timegm.m4">timegm.m4</A><BR>gl_FUNC_TIMEGM
1317         <TD ALIGN=LEFT VALIGN=TOP>mktime<BR>time_r
1318       </TR>
1319     </TABLE>
1320     <H3><A NAME="ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
1321     <TABLE>
1322       <TR>
1323         <TH ALIGN=LEFT>modules/
1324         <TH ALIGN=LEFT>lib/
1325         <TH ALIGN=LEFT>lib/
1326         <TH ALIGN=LEFT>m4/
1327         <TH ALIGN=LEFT>&nbsp;
1328       </TR>
1329       <TR>
1330         <TH ALIGN=LEFT>Module
1331         <TH ALIGN=LEFT>Header
1332         <TH ALIGN=LEFT>Implementation
1333         <TH ALIGN=LEFT>Autoconf macro
1334         <TH ALIGN=LEFT>Depends on
1335       </TR>
1336       <TR>
1337         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unlocked-io"></A><A HREF="modules/unlocked-io">unlocked-io</A>
1338         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unlocked-io.h">unlocked-io.h</A>"
1339         <TD ALIGN=LEFT VALIGN=TOP>---
1340         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unlocked-io.m4">unlocked-io.m4</A><BR>jm_FUNC_GLIBC_UNLOCKED_IO
1341         <TD ALIGN=LEFT VALIGN=TOP>extensions
1342       </TR>
1343       <TR>
1344         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fwriteerror"></A><A HREF="modules/fwriteerror">fwriteerror</A>
1345         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fwriteerror.h">fwriteerror.h</A>"
1346         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fwriteerror.c">fwriteerror.c</A>
1347         <TD ALIGN=LEFT VALIGN=TOP>---
1348         <TD ALIGN=LEFT VALIGN=TOP>---
1349       </TR>
1350       <TR>
1351         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=vasnprintf"></A><A HREF="modules/vasnprintf">vasnprintf</A>
1352         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/vasnprintf.h">vasnprintf.h</A>"
1353         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/printf-args.h">printf-args.h</A><BR><A HREF="lib/printf-args.c">printf-args.c</A><BR><A HREF="lib/printf-parse.h">printf-parse.h</A><BR><A HREF="lib/printf-parse.c">printf-parse.c</A><BR><A HREF="lib/vasnprintf.c">vasnprintf.c</A><BR><A HREF="lib/asnprintf.c">asnprintf.c</A>
1354         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/signed.m4">signed.m4</A><BR><A HREF="m4/longdouble.m4">longdouble.m4</A><BR><A HREF="m4/wchar_t.m4">wchar_t.m4</A><BR><A HREF="m4/wint_t.m4">wint_t.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/vasnprintf.m4">vasnprintf.m4</A><BR>gl_FUNC_VASNPRINTF
1355         <TD ALIGN=LEFT VALIGN=TOP>alloca
1356       </TR>
1357       <TR>
1358         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=vasprintf"></A><A HREF="modules/vasprintf">vasprintf</A>
1359         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/vasprintf.h">vasprintf.h</A>"
1360         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/vasprintf.c">vasprintf.c</A><BR><A HREF="lib/asprintf.c">asprintf.c</A>
1361         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/vasprintf.m4">vasprintf.m4</A><BR>gl_FUNC_VASPRINTF
1362         <TD ALIGN=LEFT VALIGN=TOP>vasnprintf
1363       </TR>
1364     </TABLE>
1365     <H3><A NAME="ansic_ext_signal">Signal handling &lt;signal.h&gt;</A></H3>
1366     <TABLE>
1367       <TR>
1368         <TH ALIGN=LEFT>modules/
1369         <TH ALIGN=LEFT>lib/
1370         <TH ALIGN=LEFT>lib/
1371         <TH ALIGN=LEFT>m4/
1372         <TH ALIGN=LEFT>&nbsp;
1373       </TR>
1374       <TR>
1375         <TH ALIGN=LEFT>Module
1376         <TH ALIGN=LEFT>Header
1377         <TH ALIGN=LEFT>Implementation
1378         <TH ALIGN=LEFT>Autoconf macro
1379         <TH ALIGN=LEFT>Depends on
1380       </TR>
1381       <TR>
1382         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fatal-signal"></A><A HREF="modules/fatal-signal">fatal-signal</A>
1383         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fatal-signal.h">fatal-signal.h</A>"
1384         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fatal-signal.c">fatal-signal.c</A>
1385         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fatal-signal.m4">fatal-signal.m4</A><BR><A HREF="m4/signalblocking.m4">signalblocking.m4</A><BR><A HREF="m4/sig_atomic_t.m4">sig_atomic_t.m4</A><BR>gl_FATAL_SIGNAL
1386         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
1387       </TR>
1388     </TABLE>
1389     <H3><A NAME="ansic_ext_argv">Command-line arguments</A></H3>
1390     <TABLE>
1391       <TR>
1392         <TH ALIGN=LEFT>modules/
1393         <TH ALIGN=LEFT>lib/
1394         <TH ALIGN=LEFT>lib/
1395         <TH ALIGN=LEFT>m4/
1396         <TH ALIGN=LEFT>&nbsp;
1397       </TR>
1398       <TR>
1399         <TH ALIGN=LEFT>Module
1400         <TH ALIGN=LEFT>Header
1401         <TH ALIGN=LEFT>Implementation
1402         <TH ALIGN=LEFT>Autoconf macro
1403         <TH ALIGN=LEFT>Depends on
1404       </TR>
1405       <TR>
1406         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argmatch"></A><A HREF="modules/argmatch">argmatch</A>
1407         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/argmatch.h">argmatch.h</A>"
1408         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argmatch.c">argmatch.c</A>
1409         <TD ALIGN=LEFT VALIGN=TOP>---
1410         <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>error<BR>quotearg<BR>quote<BR>unlocked-io<BR>exit
1411       </TR>
1412       <TR>
1413         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=version-etc"></A><A HREF="modules/version-etc">version-etc</A>
1414         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/version-etc.h">version-etc.h</A>"
1415         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/version-etc.c">version-etc.c</A>
1416         <TD ALIGN=LEFT VALIGN=TOP>---
1417         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext
1418       </TR>
1419       <TR>
1420         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=long-options"></A><A HREF="modules/long-options">long-options</A>
1421         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/long-options.h">long-options.h</A>"
1422         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/long-options.c">long-options.c</A>
1423         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/long-options.m4">long-options.m4</A><BR>gl_LONG_OPTIONS
1424         <TD ALIGN=LEFT VALIGN=TOP>version-etc
1425       </TR>
1426     </TABLE>
1427     <H3><A NAME="ansic_ext_crypto">Cryptographic computations</A></H3>
1428     <TABLE>
1429       <TR>
1430         <TH ALIGN=LEFT>modules/
1431         <TH ALIGN=LEFT>lib/
1432         <TH ALIGN=LEFT>lib/
1433         <TH ALIGN=LEFT>m4/
1434         <TH ALIGN=LEFT>&nbsp;
1435       </TR>
1436       <TR>
1437         <TH ALIGN=LEFT>Module
1438         <TH ALIGN=LEFT>Header
1439         <TH ALIGN=LEFT>Implementation
1440         <TH ALIGN=LEFT>Autoconf macro
1441         <TH ALIGN=LEFT>Depends on
1442       </TR>
1443       <TR>
1444         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=md5"></A><A HREF="modules/md5">md5</A>
1445         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/md5.h">md5.h</A>"
1446         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md5.c">md5.c</A>
1447         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/md5.m4">md5.m4</A><BR>gl_MD5
1448         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1449       </TR>
1450       <TR>
1451         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sha"></A><A HREF="modules/sha">sha</A>
1452         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sha.h">sha.h</A>"
1453         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sha.c">sha.c</A>
1454         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sha.m4">sha.m4</A><BR>gl_SHA
1455         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>md5
1456       </TR>
1457     </TABLE>
1458     <H3><A NAME="ansic_ext_misc">Misc</A></H3>
1459     <TABLE>
1460       <TR>
1461         <TH ALIGN=LEFT>modules/
1462         <TH ALIGN=LEFT>lib/
1463         <TH ALIGN=LEFT>lib/
1464         <TH ALIGN=LEFT>m4/
1465         <TH ALIGN=LEFT>&nbsp;
1466       </TR>
1467       <TR>
1468         <TH ALIGN=LEFT>Module
1469         <TH ALIGN=LEFT>Header
1470         <TH ALIGN=LEFT>Implementation
1471         <TH ALIGN=LEFT>Autoconf macro
1472         <TH ALIGN=LEFT>Depends on
1473       </TR>
1474       <TR>
1475         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=diacrit"></A><A HREF="modules/diacrit">diacrit</A>
1476         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/diacrit.h">diacrit.h</A>"
1477         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/diacrit.c">diacrit.c</A>
1478         <TD ALIGN=LEFT VALIGN=TOP>---
1479         <TD ALIGN=LEFT VALIGN=TOP>---
1480       </TR>
1481       <TR>
1482         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getline"></A><A HREF="modules/getline">getline</A>
1483         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getline.h">getline.h</A>"
1484         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getline.c">getline.c</A><BR><A HREF="lib/getndelim2.h">getndelim2.h</A><BR><A HREF="lib/getndelim2.c">getndelim2.c</A>
1485         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getline.m4">getline.m4</A><BR><A HREF="m4/getndelim2.m4">getndelim2.m4</A><BR><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>AM_FUNC_GETLINE
1486         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1487       </TR>
1488       <TR>
1489         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getnline"></A><A HREF="modules/getnline">getnline</A>
1490         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getnline.h">getnline.h</A>"
1491         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getnline.c">getnline.c</A>
1492         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getnline.m4">getnline.m4</A><BR><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>gl_GETNLINE
1493         <TD ALIGN=LEFT VALIGN=TOP>getndelim2
1494       </TR>
1495       <TR>
1496         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getndelim2"></A><A HREF="modules/getndelim2">getndelim2</A>
1497         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getndelim2.h">getndelim2.h</A>"
1498         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getndelim2.c">getndelim2.c</A>
1499         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getndelim2.m4">getndelim2.m4</A><BR><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>gl_GETNDELIM2
1500         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1501       </TR>
1502       <TR>
1503         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=linebuffer"></A><A HREF="modules/linebuffer">linebuffer</A>
1504         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/linebuffer.h">linebuffer.h</A>"
1505         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/linebuffer.c">linebuffer.c</A>
1506         <TD ALIGN=LEFT VALIGN=TOP>---
1507         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
1508       </TR>
1509       <TR>
1510         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=obstack"></A><A HREF="modules/obstack">obstack</A>
1511         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/obstack.h">obstack.h</A>"
1512         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/obstack.c">obstack.c</A>
1513         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/obstack.m4">obstack.m4</A><BR>gl_OBSTACK
1514         <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>exit
1515       </TR>
1516       <TR>
1517         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash-pjw"></A><A HREF="modules/hash-pjw">hash-pjw</A>
1518         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash-pjw.h">hash-pjw.h</A>"
1519         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash-pjw.c">hash-pjw.c</A>
1520         <TD ALIGN=LEFT VALIGN=TOP>---
1521         <TD ALIGN=LEFT VALIGN=TOP>---
1522       </TR>
1523       <TR>
1524         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash"></A><A HREF="modules/hash">hash</A>
1525         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash.h">hash.h</A>"
1526         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash.c">hash.c</A>
1527         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hash.m4">hash.m4</A><BR>gl_HASH
1528         <TD ALIGN=LEFT VALIGN=TOP>malloc<BR>realloc<BR>stdbool
1529       </TR>
1530       <TR>
1531         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readtokens"></A><A HREF="modules/readtokens">readtokens</A>
1532         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readtokens.h">readtokens.h</A>"
1533         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readtokens.c">readtokens.c</A>
1534         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readtokens.m4">readtokens.m4</A><BR>gl_READTOKENS
1535         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
1536       </TR>
1537       <TR>
1538         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strverscmp"></A><A HREF="modules/strverscmp">strverscmp</A>
1539         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strverscmp.h">strverscmp.h</A>"
1540         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strverscmp.c">strverscmp.c</A>
1541         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strverscmp.m4">strverscmp.m4</A><BR>gl_FUNC_STRVERSCMP
1542         <TD ALIGN=LEFT VALIGN=TOP>---
1543       </TR>
1544     </TABLE>
1545     <H2><A NAME="isoc_sup">Support for systems lacking ISO C 99</A></H2>
1546     <H3><A NAME="isoc_sup_keywords">Keywords</A></H3>
1547     <TABLE>
1548       <TR>
1549         <TH ALIGN=LEFT>modules/
1550         <TH ALIGN=LEFT>lib/
1551         <TH ALIGN=LEFT>lib/
1552         <TH ALIGN=LEFT>m4/
1553         <TH ALIGN=LEFT>&nbsp;
1554       </TR>
1555       <TR>
1556         <TH ALIGN=LEFT>Module
1557         <TH ALIGN=LEFT>Header
1558         <TH ALIGN=LEFT>Implementation
1559         <TH ALIGN=LEFT>Autoconf macro
1560         <TH ALIGN=LEFT>Depends on
1561       </TR>
1562       <TR>
1563         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=restrict"></A><A HREF="modules/restrict">restrict</A>
1564         <TD ALIGN=LEFT VALIGN=TOP>---
1565         <TD ALIGN=LEFT VALIGN=TOP>---
1566         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/restrict.m4">restrict.m4</A><BR>gl_C_RESTRICT
1567         <TD ALIGN=LEFT VALIGN=TOP>---
1568       </TR>
1569     </TABLE>
1570     <H3><A NAME="isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
1571     <TABLE>
1572       <TR>
1573         <TH ALIGN=LEFT>modules/
1574         <TH ALIGN=LEFT>lib/
1575         <TH ALIGN=LEFT>lib/
1576         <TH ALIGN=LEFT>m4/
1577         <TH ALIGN=LEFT>&nbsp;
1578       </TR>
1579       <TR>
1580         <TH ALIGN=LEFT>Module
1581         <TH ALIGN=LEFT>Header
1582         <TH ALIGN=LEFT>Implementation
1583         <TH ALIGN=LEFT>Autoconf macro
1584         <TH ALIGN=LEFT>Depends on
1585       </TR>
1586       <TR>
1587         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdbool"></A><A HREF="modules/stdbool">stdbool</A>
1588         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdbool.h.html">stdbool.h</A>&gt;
1589         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stdbool_.h">stdbool_.h</A>
1590         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdbool.m4">stdbool.m4</A><BR>AM_STDBOOL_H
1591         <TD ALIGN=LEFT VALIGN=TOP>---
1592       </TR>
1593     </TABLE>
1594     <H3><A NAME="isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1595     <TABLE>
1596       <TR>
1597         <TH ALIGN=LEFT>modules/
1598         <TH ALIGN=LEFT>lib/
1599         <TH ALIGN=LEFT>lib/
1600         <TH ALIGN=LEFT>m4/
1601         <TH ALIGN=LEFT>&nbsp;
1602       </TR>
1603       <TR>
1604         <TH ALIGN=LEFT>Module
1605         <TH ALIGN=LEFT>Header
1606         <TH ALIGN=LEFT>Implementation
1607         <TH ALIGN=LEFT>Autoconf macro
1608         <TH ALIGN=LEFT>Depends on
1609       </TR>
1610       <TR>
1611         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoll"></A><A HREF="modules/strtoll">strtoll</A>
1612         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1613         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoll.c">strtoll.c</A>
1614         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/strtoll.m4">strtoll.m4</A><BR>gl_FUNC_STRTOLL
1615         <TD ALIGN=LEFT VALIGN=TOP>strtol
1616       </TR>
1617       <TR>
1618         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoull"></A><A HREF="modules/strtoull">strtoull</A>
1619         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1620         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoull.c">strtoull.c</A>
1621         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/strtoull.m4">strtoull.m4</A><BR>gl_FUNC_STRTOULL
1622         <TD ALIGN=LEFT VALIGN=TOP>strtoul
1623       </TR>
1624     </TABLE>
1625     <H3><A NAME="isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
1626     <TABLE>
1627       <TR>
1628         <TH ALIGN=LEFT>modules/
1629         <TH ALIGN=LEFT>lib/
1630         <TH ALIGN=LEFT>lib/
1631         <TH ALIGN=LEFT>m4/
1632         <TH ALIGN=LEFT>&nbsp;
1633       </TR>
1634       <TR>
1635         <TH ALIGN=LEFT>Module
1636         <TH ALIGN=LEFT>Header
1637         <TH ALIGN=LEFT>Implementation
1638         <TH ALIGN=LEFT>Autoconf macro
1639         <TH ALIGN=LEFT>Depends on
1640       </TR>
1641       <TR>
1642         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoimax"></A><A HREF="modules/strtoimax">strtoimax</A>
1643         <TD ALIGN=LEFT VALIGN=TOP>---
1644         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoimax.c">strtoimax.c</A>
1645         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/strtoimax.m4">strtoimax.m4</A><BR>gl_FUNC_STRTOIMAX
1646         <TD ALIGN=LEFT VALIGN=TOP>strtoll
1647       </TR>
1648       <TR>
1649         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoumax"></A><A HREF="modules/strtoumax">strtoumax</A>
1650         <TD ALIGN=LEFT VALIGN=TOP>---
1651         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoumax.c">strtoumax.c</A>
1652         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/strtoumax.m4">strtoumax.m4</A><BR>gl_FUNC_STRTOUMAX
1653         <TD ALIGN=LEFT VALIGN=TOP>strtoimax<BR>strtoull
1654       </TR>
1655     </TABLE>
1656     <H3><A NAME="isoc_sup_math">Mathematics &lt;math.h&gt;</A></H3>
1657     <TABLE>
1658       <TR>
1659         <TH ALIGN=LEFT>modules/
1660         <TH ALIGN=LEFT>lib/
1661         <TH ALIGN=LEFT>lib/
1662         <TH ALIGN=LEFT>m4/
1663         <TH ALIGN=LEFT>&nbsp;
1664       </TR>
1665       <TR>
1666         <TH ALIGN=LEFT>Module
1667         <TH ALIGN=LEFT>Header
1668         <TH ALIGN=LEFT>Implementation
1669         <TH ALIGN=LEFT>Autoconf macro
1670         <TH ALIGN=LEFT>Depends on
1671       </TR>
1672       <TR>
1673         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mathl"></A><A HREF="modules/mathl">mathl</A>
1674         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mathl.h">mathl.h</A>"
1675         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/acosl.c">acosl.c</A><BR><A HREF="lib/asinl.c">asinl.c</A><BR><A HREF="lib/atanl.c">atanl.c</A><BR><A HREF="lib/ceill.c">ceill.c</A><BR><A HREF="lib/cosl.c">cosl.c</A><BR><A HREF="lib/expl.c">expl.c</A><BR><A HREF="lib/floorl.c">floorl.c</A><BR><A HREF="lib/frexpl.c">frexpl.c</A><BR><A HREF="lib/ldexpl.c">ldexpl.c</A><BR><A HREF="lib/logl.c">logl.c</A><BR><A HREF="lib/sincosl.c">sincosl.c</A><BR><A HREF="lib/sinl.c">sinl.c</A><BR><A HREF="lib/sqrtl.c">sqrtl.c</A><BR><A HREF="lib/tanl.c">tanl.c</A><BR><A HREF="lib/trigl.c">trigl.c</A><BR><A HREF="lib/trigl.h">trigl.h</A>
1676         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mathl.m4">mathl.m4</A><BR>gl_FUNC_LONG_DOUBLE_MATH
1677         <TD ALIGN=LEFT VALIGN=TOP>---
1678       </TR>
1679     </TABLE>
1680     <H2><A NAME="isoc_enh">Enhancements for ISO C 99 functions</A></H2>
1681     <TABLE>
1682       <TR>
1683         <TH ALIGN=LEFT>modules/
1684         <TH ALIGN=LEFT>lib/
1685         <TH ALIGN=LEFT>lib/
1686         <TH ALIGN=LEFT>m4/
1687         <TH ALIGN=LEFT>&nbsp;
1688       </TR>
1689       <TR>
1690         <TH ALIGN=LEFT>Module
1691         <TH ALIGN=LEFT>Header
1692         <TH ALIGN=LEFT>Implementation
1693         <TH ALIGN=LEFT>Autoconf macro
1694         <TH ALIGN=LEFT>Depends on
1695       </TR>
1696     </TABLE>
1697     <H2><A NAME="isoc_ext">Extra functions based on ISO C 99</A></H2>
1698     <H3><A NAME="isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1699     <TABLE>
1700       <TR>
1701         <TH ALIGN=LEFT>modules/
1702         <TH ALIGN=LEFT>lib/
1703         <TH ALIGN=LEFT>lib/
1704         <TH ALIGN=LEFT>m4/
1705         <TH ALIGN=LEFT>&nbsp;
1706       </TR>
1707       <TR>
1708         <TH ALIGN=LEFT>Module
1709         <TH ALIGN=LEFT>Header
1710         <TH ALIGN=LEFT>Implementation
1711         <TH ALIGN=LEFT>Autoconf macro
1712         <TH ALIGN=LEFT>Depends on
1713       </TR>
1714       <TR>
1715         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoimax"></A><A HREF="modules/xstrtoimax">xstrtoimax</A>
1716         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1717         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoimax.c">xstrtoimax.c</A>
1718         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoimax.m4">xstrtoimax.m4</A><BR>jm_XSTRTOIMAX
1719         <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoimax
1720       </TR>
1721       <TR>
1722         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoumax"></A><A HREF="modules/xstrtoumax">xstrtoumax</A>
1723         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1724         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoumax.c">xstrtoumax.c</A>
1725         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoumax.m4">xstrtoumax.m4</A><BR>jm_XSTRTOUMAX
1726         <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoumax
1727       </TR>
1728     </TABLE>
1729     <H2><A NAME="posix_sup">Support for systems lacking POSIX:2001</A></H2>
1730     <TABLE>
1731       <TR>
1732         <TH ALIGN=LEFT>modules/
1733         <TH ALIGN=LEFT>lib/
1734         <TH ALIGN=LEFT>lib/
1735         <TH ALIGN=LEFT>m4/
1736         <TH ALIGN=LEFT>&nbsp;
1737       </TR>
1738       <TR>
1739         <TH ALIGN=LEFT>Module
1740         <TH ALIGN=LEFT>Header
1741         <TH ALIGN=LEFT>Implementation
1742         <TH ALIGN=LEFT>Autoconf macro
1743         <TH ALIGN=LEFT>Depends on
1744       </TR>
1745       <TR>
1746         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=chown"></A><A HREF="modules/chown">chown</A>
1747         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1748         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/chown.c">chown.c</A>
1749         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/chown.m4">chown.m4</A><BR>jm_FUNC_CHOWN
1750         <TD ALIGN=LEFT VALIGN=TOP>---
1751       </TR>
1752       <TR>
1753         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dup2"></A><A HREF="modules/dup2">dup2</A>
1754         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1755         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dup2.c">dup2.c</A>
1756         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dup2.m4">dup2.m4</A><BR>gl_FUNC_DUP2
1757         <TD ALIGN=LEFT VALIGN=TOP>---
1758       </TR>
1759       <TR>
1760         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ftruncate"></A><A HREF="modules/ftruncate">ftruncate</A>
1761         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1762         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ftruncate.c">ftruncate.c</A>
1763         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ftruncate.m4">ftruncate.m4</A><BR>jm_FUNC_FTRUNCATE
1764         <TD ALIGN=LEFT VALIGN=TOP>---
1765       </TR>
1766       <TR>
1767         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getgroups"></A><A HREF="modules/getgroups">getgroups</A>
1768         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1769         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getgroups.c">getgroups.c</A>
1770         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getgroups.m4">getgroups.m4</A><BR>jm_FUNC_GETGROUPS
1771         <TD ALIGN=LEFT VALIGN=TOP>xalloc
1772       </TR>
1773       <TR>
1774         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gethostname"></A><A HREF="modules/gethostname">gethostname</A>
1775         <TD ALIGN=LEFT VALIGN=TOP>---
1776         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gethostname.c">gethostname.c</A>
1777         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gethostname.m4">gethostname.m4</A><BR>gl_FUNC_GETHOSTNAME
1778         <TD ALIGN=LEFT VALIGN=TOP>---
1779       </TR>
1780       <TR>
1781         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettimeofday"></A><A HREF="modules/gettimeofday">gettimeofday</A>
1782         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/time.h.html">sys/time.h</A>&gt;
1783         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettimeofday.c">gettimeofday.c</A>
1784         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gettimeofday.m4">gettimeofday.m4</A><BR>AC_FUNC_GETTIMEOFDAY_CLOBBER
1785         <TD ALIGN=LEFT VALIGN=TOP>---
1786       </TR>
1787       <TR>
1788         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdir"></A><A HREF="modules/mkdir">mkdir</A>
1789         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1790         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdir.c">mkdir.c</A>
1791         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mkdir-slash.m4">mkdir-slash.m4</A><BR>UTILS_FUNC_MKDIR_TRAILING_SLASH
1792         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
1793       </TR>
1794       <TR>
1795         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkstemp"></A><A HREF="modules/mkstemp">mkstemp</A>
1796         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1797         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkstemp.c">mkstemp.c</A><BR><A HREF="lib/tempname.c">tempname.c</A>
1798         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/mkstemp.m4">mkstemp.m4</A><BR>UTILS_FUNC_MKSTEMP
1799         <TD ALIGN=LEFT VALIGN=TOP>---
1800       </TR>
1801       <TR>
1802         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdtemp"></A><A HREF="modules/mkdtemp">mkdtemp</A>
1803         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mkdtemp.h">mkdtemp.h</A>"
1804         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdtemp.c">mkdtemp.c</A>
1805         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/mkdtemp.m4">mkdtemp.m4</A><BR>gt_FUNC_MKDTEMP
1806         <TD ALIGN=LEFT VALIGN=TOP>---
1807       </TR>
1808       <TR>
1809         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=poll"></A><A HREF="modules/poll">poll</A>
1810         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/poll.h.html">poll.h</A>&gt;
1811         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/poll.c">poll.c</A><BR><A HREF="lib/poll_.h">poll_.h</A>
1812         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/poll.m4">poll.m4</A><BR>gl_FUNC_POLL
1813         <TD ALIGN=LEFT VALIGN=TOP>---
1814       </TR>
1815       <TR>
1816         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readlink"></A><A HREF="modules/readlink">readlink</A>
1817         <TD ALIGN=LEFT VALIGN=TOP>---
1818         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readlink.c">readlink.c</A>
1819         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readlink.m4">readlink.m4</A><BR>gl_FUNC_READLINK
1820         <TD ALIGN=LEFT VALIGN=TOP>---
1821       </TR>
1822       <TR>
1823         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stat"></A><A HREF="modules/stat">stat</A>
1824         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1825         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stat.c">stat.c</A>
1826         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stat.m4">stat.m4</A><BR>jm_FUNC_STAT
1827         <TD ALIGN=LEFT VALIGN=TOP>---
1828       </TR>
1829       <TR>
1830         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lstat"></A><A HREF="modules/lstat">lstat</A>
1831         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1832         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lstat.c">lstat.c</A>
1833         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lstat.m4">lstat.m4</A><BR>jm_FUNC_LSTAT
1834         <TD ALIGN=LEFT VALIGN=TOP>stat<BR>xalloc
1835       </TR>
1836       <TR>
1837         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=time_r"></A><A HREF="modules/time_r">time_r</A>
1838         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/time_r.h">time_r.h</A>"
1839         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/time_r.c">time_r.c</A>
1840         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/time_r.m4">time_r.m4</A><BR>gl_TIME_R
1841         <TD ALIGN=LEFT VALIGN=TOP>extensions<BR>restrict
1842       </TR>
1843       <TR>
1844         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=timespec"></A><A HREF="modules/timespec">timespec</A>
1845         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timespec.h">timespec.h</A>"
1846         <TD ALIGN=LEFT VALIGN=TOP>---
1847         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/st_mtim.m4">st_mtim.m4</A><BR><A HREF="m4/timespec.m4">timespec.m4</A><BR>gl_TIMESPEC
1848         <TD ALIGN=LEFT VALIGN=TOP>extensions
1849       </TR>
1850       <TR>
1851         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=nanosleep"></A><A HREF="modules/nanosleep">nanosleep</A>
1852         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
1853         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/nanosleep.c">nanosleep.c</A>
1854         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/nanosleep.m4">nanosleep.m4</A><BR>jm_FUNC_NANOSLEEP
1855         <TD ALIGN=LEFT VALIGN=TOP>timespec
1856       </TR>
1857       <TR>
1858         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=regex"></A><A HREF="modules/regex">regex</A>
1859         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/regex.h">regex.h</A>"
1860         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/regex.c">regex.c</A>
1861         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/regex.m4">regex.m4</A><BR>gl_REGEX
1862         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>unlocked-io<BR>gettext<BR>restrict
1863       </TR>
1864       <TR>
1865         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rename"></A><A HREF="modules/rename">rename</A>
1866         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdio.h.html">stdio.h</A>&gt;
1867         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rename.c">rename.c</A>
1868         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rename.m4">rename.m4</A><BR>vb_FUNC_RENAME
1869         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
1870       </TR>
1871       <TR>
1872         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rmdir"></A><A HREF="modules/rmdir">rmdir</A>
1873         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1874         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rmdir.c">rmdir.c</A>
1875         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rmdir.m4">rmdir.m4</A><BR>gl_FUNC_RMDIR
1876         <TD ALIGN=LEFT VALIGN=TOP>---
1877       </TR>
1878       <TR>
1879         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utime"></A><A HREF="modules/utime">utime</A>
1880         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_UTIME_H<BR># include &lt;utime.h&gt;<BR>#else<BR># include &lt;sys/utime.h&gt;<BR>#endif
1881         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utime.c">utime.c</A>
1882         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utimbuf.m4">utimbuf.m4</A><BR><A HREF="m4/utime.m4">utime.m4</A><BR><A HREF="m4/utimes.m4">utimes.m4</A><BR><A HREF="m4/utimes-null.m4">utimes-null.m4</A><BR>jm_FUNC_UTIME
1883         <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
1884       </TR>
1885     </TABLE>
1886     <H2><A NAME="posix_enh">Enhancements for POSIX:2001 functions</A></H2>
1887     <TABLE>
1888       <TR>
1889         <TH ALIGN=LEFT>modules/
1890         <TH ALIGN=LEFT>lib/
1891         <TH ALIGN=LEFT>lib/
1892         <TH ALIGN=LEFT>m4/
1893         <TH ALIGN=LEFT>&nbsp;
1894       </TR>
1895       <TR>
1896         <TH ALIGN=LEFT>Module
1897         <TH ALIGN=LEFT>Header
1898         <TH ALIGN=LEFT>Implementation
1899         <TH ALIGN=LEFT>Autoconf macro
1900         <TH ALIGN=LEFT>Depends on
1901       </TR>
1902       <TR>
1903         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirname"></A><A HREF="modules/dirname">dirname</A>
1904         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirname.h">dirname.h</A>"
1905         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dirname.c">dirname.c</A><BR><A HREF="lib/basename.c">basename.c</A><BR><A HREF="lib/stripslash.c">stripslash.c</A>
1906         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/dirname.m4">dirname.m4</A><BR>gl_DIRNAME
1907         <TD ALIGN=LEFT VALIGN=TOP>xalloc
1908       </TR>
1909       <TR>
1910         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getopt"></A><A HREF="modules/getopt">getopt</A>
1911         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getopt.h">getopt.h</A>"
1912         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getopt.c">getopt.c</A><BR><A HREF="lib/getopt1.c">getopt1.c</A>
1913         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getopt.m4">getopt.m4</A><BR>gl_GETOPT
1914         <TD ALIGN=LEFT VALIGN=TOP>gettext
1915       </TR>
1916       <TR>
1917         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unistd-safer"></A><A HREF="modules/unistd-safer">unistd-safer</A>
1918         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unistd-safer.h">unistd-safer.h</A>"
1919         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dup-safer.c">dup-safer.c</A>
1920         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unistd-safer.m4">unistd-safer.m4</A><BR>gl_UNISTD_SAFER
1921         <TD ALIGN=LEFT VALIGN=TOP>---
1922       </TR>
1923       <TR>
1924         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch"></A><A HREF="modules/fnmatch">fnmatch</A>
1925         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html">fnmatch.h</A>&gt;
1926         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fnmatch_.h">fnmatch_.h</A><BR><A HREF="lib/fnmatch.c">fnmatch.c</A><BR><A HREF="lib/fnmatch_loop.c">fnmatch_loop.c</A>
1927         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/fnmatch.m4">fnmatch.m4</A><BR># No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
1928         <TD ALIGN=LEFT VALIGN=TOP>alloca
1929       </TR>
1930       <TR>
1931         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-posix"></A><A HREF="modules/fnmatch-posix">fnmatch-posix</A>
1932         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
1933         <TD ALIGN=LEFT VALIGN=TOP>---
1934         <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_POSIX
1935         <TD ALIGN=LEFT VALIGN=TOP>fnmatch
1936       </TR>
1937       <TR>
1938         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-gnu"></A><A HREF="modules/fnmatch-gnu">fnmatch-gnu</A>
1939         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
1940         <TD ALIGN=LEFT VALIGN=TOP>---
1941         <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_GNU
1942         <TD ALIGN=LEFT VALIGN=TOP>fnmatch
1943       </TR>
1944       <TR>
1945         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exclude"></A><A HREF="modules/exclude">exclude</A>
1946         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exclude.h">exclude.h</A>"
1947         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exclude.c">exclude.c</A>
1948         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exclude.m4">exclude.m4</A><BR>gl_EXCLUDE
1949         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>strcase<BR>unlocked-io<BR>fnmatch-gnu<BR>stdbool
1950       </TR>
1951     </TABLE>
1952     <H2><A NAME="posix_ext">Extra functions based on POSIX:2001</A></H2>
1953     <H3><A NAME="posix_ext_conv">Numeric conversion functions</A></H3>
1954     <TABLE>
1955       <TR>
1956         <TH ALIGN=LEFT>modules/
1957         <TH ALIGN=LEFT>lib/
1958         <TH ALIGN=LEFT>lib/
1959         <TH ALIGN=LEFT>m4/
1960         <TH ALIGN=LEFT>&nbsp;
1961       </TR>
1962       <TR>
1963         <TH ALIGN=LEFT>Module
1964         <TH ALIGN=LEFT>Header
1965         <TH ALIGN=LEFT>Implementation
1966         <TH ALIGN=LEFT>Autoconf macro
1967         <TH ALIGN=LEFT>Depends on
1968       </TR>
1969       <TR>
1970         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=human"></A><A HREF="modules/human">human</A>
1971         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/human.h">human.h</A>"
1972         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/human.c">human.c</A>
1973         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/human.m4">human.m4</A><BR>gl_HUMAN
1974         <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>argmatch<BR>error<BR>xstrtol<BR>stdbool
1975       </TR>
1976     </TABLE>
1977     <H3><A NAME="posix_ext_filesys">File system functions</A></H3>
1978     <TABLE>
1979       <TR>
1980         <TH ALIGN=LEFT>modules/
1981         <TH ALIGN=LEFT>lib/
1982         <TH ALIGN=LEFT>lib/
1983         <TH ALIGN=LEFT>m4/
1984         <TH ALIGN=LEFT>&nbsp;
1985       </TR>
1986       <TR>
1987         <TH ALIGN=LEFT>Module
1988         <TH ALIGN=LEFT>Header
1989         <TH ALIGN=LEFT>Implementation
1990         <TH ALIGN=LEFT>Autoconf macro
1991         <TH ALIGN=LEFT>Depends on
1992       </TR>
1993       <TR>
1994         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=acl"></A><A HREF="modules/acl">acl</A>
1995         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/acl.h">acl.h</A>"
1996         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/acl.c">acl.c</A>
1997         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/acl.m4">acl.m4</A><BR>AC_FUNC_ACL
1998         <TD ALIGN=LEFT VALIGN=TOP>---
1999       </TR>
2000       <TR>
2001         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=backupfile"></A><A HREF="modules/backupfile">backupfile</A>
2002         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/backupfile.h">backupfile.h</A>"
2003         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/backupfile.c">backupfile.c</A><BR><A HREF="lib/addext.c">addext.c</A>
2004         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/d-ino.m4">d-ino.m4</A><BR><A HREF="m4/backupfile.m4">backupfile.m4</A><BR>gl_BACKUPFILE
2005         <TD ALIGN=LEFT VALIGN=TOP>argmatch<BR>dirname
2006       </TR>
2007       <TR>
2008         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=copy-file"></A><A HREF="modules/copy-file">copy-file</A>
2009         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/copy-file.h">copy-file.h</A>"
2010         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/copy-file.c">copy-file.c</A>
2011         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/copy-file.m4">copy-file.m4</A><BR>gl_COPY_FILE
2012         <TD ALIGN=LEFT VALIGN=TOP>error<BR>safe-read<BR>full-write<BR>binary-io<BR>exit<BR>gettext
2013       </TR>
2014       <TR>
2015         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fsusage"></A><A HREF="modules/fsusage">fsusage</A>
2016         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fsusage.h">fsusage.h</A>"
2017         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fsusage.c">fsusage.c</A>
2018         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/fsusage.m4">fsusage.m4</A><BR>gl_FSUSAGE
2019         <TD ALIGN=LEFT VALIGN=TOP>full-read
2020       </TR>
2021       <TR>
2022         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirfd"></A><A HREF="modules/dirfd">dirfd</A>
2023         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirfd.h">dirfd.h</A>"
2024         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dirfd.c">dirfd.c</A>
2025         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dirfd.m4">dirfd.m4</A><BR>UTILS_FUNC_DIRFD
2026         <TD ALIGN=LEFT VALIGN=TOP>---
2027       </TR>
2028       <TR>
2029         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=euidaccess"></A><A HREF="modules/euidaccess">euidaccess</A>
2030         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/euidaccess.h">euidaccess.h</A>"
2031         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/euidaccess.c">euidaccess.c</A>
2032         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/euidaccess.m4">euidaccess.m4</A><BR>gl_FUNC_EUIDACCESS
2033         <TD ALIGN=LEFT VALIGN=TOP>group-member
2034       </TR>
2035       <TR>
2036         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=file-type"></A><A HREF="modules/file-type">file-type</A>
2037         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/file-type.h">file-type.h</A>"
2038         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/file-type.c">file-type.c</A>
2039         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/file-type.m4">file-type.m4</A><BR>gl_FILE_TYPE
2040         <TD ALIGN=LEFT VALIGN=TOP>gettext
2041       </TR>
2042       <TR>
2043         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fileblocks"></A><A HREF="modules/fileblocks">fileblocks</A>
2044         <TD ALIGN=LEFT VALIGN=TOP>---
2045         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fileblocks.c">fileblocks.c</A>
2046         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fileblocks.m4">fileblocks.m4</A><BR>gl_FILEBLOCKS
2047         <TD ALIGN=LEFT VALIGN=TOP>---
2048       </TR>
2049       <TR>
2050         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=filemode"></A><A HREF="modules/filemode">filemode</A>
2051         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/filemode.h">filemode.h</A>"
2052         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/filemode.c">filemode.c</A>
2053         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/filemode.m4">filemode.m4</A><BR>gl_FILEMODE
2054         <TD ALIGN=LEFT VALIGN=TOP>---
2055       </TR>
2056       <TR>
2057         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=isdir"></A><A HREF="modules/isdir">isdir</A>
2058         <TD ALIGN=LEFT VALIGN=TOP>---
2059         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/isdir.c">isdir.c</A>
2060         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/isdir.m4">isdir.m4</A><BR>gl_ISDIR
2061         <TD ALIGN=LEFT VALIGN=TOP>---
2062       </TR>
2063       <TR>
2064         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lchown"></A><A HREF="modules/lchown">lchown</A>
2065         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/lchown.h">lchown.h</A>"
2066         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lchown.c">lchown.c</A>
2067         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lchown.m4">lchown.m4</A><BR>jm_FUNC_LCHOWN
2068         <TD ALIGN=LEFT VALIGN=TOP>chown
2069       </TR>
2070       <TR>
2071         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=makepath"></A><A HREF="modules/makepath">makepath</A>
2072         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/makepath.h">makepath.h</A>"
2073         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/makepath.c">makepath.c</A>
2074         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/afs.m4">afs.m4</A><BR><A HREF="m4/makepath.m4">makepath.m4</A><BR>gl_MAKEPATH
2075         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>chown<BR>gettext<BR>save-cwd<BR>dirname<BR>error<BR>quote
2076       </TR>
2077       <TR>
2078         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=modechange"></A><A HREF="modules/modechange">modechange</A>
2079         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/modechange.h">modechange.h</A>"
2080         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/modechange.c">modechange.c</A>
2081         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/modechange.m4">modechange.m4</A><BR>gl_MODECHANGE
2082         <TD ALIGN=LEFT VALIGN=TOP>xstrtol
2083       </TR>
2084       <TR>
2085         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mountlist"></A><A HREF="modules/mountlist">mountlist</A>
2086         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mountlist.h">mountlist.h</A>"
2087         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mountlist.c">mountlist.c</A>
2088         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ls-mntd-fs.m4">ls-mntd-fs.m4</A><BR><A HREF="m4/fstypename.m4">fstypename.m4</A><BR><A HREF="m4/mountlist.m4">mountlist.m4</A><BR>gl_MOUNTLIST
2089         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
2090       </TR>
2091       <TR>
2092         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=path-concat"></A><A HREF="modules/path-concat">path-concat</A>
2093         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/path-concat.h">path-concat.h</A>"
2094         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/path-concat.c">path-concat.c</A>
2095         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/path-concat.m4">path-concat.m4</A><BR>gl_PATH_CONCAT
2096         <TD ALIGN=LEFT VALIGN=TOP>strdup<BR>xalloc<BR>dirname
2097       </TR>
2098       <TR>
2099         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pathname"></A><A HREF="modules/pathname">pathname</A>
2100         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pathname.h">pathname.h</A>"
2101         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/concatpath.c">concatpath.c</A>
2102         <TD ALIGN=LEFT VALIGN=TOP>---
2103         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stpcpy
2104       </TR>
2105       <TR>
2106         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pathmax"></A><A HREF="modules/pathmax">pathmax</A>
2107         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pathmax.h">pathmax.h</A>"
2108         <TD ALIGN=LEFT VALIGN=TOP>---
2109         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/pathmax.m4">pathmax.m4</A><BR>gl_PATHMAX
2110         <TD ALIGN=LEFT VALIGN=TOP>---
2111       </TR>
2112       <TR>
2113         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=same"></A><A HREF="modules/same">same</A>
2114         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/same.h">same.h</A>"
2115         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/same.c">same.c</A>
2116         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/same.m4">same.m4</A><BR>gl_SAME
2117         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>error<BR>dirname
2118       </TR>
2119       <TR>
2120         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=save-cwd"></A><A HREF="modules/save-cwd">save-cwd</A>
2121         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/save-cwd.h">save-cwd.h</A>"
2122         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/save-cwd.c">save-cwd.c</A>
2123         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/save-cwd.m4">save-cwd.m4</A><BR>gl_SAVE_CWD
2124         <TD ALIGN=LEFT VALIGN=TOP>xgetcwd
2125       </TR>
2126       <TR>
2127         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=savedir"></A><A HREF="modules/savedir">savedir</A>
2128         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/savedir.h">savedir.h</A>"
2129         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/savedir.c">savedir.c</A>
2130         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/savedir.m4">savedir.m4</A><BR>gl_SAVEDIR
2131         <TD ALIGN=LEFT VALIGN=TOP>xalloc
2132       </TR>
2133       <TR>
2134         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgetcwd"></A><A HREF="modules/xgetcwd">xgetcwd</A>
2135         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgetcwd.h">xgetcwd.h</A>"
2136         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgetcwd.c">xgetcwd.c</A>
2137         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getcwd.m4">getcwd.m4</A><BR><A HREF="m4/xgetcwd.m4">xgetcwd.m4</A><BR>gl_XGETCWD
2138         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>pathmax
2139       </TR>
2140       <TR>
2141         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xreadlink"></A><A HREF="modules/xreadlink">xreadlink</A>
2142         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xreadlink.h">xreadlink.h</A>"
2143         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xreadlink.c">xreadlink.c</A>
2144         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xreadlink.m4">xreadlink.m4</A><BR><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>gl_XREADLINK
2145         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>readlink
2146       </TR>
2147     </TABLE>
2148     <H3><A NAME="posix_ext_filedesc">File descriptor based Input/Output</A></H3>
2149     <TABLE>
2150       <TR>
2151         <TH ALIGN=LEFT>modules/
2152         <TH ALIGN=LEFT>lib/
2153         <TH ALIGN=LEFT>lib/
2154         <TH ALIGN=LEFT>m4/
2155         <TH ALIGN=LEFT>&nbsp;
2156       </TR>
2157       <TR>
2158         <TH ALIGN=LEFT>Module
2159         <TH ALIGN=LEFT>Header
2160         <TH ALIGN=LEFT>Implementation
2161         <TH ALIGN=LEFT>Autoconf macro
2162         <TH ALIGN=LEFT>Depends on
2163       </TR>
2164       <TR>
2165         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=safe-read"></A><A HREF="modules/safe-read">safe-read</A>
2166         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-read.h">safe-read.h</A>"
2167         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-read.c">safe-read.c</A>
2168         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-read.m4">safe-read.m4</A><BR><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>gl_SAFE_READ
2169         <TD ALIGN=LEFT VALIGN=TOP>---
2170       </TR>
2171       <TR>
2172         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=safe-write"></A><A HREF="modules/safe-write">safe-write</A>
2173         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-write.h">safe-write.h</A>"
2174         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-write.c">safe-write.c</A>
2175         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-write.m4">safe-write.m4</A><BR>gl_SAFE_WRITE
2176         <TD ALIGN=LEFT VALIGN=TOP>safe-read
2177       </TR>
2178       <TR>
2179         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-read"></A><A HREF="modules/full-read">full-read</A>
2180         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-read.h">full-read.h</A>"
2181         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-read.c">full-read.c</A>
2182         <TD ALIGN=LEFT VALIGN=TOP>---
2183         <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
2184       </TR>
2185       <TR>
2186         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-write"></A><A HREF="modules/full-write">full-write</A>
2187         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-write.h">full-write.h</A>"
2188         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-write.c">full-write.c</A>
2189         <TD ALIGN=LEFT VALIGN=TOP>---
2190         <TD ALIGN=LEFT VALIGN=TOP>safe-write
2191       </TR>
2192       <TR>
2193         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=binary-io"></A><A HREF="modules/binary-io">binary-io</A>
2194         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/binary-io.h">binary-io.h</A>"
2195         <TD ALIGN=LEFT VALIGN=TOP>---
2196         <TD ALIGN=LEFT VALIGN=TOP>---
2197         <TD ALIGN=LEFT VALIGN=TOP>---
2198       </TR>
2199     </TABLE>
2200     <H3><A NAME="posix_ext_filestream">File stream based Input/Output</A></H3>
2201     <TABLE>
2202       <TR>
2203         <TH ALIGN=LEFT>modules/
2204         <TH ALIGN=LEFT>lib/
2205         <TH ALIGN=LEFT>lib/
2206         <TH ALIGN=LEFT>m4/
2207         <TH ALIGN=LEFT>&nbsp;
2208       </TR>
2209       <TR>
2210         <TH ALIGN=LEFT>Module
2211         <TH ALIGN=LEFT>Header
2212         <TH ALIGN=LEFT>Implementation
2213         <TH ALIGN=LEFT>Autoconf macro
2214         <TH ALIGN=LEFT>Depends on
2215       </TR>
2216       <TR>
2217         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fpending"></A><A HREF="modules/fpending">fpending</A>
2218         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/__fpending.h">__fpending.h</A>"
2219         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/__fpending.c">__fpending.c</A>
2220         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fpending.m4">fpending.m4</A><BR>jm_FUNC_FPENDING
2221         <TD ALIGN=LEFT VALIGN=TOP>---
2222       </TR>
2223       <TR>
2224         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=closeout"></A><A HREF="modules/closeout">closeout</A>
2225         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/closeout.h">closeout.h</A>"
2226         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/closeout.c">closeout.c</A>
2227         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/closeout.m4">closeout.m4</A><BR>gl_CLOSEOUT
2228         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext<BR>error<BR>quotearg<BR>fpending<BR>exitfail
2229       </TR>
2230       <TR>
2231         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdio-safer"></A><A HREF="modules/stdio-safer">stdio-safer</A>
2232         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stdio-safer.h">stdio-safer.h</A>"
2233         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fopen-safer.c">fopen-safer.c</A>
2234         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdio-safer.m4">stdio-safer.m4</A><BR>gl_STDIO_SAFER
2235         <TD ALIGN=LEFT VALIGN=TOP>unistd-safer
2236       </TR>
2237       <TR>
2238         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpass"></A><A HREF="modules/getpass">getpass</A>
2239         <TD ALIGN=LEFT VALIGN=TOP>---
2240         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getpass.c">getpass.c</A>
2241         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpass.m4">getpass.m4</A><BR>gl_FUNC_GETPASS
2242         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>getline<BR>stdbool
2243       </TR>
2244       <TR>
2245         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpass-gnu"></A><A HREF="modules/getpass-gnu">getpass-gnu</A>
2246         <TD ALIGN=LEFT VALIGN=TOP>---
2247         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getpass.c">getpass.c</A>
2248         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpass.m4">getpass.m4</A><BR>gl_FUNC_GETPASS_GNU
2249         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>getline
2250       </TR>
2251     </TABLE>
2252     <H3><A NAME="posix_ext_uidgid">Users and groups</A></H3>
2253     <TABLE>
2254       <TR>
2255         <TH ALIGN=LEFT>modules/
2256         <TH ALIGN=LEFT>lib/
2257         <TH ALIGN=LEFT>lib/
2258         <TH ALIGN=LEFT>m4/
2259         <TH ALIGN=LEFT>&nbsp;
2260       </TR>
2261       <TR>
2262         <TH ALIGN=LEFT>Module
2263         <TH ALIGN=LEFT>Header
2264         <TH ALIGN=LEFT>Implementation
2265         <TH ALIGN=LEFT>Autoconf macro
2266         <TH ALIGN=LEFT>Depends on
2267       </TR>
2268       <TR>
2269         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getugroups"></A><A HREF="modules/getugroups">getugroups</A>
2270         <TD ALIGN=LEFT VALIGN=TOP>---
2271         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getugroups.c">getugroups.c</A>
2272         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getugroups.m4">getugroups.m4</A><BR>gl_GETUGROUPS
2273         <TD ALIGN=LEFT VALIGN=TOP>---
2274       </TR>
2275       <TR>
2276         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=group-member"></A><A HREF="modules/group-member">group-member</A>
2277         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/group-member.h">group-member.h</A>"
2278         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/group-member.c">group-member.c</A>
2279         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/group-member.m4">group-member.m4</A><BR>jm_FUNC_GROUP_MEMBER
2280         <TD ALIGN=LEFT VALIGN=TOP>xalloc
2281       </TR>
2282       <TR>
2283         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=idcache"></A><A HREF="modules/idcache">idcache</A>
2284         <TD ALIGN=LEFT VALIGN=TOP>---
2285         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/idcache.c">idcache.c</A>
2286         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/idcache.m4">idcache.m4</A><BR>gl_IDCACHE
2287         <TD ALIGN=LEFT VALIGN=TOP>xalloc
2288       </TR>
2289       <TR>
2290         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=userspec"></A><A HREF="modules/userspec">userspec</A>
2291         <TD ALIGN=LEFT VALIGN=TOP>---
2292         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/userspec.c">userspec.c</A>
2293         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/userspec.m4">userspec.m4</A><BR>gl_USERSPEC
2294         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>posixver<BR>xalloc<BR>xstrtol<BR>strdup<BR>gettext
2295       </TR>
2296     </TABLE>
2297     <H3><A NAME="posix_ext_datetime">Date and time</A></H3>
2298     <TABLE>
2299       <TR>
2300         <TH ALIGN=LEFT>modules/
2301         <TH ALIGN=LEFT>lib/
2302         <TH ALIGN=LEFT>lib/
2303         <TH ALIGN=LEFT>m4/
2304         <TH ALIGN=LEFT>&nbsp;
2305       </TR>
2306       <TR>
2307         <TH ALIGN=LEFT>Module
2308         <TH ALIGN=LEFT>Header
2309         <TH ALIGN=LEFT>Implementation
2310         <TH ALIGN=LEFT>Autoconf macro
2311         <TH ALIGN=LEFT>Depends on
2312       </TR>
2313       <TR>
2314         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettime"></A><A HREF="modules/gettime">gettime</A>
2315         <TD ALIGN=LEFT VALIGN=TOP>---
2316         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettime.c">gettime.c</A>
2317         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/clock_time.m4">clock_time.m4</A><BR><A HREF="m4/gettime.m4">gettime.m4</A><BR>gl_GETTIME
2318         <TD ALIGN=LEFT VALIGN=TOP>gettimeofday<BR>timespec
2319       </TR>
2320       <TR>
2321         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=settime"></A><A HREF="modules/settime">settime</A>
2322         <TD ALIGN=LEFT VALIGN=TOP>---
2323         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/settime.c">settime.c</A>
2324         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/clock_time.m4">clock_time.m4</A><BR><A HREF="m4/settime.m4">settime.m4</A><BR>gl_SETTIME
2325         <TD ALIGN=LEFT VALIGN=TOP>timespec
2326       </TR>
2327       <TR>
2328         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixtm"></A><A HREF="modules/posixtm">posixtm</A>
2329         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixtm.h">posixtm.h</A>"
2330         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixtm.c">posixtm.c</A>
2331         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixtm.m4">posixtm.m4</A><BR>gl_POSIXTM
2332         <TD ALIGN=LEFT VALIGN=TOP>mktime<BR>unlocked-io
2333       </TR>
2334     </TABLE>
2335     <H3><A NAME="posix_ext_net">Networking functions</A></H3>
2336     <TABLE>
2337       <TR>
2338         <TH ALIGN=LEFT>modules/
2339         <TH ALIGN=LEFT>lib/
2340         <TH ALIGN=LEFT>lib/
2341         <TH ALIGN=LEFT>m4/
2342         <TH ALIGN=LEFT>&nbsp;
2343       </TR>
2344       <TR>
2345         <TH ALIGN=LEFT>Module
2346         <TH ALIGN=LEFT>Header
2347         <TH ALIGN=LEFT>Implementation
2348         <TH ALIGN=LEFT>Autoconf macro
2349         <TH ALIGN=LEFT>Depends on
2350       </TR>
2351       <TR>
2352         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgethostname"></A><A HREF="modules/xgethostname">xgethostname</A>
2353         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgethostname.h">xgethostname.h</A>"
2354         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgethostname.c">xgethostname.c</A>
2355         <TD ALIGN=LEFT VALIGN=TOP>---
2356         <TD ALIGN=LEFT VALIGN=TOP>gethostname<BR>xalloc<BR>error<BR>exit
2357       </TR>
2358       <TR>
2359         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=canon-host"></A><A HREF="modules/canon-host">canon-host</A>
2360         <TD ALIGN=LEFT VALIGN=TOP>---
2361         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/canon-host.c">canon-host.c</A>
2362         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/canon-host.m4">canon-host.m4</A><BR>gl_CANON_HOST
2363         <TD ALIGN=LEFT VALIGN=TOP>---
2364       </TR>
2365     </TABLE>
2366     <H3><A NAME="posix_ext_i18n">Internationalization functions</A></H3>
2367     <TABLE>
2368       <TR>
2369         <TH ALIGN=LEFT>modules/
2370         <TH ALIGN=LEFT>lib/
2371         <TH ALIGN=LEFT>lib/
2372         <TH ALIGN=LEFT>m4/
2373         <TH ALIGN=LEFT>&nbsp;
2374       </TR>
2375       <TR>
2376         <TH ALIGN=LEFT>Module
2377         <TH ALIGN=LEFT>Header
2378         <TH ALIGN=LEFT>Implementation
2379         <TH ALIGN=LEFT>Autoconf macro
2380         <TH ALIGN=LEFT>Depends on
2381       </TR>
2382       <TR>
2383         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettext"></A><A HREF="modules/gettext">gettext</A>
2384         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gettext.h">gettext.h</A>"
2385         <TD ALIGN=LEFT VALIGN=TOP>---
2386         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/codeset.m4">codeset.m4</A><BR><A HREF="m4/gettext.m4">gettext.m4</A><BR><A HREF="m4/glibc21.m4">glibc21.m4</A><BR><A HREF="m4/iconv.m4">iconv.m4</A><BR><A HREF="m4/intdiv0.m4">intdiv0.m4</A><BR><A HREF="m4/inttypes.m4">inttypes.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/inttypes-pri.m4">inttypes-pri.m4</A><BR><A HREF="m4/isc-posix.m4">isc-posix.m4</A><BR><A HREF="m4/lcmessage.m4">lcmessage.m4</A><BR><A HREF="m4/lib-ld.m4">lib-ld.m4</A><BR><A HREF="m4/lib-link.m4">lib-link.m4</A><BR><A HREF="m4/lib-prefix.m4">lib-prefix.m4</A><BR><A HREF="m4/nls.m4">nls.m4</A><BR><A HREF="m4/po.m4">po.m4</A><BR><A HREF="m4/progtest.m4">progtest.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR>AM_GNU_GETTEXT([external])
2387         <TD ALIGN=LEFT VALIGN=TOP>---
2388       </TR>
2389       <TR>
2390         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=iconv"></A><A HREF="modules/iconv">iconv</A>
2391         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/iconv.h.html">iconv.h</A>&gt;
2392         <TD ALIGN=LEFT VALIGN=TOP>---
2393         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/iconv.m4">iconv.m4</A><BR><A HREF="m4/lib-ld.m4">lib-ld.m4</A><BR><A HREF="m4/lib-link.m4">lib-link.m4</A><BR><A HREF="m4/lib-prefix.m4">lib-prefix.m4</A><BR>AM_ICONV
2394         <TD ALIGN=LEFT VALIGN=TOP>---
2395       </TR>
2396       <TR>
2397         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=localcharset"></A><A HREF="modules/localcharset">localcharset</A>
2398         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/localcharset.h">localcharset.h</A>"
2399         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/localcharset.c">localcharset.c</A><BR><A HREF="lib/config.charset">config.charset</A><BR><A HREF="lib/ref-add.sin">ref-add.sin</A><BR><A HREF="lib/ref-del.sin">ref-del.sin</A>
2400         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/codeset.m4">codeset.m4</A><BR><A HREF="m4/glibc21.m4">glibc21.m4</A><BR><A HREF="m4/localcharset.m4">localcharset.m4</A><BR>gl_LOCALCHARSET
2401         <TD ALIGN=LEFT VALIGN=TOP>---
2402       </TR>
2403       <TR>
2404         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hard-locale"></A><A HREF="modules/hard-locale">hard-locale</A>
2405         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hard-locale.h">hard-locale.h</A>"
2406         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hard-locale.c">hard-locale.c</A>
2407         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hard-locale.m4">hard-locale.m4</A><BR>gl_HARD_LOCALE
2408         <TD ALIGN=LEFT VALIGN=TOP>---
2409       </TR>
2410       <TR>
2411         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbswidth"></A><A HREF="modules/mbswidth">mbswidth</A>
2412         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mbswidth.h">mbswidth.h</A>"
2413         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mbswidth.c">mbswidth.c</A>
2414         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR><A HREF="m4/mbswidth.m4">mbswidth.m4</A><BR>gl_MBSWIDTH
2415         <TD ALIGN=LEFT VALIGN=TOP>---
2416       </TR>
2417       <TR>
2418         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcasecmp"></A><A HREF="modules/memcasecmp">memcasecmp</A>
2419         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcasecmp.h">memcasecmp.h</A>"
2420         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcasecmp.c">memcasecmp.c</A>
2421         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcasecmp.m4">memcasecmp.m4</A><BR>gl_MEMCASECMP
2422         <TD ALIGN=LEFT VALIGN=TOP>---
2423       </TR>
2424       <TR>
2425         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcoll"></A><A HREF="modules/memcoll">memcoll</A>
2426         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcoll.h">memcoll.h</A>"
2427         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcoll.c">memcoll.c</A>
2428         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcoll.m4">memcoll.m4</A><BR>gl_MEMCOLL
2429         <TD ALIGN=LEFT VALIGN=TOP>---
2430       </TR>
2431       <TR>
2432         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xmemcoll"></A><A HREF="modules/xmemcoll">xmemcoll</A>
2433         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xmemcoll.h">xmemcoll.h</A>"
2434         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmemcoll.c">xmemcoll.c</A>
2435         <TD ALIGN=LEFT VALIGN=TOP>---
2436         <TD ALIGN=LEFT VALIGN=TOP>memcoll<BR>gettext<BR>error<BR>quotearg<BR>exitfail
2437       </TR>
2438       <TR>
2439         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unicodeio"></A><A HREF="modules/unicodeio">unicodeio</A>
2440         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unicodeio.h">unicodeio.h</A>"
2441         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/unicodeio.c">unicodeio.c</A>
2442         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unicodeio.m4">unicodeio.m4</A><BR>gl_UNICODEIO
2443         <TD ALIGN=LEFT VALIGN=TOP>iconv<BR>gettext<BR>localcharset<BR>error
2444       </TR>
2445       <TR>
2446         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rpmatch"></A><A HREF="modules/rpmatch">rpmatch</A>
2447         <TD ALIGN=LEFT VALIGN=TOP>---
2448         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rpmatch.c">rpmatch.c</A>
2449         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rpmatch.m4">rpmatch.m4</A><BR>gl_FUNC_RPMATCH
2450         <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>regex
2451       </TR>
2452       <TR>
2453         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=yesno"></A><A HREF="modules/yesno">yesno</A>
2454         <TD ALIGN=LEFT VALIGN=TOP>---
2455         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/yesno.c">yesno.c</A>
2456         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/yesno.m4">yesno.m4</A><BR>gl_YESNO
2457         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>rpmatch
2458       </TR>
2459       <TR>
2460         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ucs4-utf8"></A><A HREF="modules/ucs4-utf8">ucs4-utf8</A>
2461         <TD ALIGN=LEFT VALIGN=TOP>---
2462         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ucs4-utf8.h">ucs4-utf8.h</A>
2463         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ucs4-utf.m4">ucs4-utf.m4</A><BR>gl_UCS4_UTF
2464         <TD ALIGN=LEFT VALIGN=TOP>---
2465       </TR>
2466       <TR>
2467         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ucs4-utf16"></A><A HREF="modules/ucs4-utf16">ucs4-utf16</A>
2468         <TD ALIGN=LEFT VALIGN=TOP>---
2469         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ucs4-utf16.h">ucs4-utf16.h</A>
2470         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ucs4-utf.m4">ucs4-utf.m4</A><BR>gl_UCS4_UTF
2471         <TD ALIGN=LEFT VALIGN=TOP>---
2472       </TR>
2473       <TR>
2474         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utf8-ucs4"></A><A HREF="modules/utf8-ucs4">utf8-ucs4</A>
2475         <TD ALIGN=LEFT VALIGN=TOP>---
2476         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utf8-ucs4.h">utf8-ucs4.h</A>
2477         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utf-ucs4.m4">utf-ucs4.m4</A><BR>gl_UTF_UCS4
2478         <TD ALIGN=LEFT VALIGN=TOP>---
2479       </TR>
2480       <TR>
2481         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utf16-ucs4"></A><A HREF="modules/utf16-ucs4">utf16-ucs4</A>
2482         <TD ALIGN=LEFT VALIGN=TOP>---
2483         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utf16-ucs4.h">utf16-ucs4.h</A>
2484         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utf-ucs4.m4">utf-ucs4.m4</A><BR>gl_UTF_UCS4
2485         <TD ALIGN=LEFT VALIGN=TOP>---
2486       </TR>
2487       <TR>
2488         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=linebreak"></A><A HREF="modules/linebreak">linebreak</A>
2489         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/linebreak.h">linebreak.h</A>"
2490         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/linebreak.c">linebreak.c</A><BR><A HREF="lib/lbrkprop.h">lbrkprop.h</A>
2491         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/linebreak.m4">linebreak.m4</A><BR>gl_LINEBREAK
2492         <TD ALIGN=LEFT VALIGN=TOP>localcharset<BR>c-ctype<BR>iconv<BR>utf8-ucs4<BR>utf16-ucs4
2493       </TR>
2494     </TABLE>
2495     <H3><A NAME="posix_ext_exec">Executing programs</A></H3>
2496     <TABLE>
2497       <TR>
2498         <TH ALIGN=LEFT>modules/
2499         <TH ALIGN=LEFT>lib/
2500         <TH ALIGN=LEFT>lib/
2501         <TH ALIGN=LEFT>m4/
2502         <TH ALIGN=LEFT>&nbsp;
2503       </TR>
2504       <TR>
2505         <TH ALIGN=LEFT>Module
2506         <TH ALIGN=LEFT>Header
2507         <TH ALIGN=LEFT>Implementation
2508         <TH ALIGN=LEFT>Autoconf macro
2509         <TH ALIGN=LEFT>Depends on
2510       </TR>
2511       <TR>
2512         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=findprog"></A><A HREF="modules/findprog">findprog</A>
2513         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/findprog.h">findprog.h</A>"
2514         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/findprog.c">findprog.c</A>
2515         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/findprog.m4">findprog.m4</A><BR><A HREF="m4/eaccess.m4">eaccess.m4</A><BR>gl_FINDPROG
2516         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xalloc<BR>pathname
2517       </TR>
2518       <TR>
2519         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=wait-process"></A><A HREF="modules/wait-process">wait-process</A>
2520         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/wait-process.h">wait-process.h</A>"
2521         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/wait-process.c">wait-process.c</A>
2522         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/wait-process.m4">wait-process.m4</A><BR><A HREF="m4/sig_atomic_t.m4">sig_atomic_t.m4</A><BR>gl_WAIT_PROCESS
2523         <TD ALIGN=LEFT VALIGN=TOP>fatal-signal<BR>error<BR>exit<BR>xalloc<BR>gettext<BR>stdbool
2524       </TR>
2525     </TABLE>
2526     <H3><A NAME="posix_ext_java">Java</A></H3>
2527     <H3><A NAME="posix_ext_misc">Misc</A></H3>
2528     <TABLE>
2529       <TR>
2530         <TH ALIGN=LEFT>modules/
2531         <TH ALIGN=LEFT>lib/
2532         <TH ALIGN=LEFT>lib/
2533         <TH ALIGN=LEFT>m4/
2534         <TH ALIGN=LEFT>&nbsp;
2535       </TR>
2536       <TR>
2537         <TH ALIGN=LEFT>Module
2538         <TH ALIGN=LEFT>Header
2539         <TH ALIGN=LEFT>Implementation
2540         <TH ALIGN=LEFT>Autoconf macro
2541         <TH ALIGN=LEFT>Depends on
2542       </TR>
2543       <TR>
2544         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argp"></A><A HREF="modules/argp">argp</A>
2545         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/argp.h">argp.h</A>"
2546         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argp-ba.c">argp-ba.c</A><BR><A HREF="lib/argp-eexst.c">argp-eexst.c</A><BR><A HREF="lib/argp-fmtstream.c">argp-fmtstream.c</A><BR><A HREF="lib/argp-fmtstream.h">argp-fmtstream.h</A><BR><A HREF="lib/argp-fs-xinl.c">argp-fs-xinl.c</A><BR><A HREF="lib/argp-help.c">argp-help.c</A><BR><A HREF="lib/argp-namefrob.h">argp-namefrob.h</A><BR><A HREF="lib/argp-parse.c">argp-parse.c</A><BR><A HREF="lib/argp-pv.c">argp-pv.c</A><BR><A HREF="lib/argp-pvh.c">argp-pvh.c</A><BR><A HREF="lib/argp-xinl.c">argp-xinl.c</A>
2547         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/argp.m4">argp.m4</A><BR>gl_ARGP
2548         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>getopt<BR>strchrnul<BR>sysexits<BR>mempcpy<BR>strndup<BR>restrict<BR>strcase
2549       </TR>
2550       <TR>
2551         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exitfail"></A><A HREF="modules/exitfail">exitfail</A>
2552         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exitfail.h">exitfail.h</A>"
2553         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exitfail.c">exitfail.c</A>
2554         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exitfail.m4">exitfail.m4</A><BR>gl_EXITFAIL
2555         <TD ALIGN=LEFT VALIGN=TOP>exit
2556       </TR>
2557       <TR>
2558         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-stack"></A><A HREF="modules/c-stack">c-stack</A>
2559         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-stack.h">c-stack.h</A>"
2560         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-stack.c">c-stack.c</A>
2561         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-stack.m4">c-stack.m4</A><BR>gl_C_STACK
2562         <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>exitfail
2563       </TR>
2564       <TR>
2565         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=error"></A><A HREF="modules/error">error</A>
2566         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/error.h">error.h</A>"
2567         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/error.c">error.c</A>
2568         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/error.m4">error.m4</A><BR><A HREF="m4/strerror_r.m4">strerror_r.m4</A><BR>gl_ERROR
2569         <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext
2570       </TR>
2571       <TR>
2572         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=extensions"></A><A HREF="modules/extensions">extensions</A>
2573         <TD ALIGN=LEFT VALIGN=TOP>---
2574         <TD ALIGN=LEFT VALIGN=TOP>---
2575         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/extensions.m4">extensions.m4</A><BR>dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
2576         <TD ALIGN=LEFT VALIGN=TOP>---
2577       </TR>
2578       <TR>
2579         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fatal"></A><A HREF="modules/fatal">fatal</A>
2580         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fatal.h">fatal.h</A>"
2581         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fatal.c">fatal.c</A>
2582         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fatal.m4">fatal.m4</A><BR>gl_FATAL
2583         <TD ALIGN=LEFT VALIGN=TOP>error<BR>unlocked-io<BR>exit
2584       </TR>
2585       <TR>
2586         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdomainname"></A><A HREF="modules/getdomainname">getdomainname</A>
2587         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdomainname.h">getdomainname.h</A>"
2588         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdomainname.c">getdomainname.c</A>
2589         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getdomainname.m4">getdomainname.m4</A><BR>gl_FUNC_GETDOMAINNAME
2590         <TD ALIGN=LEFT VALIGN=TOP>---
2591       </TR>
2592       <TR>
2593         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgetdomainname"></A><A HREF="modules/xgetdomainname">xgetdomainname</A>
2594         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgetdomainname.h">xgetdomainname.h</A>"
2595         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgetdomainname.c">xgetdomainname.c</A>
2596         <TD ALIGN=LEFT VALIGN=TOP>---
2597         <TD ALIGN=LEFT VALIGN=TOP>getdomainname<BR>xalloc
2598       </TR>
2599       <TR>
2600         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getloadavg"></A><A HREF="modules/getloadavg">getloadavg</A>
2601         <TD ALIGN=LEFT VALIGN=TOP>---
2602         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getloadavg.c">getloadavg.c</A>
2603         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getloadavg.m4">getloadavg.m4</A><BR>gl_FUNC_GETLOADAVG
2604         <TD ALIGN=LEFT VALIGN=TOP>---
2605       </TR>
2606       <TR>
2607         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpagesize"></A><A HREF="modules/getpagesize">getpagesize</A>
2608         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getpagesize.h">getpagesize.h</A>"
2609         <TD ALIGN=LEFT VALIGN=TOP>---
2610         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpagesize.m4">getpagesize.m4</A><BR>gl_GETPAGESIZE
2611         <TD ALIGN=LEFT VALIGN=TOP>---
2612       </TR>
2613       <TR>
2614         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getusershell"></A><A HREF="modules/getusershell">getusershell</A>
2615         <TD ALIGN=LEFT VALIGN=TOP>---
2616         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getusershell.c">getusershell.c</A>
2617         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getusershell.m4">getusershell.m4</A><BR>gl_PREREQ_GETUSERSHELL
2618         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
2619       </TR>
2620       <TR>
2621         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=physmem"></A><A HREF="modules/physmem">physmem</A>
2622         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/physmem.h">physmem.h</A>"
2623         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/physmem.c">physmem.c</A>
2624         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/physmem.m4">physmem.m4</A><BR>gl_PHYSMEM
2625         <TD ALIGN=LEFT VALIGN=TOP>---
2626       </TR>
2627       <TR>
2628         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixver"></A><A HREF="modules/posixver">posixver</A>
2629         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixver.h">posixver.h</A>"
2630         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixver.c">posixver.c</A>
2631         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixver.m4">posixver.m4</A><BR>gl_POSIXVER
2632         <TD ALIGN=LEFT VALIGN=TOP>---
2633       </TR>
2634       <TR>
2635         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=progname"></A><A HREF="modules/progname">progname</A>
2636         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/progname.h">progname.h</A>"
2637         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/progname.c">progname.c</A>
2638         <TD ALIGN=LEFT VALIGN=TOP>---
2639         <TD ALIGN=LEFT VALIGN=TOP>stdbool
2640       </TR>
2641       <TR>
2642         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quotearg"></A><A HREF="modules/quotearg">quotearg</A>
2643         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quotearg.h">quotearg.h</A>"
2644         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quotearg.c">quotearg.c</A>
2645         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR><A HREF="m4/quotearg.m4">quotearg.m4</A><BR>gl_QUOTEARG
2646         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>gettext
2647       </TR>
2648       <TR>
2649         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quote"></A><A HREF="modules/quote">quote</A>
2650         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quote.h">quote.h</A>"
2651         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quote.c">quote.c</A>
2652         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/quote.m4">quote.m4</A><BR>gl_QUOTE
2653         <TD ALIGN=LEFT VALIGN=TOP>quotearg
2654       </TR>
2655       <TR>
2656         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readutmp"></A><A HREF="modules/readutmp">readutmp</A>
2657         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readutmp.h">readutmp.h</A>"
2658         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readutmp.c">readutmp.c</A>
2659         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readutmp.m4">readutmp.m4</A><BR>gl_READUTMP
2660         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
2661       </TR>
2662       <TR>
2663         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sig2str"></A><A HREF="modules/sig2str">sig2str</A>
2664         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sig2str.h">sig2str.h</A>"
2665         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sig2str.c">sig2str.c</A>
2666         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sig2str.m4">sig2str.m4</A><BR>gl_FUNC_SIG2STR
2667         <TD ALIGN=LEFT VALIGN=TOP>---
2668       </TR>
2669       <TR>
2670         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sysexits"></A><A HREF="modules/sysexits">sysexits</A>
2671         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;sysexits.h&gt;
2672         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sysexit_.h">sysexit_.h</A>
2673         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sysexits.m4">sysexits.m4</A><BR>gl_SYSEXITS
2674         <TD ALIGN=LEFT VALIGN=TOP>---
2675       </TR>
2676     </TABLE>
2677     <H2>Unclassified modules - please update MODULES.html.sh</H2>
2678     <TABLE>
2679       <TR>
2680         <TH ALIGN=LEFT>modules/
2681         <TH ALIGN=LEFT>lib/
2682         <TH ALIGN=LEFT>lib/
2683         <TH ALIGN=LEFT>m4/
2684         <TH ALIGN=LEFT>&nbsp;
2685       </TR>
2686       <TR>
2687         <TH ALIGN=LEFT>Module
2688         <TH ALIGN=LEFT>Header
2689         <TH ALIGN=LEFT>Implementation
2690         <TH ALIGN=LEFT>Autoconf macro
2691         <TH ALIGN=LEFT>Depends on
2692       </TR>
2693       <TR>
2694         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=free"></A><A HREF="modules/free">free</A>
2695         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
2696         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/free.c">free.c</A>
2697         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/free.m4">free.m4</A><BR>gl_FUNC_FREE
2698         <TD ALIGN=LEFT VALIGN=TOP>---
2699       </TR>
2700       <TR>
2701         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=tzset"></A><A HREF="modules/tzset">tzset</A>
2702         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
2703         <TD ALIGN=LEFT VALIGN=TOP>---
2704         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/tzset.m4">tzset.m4</A><BR>gl_FUNC_TZSET_CLOBBER
2705         <TD ALIGN=LEFT VALIGN=TOP>gettimeofday
2706       </TR>
2707     </TABLE>
2708     <H2>Lone files - please create new modules containing them</H2>
2709     <PRE>
2710 <A HREF="lib/progreloc.c">lib/progreloc.c</A>
2711 <A HREF="m4/check-decl.m4">m4/check-decl.m4</A>
2712 <A HREF="m4/d-type.m4">m4/d-type.m4</A>
2713 <A HREF="m4/glibc.m4">m4/glibc.m4</A>
2714 <A HREF="m4/host-os.m4">m4/host-os.m4</A>
2715 <A HREF="m4/jm-macros.m4">m4/jm-macros.m4</A>
2716 <A HREF="m4/jm-winsz1.m4">m4/jm-winsz1.m4</A>
2717 <A HREF="m4/jm-winsz2.m4">m4/jm-winsz2.m4</A>
2718 <A HREF="m4/lib-check.m4">m4/lib-check.m4</A>
2719 <A HREF="m4/link-follow.m4">m4/link-follow.m4</A>
2720 <A HREF="m4/onceonly.m4">m4/onceonly.m4</A>
2721 <A HREF="m4/perl.m4">m4/perl.m4</A>
2722 <A HREF="m4/prereq.m4">m4/prereq.m4</A>
2723 <A HREF="m4/readdir.m4">m4/readdir.m4</A>
2724 <A HREF="m4/rmdir-errno.m4">m4/rmdir-errno.m4</A>
2725 <A HREF="m4/search-libs.m4">m4/search-libs.m4</A>
2726 <A HREF="m4/st_dm_mode.m4">m4/st_dm_mode.m4</A>
2727 <A HREF="m4/unlink-busy.m4">m4/unlink-busy.m4</A>
2728 <A HREF="m4/uptime.m4">m4/uptime.m4</A>
2729 </PRE>
2730     <H2>Future developments</H2>
2731     Ideally a module could consist of:
2732     <UL>
2733       <LI>A header file: lib/<VAR>module</VAR>.h
2734       <LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.
2735       <LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.
2736       <LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>
2737       <LI>Some documentation
2738       <LI>A POT file and some PO files
2739       <LI>A testsuite
2740     </UL>
2741     <HR>
2742     Generated from <CODE>MODULES.html.sh</CODE> on 21 October 2003.
2743   </BODY>
2744 </HTML>