Mercurial > hg > octave-kai > gnulib-hg
annotate MODULES.html.sh @ 8103:df6746e056ee
New module 'mbscspn'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 05 Feb 2007 03:06:40 +0000 |
parents | cc3f4a2db5b0 |
children | 9d0175f6442d |
rev | line source |
---|---|
4113 | 1 #!/bin/sh |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
2 # |
7791
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
3 # Copyright (C) 2002-2007 Free Software Foundation, Inc. |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
4 # |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
5 # This program is free software; you can redistribute it and/or modify |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
6 # it under the terms of the GNU General Public License as published by |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
7 # the Free Software Foundation; either version 2, or (at your option) |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
8 # any later version. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
9 # |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
10 # This program is distributed in the hope that it will be useful, |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
13 # GNU General Public License for more details. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
14 # |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
15 # You should have received a copy of the GNU General Public License |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
16 # along with this program; if not, write to the Free Software |
5848
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
18 # |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
19 |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
20 # Usage: MODULES.html.sh [--cvs-urls|--git-urls] > MODULES.html |
4113 | 21 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
22 # Extend the PATH so that gnulib-tool is found. |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
23 PATH=`dirname "$0"`:$PATH; export PATH |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
24 |
5979
5cc92ab8ce76
Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents:
5965
diff
changeset
|
25 POSIX2001_URL='http://www.opengroup.org/susv3' |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
26 case $USER in |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
27 bruno ) |
5979
5cc92ab8ce76
Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents:
5965
diff
changeset
|
28 POSIX2001_URL='file:/packages/www/www.opengroup.org/susv3' ;; |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
29 esac |
4148
ea41e6b422a8
include `dirname $0` in PATH, to find gnulib-tool.
Karl Berry <karl@freefriends.org>
parents:
4137
diff
changeset
|
30 |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
31 repo_url_prefix= |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
32 repo_url_suffix= |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
33 if test $# != 0; then |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
34 case "$1" in |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
35 --cvs-urls) |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
36 # Generate URLs to the official gnulib CVS repository. |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
37 repo_url_prefix='http://cvs.sv.gnu.org/viewcvs/*checkout*/gnulib/' |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
38 repo_url_suffix='?root=gnulib&content-type=text/plain' |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
39 ;; |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
40 --git-urls) |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
41 # Generate URLs to the official gnulib git repository. |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
42 repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=' |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
43 repo_url_suffix='' |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
44 ;; |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
45 esac |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
46 fi |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
47 # For sed replacements: Escape the '&'. |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
48 repo_url_suffix_repl=`echo "$repo_url_suffix" | sed -e 's,[&],\\\&,'` |
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
49 |
4113 | 50 sed_lt='s,<,\<,g' |
51 sed_gt='s,>,\>,g' | |
52 sed_escape_dot='s,\.,\\.,g' | |
53 sed_escape_slash='s,/,\\/,g' | |
54 trnl='\012' | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
55 sed_alt1='s,$,\\|,' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
56 sed_alt2='s,^\\|,\\(,' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
57 sed_alt3='s,\\|\\|$,\\),' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
58 posix_headers=`echo ' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
59 aio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
60 arpa/inet |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
61 assert |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
62 complex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
63 cpio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
64 ctype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
65 dirent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
66 dlfcn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
67 errno |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
68 fcntl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
69 fenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
70 float |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
71 fmtmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
72 fnmatch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
73 ftw |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
74 glob |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
75 grp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
76 iconv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
77 inttypes |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
78 iso646 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
79 langinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
80 libgen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
81 limits |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
82 locale |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
83 math |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
84 monetary |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
85 mqueue |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
86 ndbm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
87 net/if |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
88 netdb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
89 netinet/in |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
90 netinet/tcp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
91 nl_types |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
92 poll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
93 pthread |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
94 pwd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
95 regex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
96 sched |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
97 search |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
98 semaphore |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
99 setjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
100 signal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
101 spawn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
102 stdarg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
103 stdbool |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
104 stddef |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
105 stdint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
106 stdio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
107 stdlib |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
108 string |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
109 strings |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
110 stropts |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
111 sys/ipc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
112 sys/mman |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
113 sys/msg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
114 sys/resource |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
115 sys/select |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
116 sys/sem |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
117 sys/shm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
118 sys/socket |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
119 sys/stat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
120 sys/statvfs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
121 sys/time |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
122 sys/timeb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
123 sys/times |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
124 sys/types |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
125 sys/uio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
126 sys/un |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
127 sys/utsname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
128 sys/wait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
129 syslog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
130 tar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
131 termios |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
132 tgmath |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
133 time |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
134 trace |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
135 ucontext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
136 ulimit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
137 unistd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
138 utime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
139 utmpx |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
140 wchar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
141 wctype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
142 wordexp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
143 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
144 posix_functions=`echo ' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
145 FD_CLR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
146 FD_ISSET |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
147 FD_SET |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
148 FD_ZERO |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
149 _Exit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
150 _exit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
151 _longjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
152 _setjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
153 _tolower |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
154 _toupper |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
155 a64l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
156 abort |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
157 abs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
158 accept |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
159 access |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
160 acos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
161 acosf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
162 acosh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
163 acoshf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
164 acoshl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
165 acosl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
166 aio_cancel |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
167 aio_error |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
168 aio_fsync |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
169 aio_read |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
170 aio_return |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
171 aio_suspend |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
172 aio_write |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
173 alarm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
174 asctime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
175 asctime_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
176 asin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
177 asinf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
178 asinh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
179 asinhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
180 asinhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
181 asinl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
182 assert |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
183 atan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
184 atan2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
185 atan2f |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
186 atan2l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
187 atanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
188 atanh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
189 atanhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
190 atanhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
191 atanl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
192 atexit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
193 atof |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
194 atoi |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
195 atol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
196 atoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
197 basename |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
198 bcmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
199 bcopy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
200 bind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
201 bsd_signal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
202 bsearch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
203 btowc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
204 bzero |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
205 cabs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
206 cabsf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
207 cabsl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
208 cacos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
209 cacosf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
210 cacosh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
211 cacoshf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
212 cacoshl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
213 cacosl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
214 calloc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
215 carg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
216 cargf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
217 cargl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
218 casin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
219 casinf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
220 casinh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
221 casinhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
222 casinhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
223 casinl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
224 catan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
225 catanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
226 catanh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
227 catanhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
228 catanhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
229 catanl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
230 catclose |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
231 catgets |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
232 catopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
233 cbrt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
234 cbrtf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
235 cbrtl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
236 ccos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
237 ccosf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
238 ccosh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
239 ccoshf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
240 ccoshl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
241 ccosl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
242 ceil |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
243 ceilf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
244 ceill |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
245 cexp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
246 cexpf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
247 cexpl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
248 cfgetispeed |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
249 cfgetospeed |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
250 cfsetispeed |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
251 cfsetospeed |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
252 chdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
253 chmod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
254 chown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
255 cimag |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
256 cimagf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
257 cimagl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
258 clearerr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
259 clock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
260 clock_getcpuclockid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
261 clock_getres |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
262 clock_gettime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
263 clock_nanosleep |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
264 clock_settime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
265 clog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
266 clogf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
267 clogl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
268 close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
269 closedir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
270 closelog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
271 confstr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
272 conj |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
273 conjf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
274 conjl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
275 connect |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
276 contents |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
277 copysign |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
278 copysignf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
279 copysignl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
280 cos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
281 cosf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
282 cosh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
283 coshf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
284 coshl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
285 cosl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
286 cpow |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
287 cpowf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
288 cpowl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
289 cproj |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
290 cprojf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
291 cprojl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
292 creal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
293 crealf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
294 creall |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
295 creat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
296 crypt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
297 csin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
298 csinf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
299 csinh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
300 csinhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
301 csinhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
302 csinl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
303 csqrt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
304 csqrtf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
305 csqrtl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
306 ctan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
307 ctanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
308 ctanh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
309 ctanhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
310 ctanhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
311 ctanl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
312 ctermid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
313 ctime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
314 ctime_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
315 daylight |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
316 dbm_clearerr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
317 dbm_close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
318 dbm_delete |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
319 dbm_error |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
320 dbm_fetch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
321 dbm_firstkey |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
322 dbm_nextkey |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
323 dbm_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
324 dbm_store |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
325 difftime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
326 dirname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
327 div |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
328 dlclose |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
329 dlerror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
330 dlopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
331 dlsym |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
332 drand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
333 dup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
334 dup2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
335 ecvt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
336 encrypt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
337 endgrent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
338 endhostent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
339 endnetent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
340 endprotoent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
341 endpwent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
342 endservent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
343 endutxent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
344 environ |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
345 erand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
346 erf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
347 erfc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
348 erfcf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
349 erfcl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
350 erff |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
351 erfl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
352 errno |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
353 exec |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
354 execl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
355 execle |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
356 execlp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
357 execv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
358 execve |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
359 execvp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
360 exit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
361 exp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
362 exp2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
363 exp2f |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
364 exp2l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
365 expf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
366 expl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
367 expm1 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
368 expm1f |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
369 expm1l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
370 fabs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
371 fabsf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
372 fabsl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
373 fattach |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
374 fchdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
375 fchmod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
376 fchown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
377 fclose |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
378 fcntl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
379 fcvt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
380 fdatasync |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
381 fdetach |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
382 fdim |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
383 fdimf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
384 fdiml |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
385 fdopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
386 feclearexcept |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
387 fegetenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
388 fegetexceptflag |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
389 fegetround |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
390 feholdexcept |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
391 feof |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
392 feraiseexcept |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
393 ferror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
394 fesetenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
395 fesetexceptflag |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
396 fesetround |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
397 fetestexcept |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
398 feupdateenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
399 fflush |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
400 ffs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
401 fgetc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
402 fgetpos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
403 fgets |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
404 fgetwc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
405 fgetws |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
406 fileno |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
407 flockfile |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
408 floor |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
409 floorf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
410 floorl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
411 fma |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
412 fmaf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
413 fmal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
414 fmax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
415 fmaxf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
416 fmaxl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
417 fmin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
418 fminf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
419 fminl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
420 fmod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
421 fmodf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
422 fmodl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
423 fmtmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
424 fnmatch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
425 fopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
426 fork |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
427 fpathconf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
428 fpclassify |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
429 fprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
430 fputc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
431 fputs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
432 fputwc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
433 fputws |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
434 fread |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
435 free |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
436 freeaddrinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
437 freopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
438 frexp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
439 frexpf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
440 frexpl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
441 fscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
442 fseek |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
443 fseeko |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
444 fsetpos |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
445 fstat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
446 fstatvfs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
447 fsync |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
448 ftell |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
449 ftello |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
450 ftime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
451 ftok |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
452 ftruncate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
453 ftrylockfile |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
454 ftw |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
455 funlockfile |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
456 fwide |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
457 fwprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
458 fwrite |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
459 fwscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
460 gai_strerror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
461 gcvt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
462 getaddrinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
463 getc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
464 getc_unlocked |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
465 getchar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
466 getchar_unlocked |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
467 getcontext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
468 getcwd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
469 getdate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
470 getegid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
471 getenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
472 geteuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
473 getgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
474 getgrent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
475 getgrgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
476 getgrgid_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
477 getgrnam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
478 getgrnam_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
479 getgroups |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
480 gethostbyaddr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
481 gethostbyname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
482 gethostent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
483 gethostid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
484 gethostname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
485 getitimer |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
486 getlogin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
487 getlogin_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
488 getmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
489 getnameinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
490 getnetbyaddr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
491 getnetbyname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
492 getnetent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
493 getopt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
494 getpeername |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
495 getpgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
496 getpgrp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
497 getpid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
498 getpmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
499 getppid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
500 getpriority |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
501 getprotobyname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
502 getprotobynumber |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
503 getprotoent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
504 getpwent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
505 getpwnam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
506 getpwnam_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
507 getpwuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
508 getpwuid_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
509 getrlimit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
510 getrusage |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
511 gets |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
512 getservbyname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
513 getservbyport |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
514 getservent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
515 getsid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
516 getsockname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
517 getsockopt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
518 getsubopt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
519 gettimeofday |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
520 getuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
521 getutxent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
522 getutxid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
523 getutxline |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
524 getwc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
525 getwchar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
526 getwd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
527 glob |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
528 globfree |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
529 gmtime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
530 gmtime_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
531 grantpt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
532 h_errno |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
533 hcreate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
534 hdestroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
535 hsearch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
536 htonl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
537 htons |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
538 hypot |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
539 hypotf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
540 hypotl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
541 iconv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
542 iconv_close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
543 iconv_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
544 if_freenameindex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
545 if_indextoname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
546 if_nameindex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
547 if_nametoindex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
548 ilogb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
549 ilogbf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
550 ilogbl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
551 imaxabs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
552 imaxdiv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
553 index |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
554 inet_addr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
555 inet_ntoa |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
556 inet_ntop |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
557 inet_pton |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
558 initstate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
559 insque |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
560 ioctl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
561 isalnum |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
562 isalpha |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
563 isascii |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
564 isastream |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
565 isatty |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
566 isblank |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
567 iscntrl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
568 isdigit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
569 isfinite |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
570 isgraph |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
571 isgreater |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
572 isgreaterequal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
573 isinf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
574 isless |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
575 islessequal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
576 islessgreater |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
577 islower |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
578 isnan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
579 isnormal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
580 isprint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
581 ispunct |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
582 isspace |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
583 isunordered |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
584 isupper |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
585 iswalnum |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
586 iswalpha |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
587 iswblank |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
588 iswcntrl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
589 iswctype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
590 iswdigit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
591 iswgraph |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
592 iswlower |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
593 iswprint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
594 iswpunct |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
595 iswspace |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
596 iswupper |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
597 iswxdigit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
598 isxdigit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
599 j0 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
600 j1 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
601 jn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
602 jrand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
603 kill |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
604 killpg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
605 l64a |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
606 labs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
607 lchown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
608 lcong48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
609 ldexp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
610 ldexpf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
611 ldexpl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
612 ldiv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
613 lfind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
614 lgamma |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
615 lgammaf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
616 lgammal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
617 link |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
618 lio_listio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
619 listen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
620 llabs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
621 lldiv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
622 llrint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
623 llrintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
624 llrintl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
625 llround |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
626 llroundf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
627 llroundl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
628 localeconv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
629 localtime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
630 localtime_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
631 lockf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
632 log |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
633 log10 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
634 log10f |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
635 log10l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
636 log1p |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
637 log1pf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
638 log1pl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
639 log2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
640 log2f |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
641 log2l |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
642 logb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
643 logbf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
644 logbl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
645 logf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
646 logl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
647 longjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
648 lrand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
649 lrint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
650 lrintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
651 lrintl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
652 lround |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
653 lroundf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
654 lroundl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
655 lsearch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
656 lseek |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
657 lstat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
658 makecontext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
659 malloc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
660 mblen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
661 mbrlen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
662 mbrtowc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
663 mbsinit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
664 mbsrtowcs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
665 mbstowcs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
666 mbtowc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
667 memccpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
668 memchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
669 memcmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
670 memcpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
671 memmove |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
672 memset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
673 mkdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
674 mkfifo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
675 mknod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
676 mkstemp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
677 mktemp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
678 mktime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
679 mlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
680 mlockall |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
681 mmap |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
682 modf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
683 modff |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
684 modfl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
685 mprotect |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
686 mq_close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
687 mq_getattr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
688 mq_notify |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
689 mq_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
690 mq_receive |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
691 mq_send |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
692 mq_setattr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
693 mq_timedreceive |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
694 mq_timedsend |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
695 mq_unlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
696 mrand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
697 msgctl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
698 msgget |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
699 msgrcv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
700 msgsnd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
701 msync |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
702 munlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
703 munlockall |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
704 munmap |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
705 nan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
706 nanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
707 nanl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
708 nanosleep |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
709 nearbyint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
710 nearbyintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
711 nearbyintl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
712 nextafter |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
713 nextafterf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
714 nextafterl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
715 nexttoward |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
716 nexttowardf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
717 nexttowardl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
718 nftw |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
719 nice |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
720 nl_langinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
721 nrand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
722 ntohl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
723 ntohs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
724 open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
725 opendir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
726 openlog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
727 optarg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
728 pathconf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
729 pause |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
730 pclose |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
731 perror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
732 pipe |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
733 poll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
734 popen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
735 posix_fadvise |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
736 posix_fallocate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
737 posix_madvise |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
738 posix_mem_offset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
739 posix_memalign |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
740 posix_openpt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
741 posix_spawn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
742 posix_spawn_file_actions_addclose |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
743 posix_spawn_file_actions_adddup2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
744 posix_spawn_file_actions_addopen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
745 posix_spawn_file_actions_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
746 posix_spawn_file_actions_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
747 posix_spawnattr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
748 posix_spawnattr_getflags |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
749 posix_spawnattr_getpgroup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
750 posix_spawnattr_getschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
751 posix_spawnattr_getschedpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
752 posix_spawnattr_getsigdefault |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
753 posix_spawnattr_getsigmask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
754 posix_spawnattr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
755 posix_spawnattr_setflags |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
756 posix_spawnattr_setpgroup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
757 posix_spawnattr_setschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
758 posix_spawnattr_setschedpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
759 posix_spawnattr_setsigdefault |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
760 posix_spawnattr_setsigmask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
761 posix_spawnp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
762 posix_trace_attr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
763 posix_trace_attr_getclockres |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
764 posix_trace_attr_getcreatetime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
765 posix_trace_attr_getgenversion |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
766 posix_trace_attr_getinherited |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
767 posix_trace_attr_getlogfullpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
768 posix_trace_attr_getlogsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
769 posix_trace_attr_getmaxdatasize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
770 posix_trace_attr_getmaxsystemeventsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
771 posix_trace_attr_getmaxusereventsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
772 posix_trace_attr_getname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
773 posix_trace_attr_getstreamfullpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
774 posix_trace_attr_getstreamsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
775 posix_trace_attr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
776 posix_trace_attr_setinherited |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
777 posix_trace_attr_setlogfullpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
778 posix_trace_attr_setlogsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
779 posix_trace_attr_setmaxdatasize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
780 posix_trace_attr_setname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
781 posix_trace_attr_setstreamfullpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
782 posix_trace_attr_setstreamsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
783 posix_trace_clear |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
784 posix_trace_close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
785 posix_trace_create |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
786 posix_trace_create_withlog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
787 posix_trace_event |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
788 posix_trace_eventid_equal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
789 posix_trace_eventid_get_name |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
790 posix_trace_eventid_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
791 posix_trace_eventset_add |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
792 posix_trace_eventset_del |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
793 posix_trace_eventset_empty |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
794 posix_trace_eventset_fill |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
795 posix_trace_eventset_ismember |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
796 posix_trace_eventtypelist_getnext_id |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
797 posix_trace_eventtypelist_rewind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
798 posix_trace_flush |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
799 posix_trace_get_attr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
800 posix_trace_get_filter |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
801 posix_trace_get_status |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
802 posix_trace_getnext_event |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
803 posix_trace_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
804 posix_trace_rewind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
805 posix_trace_set_filter |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
806 posix_trace_shutdown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
807 posix_trace_start |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
808 posix_trace_stop |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
809 posix_trace_timedgetnext_event |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
810 posix_trace_trid_eventid_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
811 posix_trace_trygetnext_event |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
812 posix_typed_mem_get_info |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
813 posix_typed_mem_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
814 pow |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
815 powf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
816 powl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
817 pread |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
818 printf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
819 pselect |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
820 pthread_atfork |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
821 pthread_attr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
822 pthread_attr_getdetachstate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
823 pthread_attr_getguardsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
824 pthread_attr_getinheritsched |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
825 pthread_attr_getschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
826 pthread_attr_getschedpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
827 pthread_attr_getscope |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
828 pthread_attr_getstack |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
829 pthread_attr_getstackaddr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
830 pthread_attr_getstacksize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
831 pthread_attr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
832 pthread_attr_setdetachstate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
833 pthread_attr_setguardsize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
834 pthread_attr_setinheritsched |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
835 pthread_attr_setschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
836 pthread_attr_setschedpolicy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
837 pthread_attr_setscope |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
838 pthread_attr_setstack |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
839 pthread_attr_setstackaddr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
840 pthread_attr_setstacksize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
841 pthread_barrier_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
842 pthread_barrier_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
843 pthread_barrier_wait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
844 pthread_barrierattr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
845 pthread_barrierattr_getpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
846 pthread_barrierattr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
847 pthread_barrierattr_setpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
848 pthread_cancel |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
849 pthread_cleanup_pop |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
850 pthread_cleanup_push |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
851 pthread_cond_broadcast |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
852 pthread_cond_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
853 pthread_cond_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
854 pthread_cond_signal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
855 pthread_cond_timedwait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
856 pthread_cond_wait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
857 pthread_condattr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
858 pthread_condattr_getclock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
859 pthread_condattr_getpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
860 pthread_condattr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
861 pthread_condattr_setclock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
862 pthread_condattr_setpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
863 pthread_create |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
864 pthread_detach |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
865 pthread_equal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
866 pthread_exit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
867 pthread_getconcurrency |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
868 pthread_getcpuclockid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
869 pthread_getschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
870 pthread_getspecific |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
871 pthread_join |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
872 pthread_key_create |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
873 pthread_key_delete |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
874 pthread_kill |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
875 pthread_mutex_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
876 pthread_mutex_getprioceiling |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
877 pthread_mutex_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
878 pthread_mutex_lock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
879 pthread_mutex_setprioceiling |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
880 pthread_mutex_timedlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
881 pthread_mutex_trylock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
882 pthread_mutex_unlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
883 pthread_mutexattr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
884 pthread_mutexattr_getprioceiling |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
885 pthread_mutexattr_getprotocol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
886 pthread_mutexattr_getpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
887 pthread_mutexattr_gettype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
888 pthread_mutexattr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
889 pthread_mutexattr_setprioceiling |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
890 pthread_mutexattr_setprotocol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
891 pthread_mutexattr_setpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
892 pthread_mutexattr_settype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
893 pthread_once |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
894 pthread_rwlock_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
895 pthread_rwlock_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
896 pthread_rwlock_rdlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
897 pthread_rwlock_timedrdlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
898 pthread_rwlock_timedwrlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
899 pthread_rwlock_tryrdlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
900 pthread_rwlock_trywrlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
901 pthread_rwlock_unlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
902 pthread_rwlock_wrlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
903 pthread_rwlockattr_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
904 pthread_rwlockattr_getpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
905 pthread_rwlockattr_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
906 pthread_rwlockattr_setpshared |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
907 pthread_self |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
908 pthread_setcancelstate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
909 pthread_setcanceltype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
910 pthread_setconcurrency |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
911 pthread_setschedparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
912 pthread_setschedprio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
913 pthread_setspecific |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
914 pthread_sigmask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
915 pthread_spin_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
916 pthread_spin_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
917 pthread_spin_lock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
918 pthread_spin_trylock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
919 pthread_spin_unlock |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
920 pthread_testcancel |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
921 ptsname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
922 putc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
923 putc_unlocked |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
924 putchar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
925 putchar_unlocked |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
926 putenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
927 putmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
928 putpmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
929 puts |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
930 pututxline |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
931 putwc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
932 putwchar |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
933 pwrite |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
934 qsort |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
935 raise |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
936 rand |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
937 rand_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
938 random |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
939 read |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
940 readdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
941 readdir_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
942 readlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
943 readv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
944 realloc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
945 realpath |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
946 recv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
947 recvfrom |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
948 recvmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
949 regcomp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
950 regerror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
951 regexec |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
952 regfree |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
953 remainder |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
954 remainderf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
955 remainderl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
956 remove |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
957 remque |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
958 remquo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
959 remquof |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
960 remquol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
961 rename |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
962 rewind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
963 rewinddir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
964 rindex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
965 rint |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
966 rintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
967 rintl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
968 rmdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
969 round |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
970 roundf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
971 roundl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
972 scalb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
973 scalbln |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
974 scalblnf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
975 scalblnl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
976 scalbn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
977 scalbnf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
978 scalbnl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
979 scanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
980 sched_get_priority_max |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
981 sched_getparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
982 sched_getscheduler |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
983 sched_rr_get_interval |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
984 sched_setparam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
985 sched_setscheduler |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
986 sched_yield |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
987 seed48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
988 seekdir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
989 select |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
990 sem_close |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
991 sem_destroy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
992 sem_getvalue |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
993 sem_init |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
994 sem_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
995 sem_post |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
996 sem_timedwait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
997 sem_trywait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
998 sem_unlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
999 sem_wait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1000 semctl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1001 semget |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1002 semop |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1003 send |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1004 sendmsg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1005 sendto |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1006 setbuf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1007 setcontext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1008 setegid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1009 setenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1010 seteuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1011 setgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1012 setgrent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1013 sethostent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1014 setitimer |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1015 setjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1016 setkey |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1017 setlocale |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1018 setlogmask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1019 setnetent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1020 setpgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1021 setpgrp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1022 setpriority |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1023 setprotoent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1024 setpwent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1025 setregid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1026 setreuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1027 setrlimit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1028 setservent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1029 setsid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1030 setsockopt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1031 setstate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1032 setuid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1033 setutxent |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1034 setvbuf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1035 shm_open |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1036 shm_unlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1037 shmat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1038 shmctl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1039 shmdt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1040 shmget |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1041 shutdown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1042 sigaction |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1043 sigaddset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1044 sigaltstack |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1045 sigdelset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1046 sigemptyset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1047 sigfillset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1048 sighold |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1049 sigignore |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1050 siginterrupt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1051 sigismember |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1052 siglongjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1053 signal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1054 signbit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1055 sigpause |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1056 sigpending |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1057 sigprocmask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1058 sigqueue |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1059 sigrelse |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1060 sigset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1061 sigsetjmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1062 sigsuspend |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1063 sigtimedwait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1064 sigwait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1065 sigwaitinfo |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1066 sin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1067 sinf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1068 sinh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1069 sinhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1070 sinhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1071 sinl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1072 sleep |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1073 snprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1074 sockatmark |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1075 socket |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1076 socketpair |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1077 sprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1078 sqrt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1079 sqrtf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1080 sqrtl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1081 srand |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1082 srand48 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1083 srandom |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1084 sscanf |
5979
5cc92ab8ce76
Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents:
5965
diff
changeset
|
1085 stat |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1086 statvfs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1087 stdin |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1088 strcasecmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1089 strcat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1090 strchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1091 strcmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1092 strcoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1093 strcpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1094 strcspn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1095 strdup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1096 strerror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1097 strerror_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1098 strfmon |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1099 strftime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1100 strlen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1101 strncasecmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1102 strncat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1103 strncmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1104 strncpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1105 strpbrk |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1106 strptime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1107 strrchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1108 strspn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1109 strstr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1110 strtod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1111 strtof |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1112 strtoimax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1113 strtok |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1114 strtok_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1115 strtol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1116 strtold |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1117 strtoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1118 strtoul |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1119 strtoull |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1120 strtoumax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1121 strxfrm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1122 swab |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1123 swapcontext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1124 swprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1125 swscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1126 symlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1127 sync |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1128 sysconf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1129 syslog |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1130 system |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1131 tan |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1132 tanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1133 tanh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1134 tanhf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1135 tanhl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1136 tanl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1137 tcdrain |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1138 tcflow |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1139 tcflush |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1140 tcgetattr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1141 tcgetpgrp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1142 tcgetsid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1143 tcsendbreak |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1144 tcsetattr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1145 tcsetpgrp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1146 tdelete |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1147 telldir |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1148 tempnam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1149 tfind |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1150 tgamma |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1151 tgammaf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1152 tgammal |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1153 time |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1154 timer_create |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1155 timer_delete |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1156 timer_getoverrun |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1157 timer_settime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1158 times |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1159 timezone |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1160 tmpfile |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1161 tmpnam |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1162 toascii |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1163 toc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1164 tolower |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1165 toupper |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1166 towctrans |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1167 towlower |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1168 towupper |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1169 trunc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1170 truncate |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1171 truncf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1172 truncl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1173 tsearch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1174 ttyname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1175 ttyname_r |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1176 twalk |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1177 tzname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1178 tzset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1179 ualarm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1180 ulimit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1181 umask |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1182 uname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1183 ungetc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1184 ungetwc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1185 unlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1186 unlockpt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1187 unsetenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1188 usleep |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1189 utime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1190 utimes |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1191 va_arg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1192 va_copy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1193 va_end |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1194 va_start |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1195 vfork |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1196 vfprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1197 vfscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1198 vfwprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1199 vfwscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1200 vprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1201 vscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1202 vsnprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1203 vsprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1204 vsscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1205 vswprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1206 vswscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1207 vwprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1208 vwscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1209 wait |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1210 waitid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1211 waitpid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1212 wcrtomb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1213 wcscat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1214 wcschr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1215 wcscmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1216 wcscoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1217 wcscpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1218 wcscspn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1219 wcsftime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1220 wcslen |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1221 wcsncat |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1222 wcsncmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1223 wcsncpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1224 wcspbrk |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1225 wcsrchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1226 wcsrtombs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1227 wcsspn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1228 wcsstr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1229 wcstod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1230 wcstof |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1231 wcstoimax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1232 wcstok |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1233 wcstol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1234 wcstold |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1235 wcstoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1236 wcstombs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1237 wcstoul |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1238 wcstoull |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1239 wcstoumax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1240 wcswcs |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1241 wcswidth |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1242 wcsxfrm |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1243 wctob |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1244 wctomb |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1245 wctrans |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1246 wctype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1247 wcwidth |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1248 wmemchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1249 wmemcmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1250 wmemcpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1251 wmemmove |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1252 wmemset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1253 wordexp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1254 wordfree |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1255 wprintf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1256 write |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1257 writev |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1258 wscanf |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1259 y0 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1260 y1 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1261 yn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1262 ' | sed -e "$sed_alt1" | tr -d "$trnl" | sed -e "$sed_alt2" -e "$sed_alt3"` |
4113 | 1263 |
1264 indent="" | |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1265 seen_modules= |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1266 seen_files= |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1267 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1268 # func_exit STATUS |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1269 # exit with status |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1270 func_exit () |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1271 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1272 (exit $1); exit $1 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1273 } |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1274 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1275 # func_tmpdir |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1276 # creates a temporary directory. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1277 # Sets variable |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1278 # - tmp pathname of freshly created temporary directory |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1279 func_tmpdir () |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1280 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1281 # Use the environment variable TMPDIR, falling back to /tmp. This allows |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1282 # users to specify a different temporary directory, for example, if their |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1283 # /tmp is filled up or too small. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1284 : ${TMPDIR=/tmp} |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1285 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1286 # Use the mktemp program if available. If not available, hide the error |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1287 # message. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1288 tmp=`(umask 077 && mktemp -d "$TMPDIR/MDXXXXXX") 2>/dev/null` && |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1289 test -n "$tmp" && test -d "$tmp" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1290 } || |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1291 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1292 # Use a simple mkdir command. It is guaranteed to fail if the directory |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1293 # already exists. $RANDOM is bash specific and expands to empty in shells |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1294 # other than bash, ksh and zsh. Its use does not increase security; |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1295 # rather, it minimizes the probability of failure in a very cluttered /tmp |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1296 # directory. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1297 tmp=$TMPDIR/MD$$-$RANDOM |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1298 (umask 077 && mkdir "$tmp") |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1299 } || |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1300 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1301 echo "$0: cannot create a temporary directory in $TMPDIR" >&2 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1302 func_exit 1 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1303 } |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1304 } |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1305 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1306 # func_append var value |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1307 # appends the given value to the shell variable var. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1308 if ( foo=bar; foo+=baz && test "$foo" = barbaz ) >/dev/null 2>&1; then |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1309 # Use bash's += operator. It reduces complexity of appending repeatedly to |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1310 # a single variable from O(n^2) to O(n). |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1311 func_append () |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1312 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1313 eval "$1+=\"\$2\"" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1314 } |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1315 else |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1316 func_append () |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1317 { |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1318 eval "$1=\"\$$1\$2\"" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1319 } |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1320 fi |
4113 | 1321 |
1322 # func_echo line | |
1323 # outputs line with indentation. | |
1324 func_echo () | |
1325 { | |
1326 echo "${indent}$*" | |
1327 } | |
1328 | |
1329 # func_indent | |
1330 # increases the indentation. | |
1331 func_indent () | |
1332 { | |
1333 indent="$indent " | |
1334 } | |
1335 | |
1336 # func_unindent | |
1337 # decreases the indentation. | |
1338 func_unindent () | |
1339 { | |
1340 indent=`echo "$indent" | sed -e 's/ $//'` | |
1341 } | |
1342 | |
1343 # func_begin tag [attribute...] | |
1344 # opens a HTML tag. | |
1345 func_begin () | |
1346 { | |
1347 func_echo "<$*>" | |
1348 func_indent | |
1349 } | |
1350 | |
1351 # func_end tag | |
1352 # closes a HTML tag. | |
1353 func_end () | |
1354 { | |
1355 func_unindent | |
1356 func_echo "</$1>" | |
1357 } | |
1358 | |
1359 # func_wrap tag [attribute...] | |
1360 # encloses $element in a HTML tag, without line breaks. | |
1361 func_wrap () | |
1362 { | |
1363 element="<$*>${element}</$1>" | |
1364 } | |
1365 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1366 # func_section_wrap sectiontag |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1367 # encloses $element in a HTML tag referring to the given tag. |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1368 func_section_wrap () |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1369 { |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1370 if test -n "$in_toc"; then |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1371 func_wrap A "HREF=\"#$1\"" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1372 else |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1373 func_wrap A "NAME=\"$1\"" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1374 fi |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1375 } |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1376 |
4113 | 1377 # func_begin_table |
1378 func_begin_table () | |
1379 { | |
1380 func_begin TABLE | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1381 if test -z "$in_toc"; then |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1382 func_begin TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1383 func_echo "<TH ALIGN=LEFT>modules/" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1384 func_echo "<TH ALIGN=LEFT>lib/" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1385 func_echo "<TH ALIGN=LEFT>lib/" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1386 func_echo "<TH ALIGN=LEFT>m4/" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1387 func_echo "<TH ALIGN=LEFT> " |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1388 func_end TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1389 func_begin TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1390 func_echo "<TH ALIGN=LEFT>Module" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1391 func_echo "<TH ALIGN=LEFT>Header" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1392 func_echo "<TH ALIGN=LEFT>Implementation" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1393 func_echo "<TH ALIGN=LEFT>Autoconf macro" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1394 func_echo "<TH ALIGN=LEFT>Depends on" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1395 func_end TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1396 fi |
4113 | 1397 } |
1398 | |
1399 # func_module module | |
1400 func_module () | |
1401 { | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1402 sed_remove_trailing_empty_line='${ |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
1403 /^$/d |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
1404 }' |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4113
diff
changeset
|
1405 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1406 if test -n "$in_toc"; then |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1407 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1408 func_begin TR "WIDTH=\"100%\"" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1409 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1410 element='<A HREF="#module='$1'">'$1'</A>' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1411 func_echo "<TD ALIGN=LEFT VALIGN=TOP WIDTH=\"20%\">$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1412 |
7325 | 1413 element=`gnulib-tool --extract-description $1 \ |
1414 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" \ | |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1415 -e 's,^, ,' \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1416 -e 's,\([^a-zA-Z]\)'"${posix_functions}"'(),\1<A HREF="'"$POSIX2001_URL"'xsh/\2.html">\2</A>(),g' \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1417 -e 's,^ ,,'` |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1418 func_echo "<TD ALIGN=LEFT VALIGN=TOP WIDTH=\"80%\">$element" |
4113 | 1419 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1420 func_end TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1421 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1422 else |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1423 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1424 func_begin TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1425 |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
1426 element='<A NAME="module='$1'"></A><A HREF="'$repo_url_prefix'modules/'$1$repo_url_suffix'">'$1'</A>' |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1427 func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1428 |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1429 includes=`gnulib-tool --extract-include-directive $1` |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1430 files=`gnulib-tool --extract-filelist $1` |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1431 element=`echo "$includes" \ |
7325 | 1432 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" \ |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
1433 -e 's,^#include "\(.*\)"$,#include "<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>",' \ |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1434 -e 's,^#include <'"${posix_headers}"'\.h>$,#include \<<A HREF="'"$POSIX2001_URL"'xbd/\1.h.html">\1.h</A>\>,' \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1435 -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'` |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1436 test -n "$element" || element='---' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1437 func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element" |
4113 | 1438 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1439 sed_choose_unconditional_nonstandard_include='s,^#include "\(.*\)"$,\1,p' |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1440 includefile=`echo "$includes" \ |
7325 | 1441 | sed -n -e "$sed_choose_unconditional_nonstandard_include" \ |
1442 | sed -e "$sed_escape_dot" | tr -d "$trnl"` | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1443 sed_choose_lib_files='s,^lib/\(.*\)$,\1,p' |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1444 element=`echo "$files" \ |
7325 | 1445 | sed -e '/^$/d' \ |
1446 | sed -n -e "$sed_choose_lib_files" \ | |
1447 | sed -e '/^'"${includefile}"'$/d' \ | |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
1448 -e 's,^\(.*\)$,<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>,' \ |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1449 -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'` |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1450 test -n "$element" || element='---' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1451 func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element" |
4113 | 1452 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1453 sed_choose_m4_files='s,^m4/\(.*\)$,\1,p' |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1454 element=`(echo "$files" \ |
7325 | 1455 | sed -e "$sed_remove_trailing_empty_line" \ |
1456 | sed -n -e "$sed_choose_m4_files" \ | |
1457 | sed -e '/^onceonly/d' \ | |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
1458 -e 's,^\(.*\)$,<A HREF="'$repo_url_prefix'm4/\1'$repo_url_suffix_repl'">\1</A>,'; \ |
7325 | 1459 gnulib-tool --extract-autoconf-snippet $1 \ |
1460 | sed -e "$sed_remove_trailing_empty_line") \ | |
1461 | sed -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'` | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1462 test -n "$element" || element='---' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1463 func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element" |
4113 | 1464 |
7325 | 1465 element=`gnulib-tool --extract-dependencies $1 \ |
1466 | sed -e "$sed_remove_trailing_empty_line" \ | |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1467 -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'` |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1468 test -n "$element" || element='---' |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1469 func_echo "<TD ALIGN=LEFT VALIGN=TOP>$element" |
4113 | 1470 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1471 func_end TR |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1472 |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1473 func_append seen_modules " $1" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
1474 func_append seen_files " $files" |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1475 fi |
4113 | 1476 } |
1477 | |
1478 # func_end_table | |
1479 func_end_table () | |
1480 { | |
1481 func_end TABLE | |
1482 } | |
1483 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1484 # func_all_modules |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1485 func_all_modules () |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1486 { |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1487 element="Support for systems lacking ANSI C 89" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1488 func_section_wrap ansic_sup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1489 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1490 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1491 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1492 func_begin_table |
4201 | 1493 func_module exit |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1494 func_module atexit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1495 func_module strtod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1496 func_module strtol |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1497 func_module strtoul |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1498 func_module memchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1499 func_module memcmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1500 func_module memcpy |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1501 func_module memmove |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1502 func_module memset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1503 func_module strcspn |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1504 func_module strpbrk |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1505 func_module strerror |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1506 func_module mktime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1507 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1508 |
5886
775f86a9883a
Slight change in wording about C89 support modules.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
1509 func_echo 'Most of these modules are not listed among dependencies below, for simplicity.' |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1510 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1511 element="Enhancements for ANSI C 89 functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1512 func_section_wrap ansic_enh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1513 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1514 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1515 |
6267
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1516 element="Diagnostics <assert.h>" |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1517 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1518 func_section_wrap ansic_enh_assert_diagnostics |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1519 func_wrap H3 |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1520 func_echo "$element" |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1521 |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1522 func_begin_table |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1523 func_module assert |
6267
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1524 func_module verify |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1525 func_end_table |
58c87cabeb1c
* modules/verify: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6237
diff
changeset
|
1526 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1527 element="Memory management functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1528 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1529 func_section_wrap ansic_enh_stdlib_memory |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1530 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1531 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1532 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1533 func_begin_table |
5090
c95736363690
(func_all_modules): Add calloc, to match
Paul Eggert <eggert@cs.ucla.edu>
parents:
5004
diff
changeset
|
1534 func_module calloc |
4922 | 1535 func_module eealloc |
5004
0d750c5a291b
(func_all_modules): Add cloexec, inttostr, free, tzset.
Jim Meyering <jim@meyering.net>
parents:
4940
diff
changeset
|
1536 func_module free |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1537 func_module malloc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1538 func_module realloc |
5682
f8c8874bd832
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5655
diff
changeset
|
1539 func_module pagealign_alloc |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1540 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1541 |
8046
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1542 element="Sorting functions <stdlib.h>" |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1543 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1544 func_section_wrap ansic_enh_stdlib_sorting |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1545 func_wrap H3 |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1546 func_echo "$element" |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1547 |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1548 func_begin_table |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1549 func_module mpsort |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1550 func_end_table |
d95ff1660f83
* MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7973
diff
changeset
|
1551 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1552 element="Date and time <time.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1553 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1554 func_section_wrap ansic_enh_time_datetime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1555 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1556 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1557 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1558 func_begin_table |
6492
f65821c002c5
(Date and time <time.h>): Add fprintftime.
Jim Meyering <jim@meyering.net>
parents:
6360
diff
changeset
|
1559 func_module fprintftime |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1560 func_module strftime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1561 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1562 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1563 element="Extra functions based on ANSI C 89" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1564 func_section_wrap ansic_ext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1565 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1566 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1567 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1568 element="Memory management functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1569 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1570 func_section_wrap ansic_ext_stdlib_memory |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1571 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1572 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1573 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1574 func_begin_table |
4883
e36fe7f8dec3
Add xsize. Forgotten commit on 2003-11-04.
Bruno Haible <bruno@clisp.org>
parents:
4802
diff
changeset
|
1575 func_module xsize |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1576 func_module xalloc |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1577 func_module xalloc-die |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1578 func_module alloca |
5273 | 1579 func_module alloca-opt |
4924 | 1580 func_module allocsa |
4926 | 1581 func_module xallocsa |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1582 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1583 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1584 element="Integer arithmetic functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1585 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1586 func_section_wrap ansic_ext_stdlib_arith |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1587 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1588 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1589 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1590 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1591 func_module gcd |
4207 | 1592 func_module minmax |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1593 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1594 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1595 element="Environment variables <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1596 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1597 func_section_wrap ansic_ext_stdlib_env |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1598 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1599 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1600 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1601 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1602 func_module putenv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1603 func_module setenv |
4215 | 1604 func_module xsetenv |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1605 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1606 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1607 element="Character handling <ctype.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1608 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1609 func_section_wrap ansic_ext_ctype |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1610 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1611 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1612 |
4221 | 1613 func_begin_table |
1614 func_module c-ctype | |
1615 func_end_table | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1616 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1617 element="String handling <string.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1618 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1619 func_section_wrap ansic_ext_string |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1620 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1621 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1622 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1623 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1624 func_module bcopy |
5317
55fa1d36be4b
(Extra functions based on ANSI C 89): Add memmem.
Simon Josefsson <simon@josefsson.org>
parents:
5292
diff
changeset
|
1625 func_module memmem |
4456 | 1626 func_module mempcpy |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1627 func_module memrchr |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1628 func_module stpcpy |
4221 | 1629 func_module stpncpy |
6359 | 1630 func_module c-strcase |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1631 func_module strcase |
7935
6de574c3019f
New modules streq, c-strcaseeq.
Bruno Haible <bruno@clisp.org>
parents:
7919
diff
changeset
|
1632 func_module c-strcaseeq |
6360 | 1633 func_module c-strcasestr |
6058 | 1634 func_module strcasestr |
4388
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
1635 func_module strchrnul |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1636 func_module strdup |
7935
6de574c3019f
New modules streq, c-strcaseeq.
Bruno Haible <bruno@clisp.org>
parents:
7919
diff
changeset
|
1637 func_module streq |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1638 func_module strnlen |
6047 | 1639 func_module strnlen1 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1640 func_module strndup |
5292 | 1641 func_module strsep |
7209 | 1642 func_module c-strstr |
7258
448f74ab8f39
New 'trim' module, from Davide Angelocola <davide.angelocola@tiscali.it>.
Bruno Haible <bruno@clisp.org>
parents:
7235
diff
changeset
|
1643 func_module trim |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1644 #func_module fstrcmp |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4524
diff
changeset
|
1645 func_module xstrndup |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1646 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1647 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1648 element="Numeric conversion functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1649 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1650 func_section_wrap ansic_ext_stdlib_conv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1651 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1652 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1653 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1654 func_begin_table |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1655 func_module c-strtod |
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1656 func_module c-strtold |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1657 func_module xstrtod |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1658 func_module xstrtol |
6912 | 1659 func_module xstrtold |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1660 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1661 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1662 element="Date and time <time.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1663 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1664 func_section_wrap ansic_ext_time_datetime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1665 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1666 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1667 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1668 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1669 func_module getdate |
4616 | 1670 func_module timegm |
5004
0d750c5a291b
(func_all_modules): Add cloexec, inttostr, free, tzset.
Jim Meyering <jim@meyering.net>
parents:
4940
diff
changeset
|
1671 func_module tzset |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1672 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1673 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1674 element="Input/Output <stdio.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1675 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1676 func_section_wrap ansic_ext_stdio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1677 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1678 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1679 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1680 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1681 func_module unlocked-io |
4715 | 1682 func_module fwriteerror |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1683 func_module vasnprintf |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1684 func_module vasprintf |
5218 | 1685 func_module xvasprintf |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1686 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1687 |
4770 | 1688 element="Signal handling <signal.h>" |
1689 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1690 func_section_wrap ansic_ext_signal | |
1691 func_wrap H3 | |
1692 func_echo "$element" | |
1693 | |
1694 func_begin_table | |
1695 func_module fatal-signal | |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1696 func_module raise |
4770 | 1697 func_end_table |
1698 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1699 element="Command-line arguments" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1700 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1701 func_section_wrap ansic_ext_argv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1702 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1703 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1704 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1705 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1706 func_module argmatch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1707 func_module version-etc |
5606
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5601
diff
changeset
|
1708 func_module version-etc-fsf |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1709 func_module long-options |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1710 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1711 |
6985
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1712 element="Container data structures" |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1713 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1714 func_section_wrap ansic_ext_container |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1715 func_wrap H3 |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1716 func_echo "$element" |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1717 |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1718 func_begin_table |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1719 func_module list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1720 func_module array-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1721 func_module carray-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1722 func_module linked-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1723 func_module avltree-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1724 func_module rbtree-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1725 func_module linkedhash-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1726 func_module avltreehash-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1727 func_module rbtreehash-list |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1728 func_module oset |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1729 func_module array-oset |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1730 func_module avltree-oset |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1731 func_module rbtree-oset |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1732 func_end_table |
411396e3f40c
New modules for lists and ordered sets.
Bruno Haible <bruno@clisp.org>
parents:
6970
diff
changeset
|
1733 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1734 element="Cryptographic computations" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1735 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1736 func_section_wrap ansic_ext_crypto |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1737 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1738 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1739 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1740 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1741 func_module md5 |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1742 func_module sha1 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1743 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1744 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1745 element="Misc" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1746 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1747 func_section_wrap ansic_ext_misc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1748 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1749 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1750 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1751 func_begin_table |
5498 | 1752 func_module base64 |
6028
5c3c29f4daf9
Fix typo in last commit.
Simon Josefsson <simon@josefsson.org>
parents:
6027
diff
changeset
|
1753 func_module check-version |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1754 func_module diacrit |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1755 func_module getline |
6027
306d44610193
* MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents:
6002
diff
changeset
|
1756 func_module getdelim |
4460 | 1757 func_module getnline |
4463 | 1758 func_module getndelim2 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1759 func_module linebuffer |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1760 func_module obstack |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1761 func_module hash-pjw |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1762 func_module hash |
6027
306d44610193
* MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents:
6002
diff
changeset
|
1763 func_module readline |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1764 func_module readtokens |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1765 func_module readtokens0 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1766 func_module strverscmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1767 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1768 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1769 element="Support for systems lacking ISO C 99" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1770 func_section_wrap isoc_sup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1771 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1772 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1773 |
7564
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1774 element="Core language properties" |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1775 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1776 func_section_wrap isoc_core_properties |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1777 func_wrap H3 |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1778 func_echo "$element" |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1779 |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1780 func_begin_table |
7610
e856370de785
* MODULES.html.sh (Core language properties): New module flexmember.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7606
diff
changeset
|
1781 func_module flexmember |
7564
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1782 func_module vararrays |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1783 func_end_table |
a2d76523d6bc
* modules/vararrays: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7557
diff
changeset
|
1784 |
5601
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1785 element="Sizes of integer types <limits.h>" |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1786 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1787 func_section_wrap isoc_sup_limits |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1788 func_wrap H3 |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1789 func_echo "$element" |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1790 |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1791 func_begin_table |
6027
306d44610193
* MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents:
6002
diff
changeset
|
1792 func_module size_max |
5601
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1793 func_end_table |
6445e932e417
(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
1794 |
6774 | 1795 element="Variable arguments <stdarg.h>" |
1796 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1797 func_section_wrap isoc_sup_stdarg | |
1798 func_wrap H3 | |
1799 func_echo "$element" | |
1800 | |
1801 func_begin_table | |
1802 func_module stdarg | |
1803 func_end_table | |
1804 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1805 element="Boolean type and values <stdbool.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1806 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1807 func_section_wrap isoc_sup_stdbool |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1808 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1809 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1810 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1811 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1812 func_module stdbool |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1813 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1814 |
5219 | 1815 element="Integer types and values <stdint.h>" |
1816 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1817 func_section_wrap isoc_sup_stdint | |
1818 func_wrap H3 | |
1819 func_echo "$element" | |
1820 | |
1821 func_begin_table | |
1822 func_module stdint | |
1823 func_end_table | |
1824 | |
5283
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1825 element="Input/output <stdio.h>" |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1826 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1827 func_section_wrap isoc_sup_stdio |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1828 func_wrap H3 |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1829 func_echo "$element" |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1830 |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1831 func_begin_table |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1832 func_module snprintf |
5340 | 1833 func_module vsnprintf |
5283
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1834 func_end_table |
dc424f1dfc9f
snprintf is C 99, not just POSIX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5282
diff
changeset
|
1835 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1836 element="Numeric conversion functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1837 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1838 func_section_wrap isoc_sup_stdlib_conv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1839 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1840 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1841 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1842 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1843 func_module strtoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1844 func_module strtoull |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1845 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1846 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1847 element="Functions for greatest-width integer types <inttypes.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1848 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1849 func_section_wrap isoc_sup_inttypes |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1850 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1851 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1852 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1853 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1854 func_module strtoimax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1855 func_module strtoumax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1856 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1857 |
7860
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1858 element="Extended multibyte and wide character utilities <wchar.h>" |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1859 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1860 func_section_wrap isoc_sup_wchar |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1861 func_wrap H3 |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1862 func_echo "$element" |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1863 |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1864 func_begin_table |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1865 func_module wchar |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1866 func_end_table |
708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
Eric Blake <ebb9@byu.net>
parents:
7849
diff
changeset
|
1867 |
7738 | 1868 element="Wide character classification and mapping utilities <wctype.h>" |
1869 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1870 func_section_wrap isoc_sup_wctype | |
1871 func_wrap H3 | |
1872 func_echo "$element" | |
1873 | |
1874 func_begin_table | |
1875 func_module wctype | |
1876 func_end_table | |
1877 | |
4240 | 1878 element="Mathematics <math.h>" |
1879 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1880 func_section_wrap isoc_sup_math | |
1881 func_wrap H3 | |
1882 func_echo "$element" | |
1883 | |
1884 func_begin_table | |
1885 func_module mathl | |
1886 func_end_table | |
1887 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1888 element="Enhancements for ISO C 99 functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1889 func_section_wrap isoc_enh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1890 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1891 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1892 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1893 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1894 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1895 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1896 element="Extra functions based on ISO C 99" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1897 func_section_wrap isoc_ext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1898 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1899 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1900 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1901 element="Numeric conversion functions <stdlib.h>" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1902 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1903 func_section_wrap isoc_ext_stdlib_conv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1904 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1905 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1906 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1907 func_begin_table |
6657
25df81cf2f51
* modules/intprops: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
1908 func_module intprops |
5004
0d750c5a291b
(func_all_modules): Add cloexec, inttostr, free, tzset.
Jim Meyering <jim@meyering.net>
parents:
4940
diff
changeset
|
1909 func_module inttostr |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1910 func_module xstrtoimax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1911 func_module xstrtoumax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1912 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1913 |
6044 | 1914 element="Extended multibyte and wide character utilities <wchar.h>" |
1915 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
1916 func_section_wrap isoc_ext_wchar_mb | |
1917 func_wrap H3 | |
1918 func_echo "$element" | |
1919 | |
1920 func_begin_table | |
1921 func_module mbchar | |
6045 | 1922 func_module mbiter |
6055 | 1923 func_module mbuiter |
6046 | 1924 func_module mbfile |
6044 | 1925 func_end_table |
1926 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1927 element="Support for systems lacking POSIX:2001" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1928 func_section_wrap posix_sup |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1929 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1930 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1931 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1932 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1933 func_module chown |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1934 func_module dup2 |
7863 | 1935 func_module fchdir |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1936 func_module ftruncate |
5408 | 1937 func_module getaddrinfo |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
1938 func_module getcwd |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1939 func_module getgroups |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4762
diff
changeset
|
1940 func_module gethostname |
5889
ae0c1303f175
* MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents:
5886
diff
changeset
|
1941 func_module getlogin_r |
5138 | 1942 func_module getsubopt |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1943 func_module gettimeofday |
5825 | 1944 func_module inet_ntop |
6850 | 1945 func_module inet_pton |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1946 func_module mkdir |
7575
483757159eb6
* MODULES.html.sh: Document tempname.
Eric Blake <ebb9@byu.net>
parents:
7564
diff
changeset
|
1947 func_module mkdtemp |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1948 func_module mkstemp |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1949 func_module poll |
4405 | 1950 func_module readlink |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1951 func_module lstat |
7575
483757159eb6
* MODULES.html.sh: Document tempname.
Eric Blake <ebb9@byu.net>
parents:
7564
diff
changeset
|
1952 func_module tempname |
4621
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1953 func_module time_r |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1954 func_module timespec |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1955 func_module nanosleep |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1956 func_module regex |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1957 func_module rename |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1958 func_module rmdir |
7503 | 1959 func_module sigprocmask |
6031 | 1960 func_module ssize_t |
8048
005cc63d6763
New module 'strptime'. Initial fixes.
Bruno Haible <bruno@clisp.org>
parents:
8046
diff
changeset
|
1961 func_module strptime |
5434 | 1962 func_module strtok_r |
6899
4f743199c786
* MODULES.html.sh: Add sys_stat.
Eric Blake <ebb9@byu.net>
parents:
6889
diff
changeset
|
1963 func_module sys_stat |
7897
b7a83a69ac23
* MODULES.html.sh (Support for systems lacking POSIX:2001): New
Paul Eggert <eggert@cs.ucla.edu>
parents:
7882
diff
changeset
|
1964 func_module sys_time |
7585 | 1965 func_module tsearch |
6691
a5b9b6b26301
* MODULES.html.sh (Support for systems lacking POSIX:2001):
Paul Eggert <eggert@cs.ucla.edu>
parents:
6657
diff
changeset
|
1966 func_module unistd |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1967 func_module utime |
6878 | 1968 func_module wcwidth |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1969 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1970 |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1971 element="Compatibility checks for POSIX:2001 functions" |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1972 func_section_wrap posix_compat |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1973 func_wrap H2 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1974 func_echo "$element" |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1975 |
7194 | 1976 func_begin_table |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1977 func_module d-ino |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1978 func_module d-type |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1979 func_module link-follow |
7306 | 1980 func_module rename-dest-slash |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1981 func_module rmdir-errno |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1982 func_module unlink-busy |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1983 func_module winsz-ioctl |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1984 func_module winsz-termios |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1985 func_end_table |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
1986 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1987 element="Enhancements for POSIX:2001 functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1988 func_section_wrap posix_enh |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1989 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1990 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1991 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1992 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1993 func_module dirname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1994 func_module getopt |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1995 func_module unistd-safer |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1996 func_module fnmatch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1997 func_module fnmatch-posix |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
1998 func_module fnmatch-gnu |
5898
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5889
diff
changeset
|
1999 func_module glob |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2000 func_module exclude |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2001 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2002 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2003 element="Extra functions based on POSIX:2001" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2004 func_section_wrap posix_ext |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2005 func_wrap H2 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2006 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2007 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2008 element="Numeric conversion functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2009 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2010 func_section_wrap posix_ext_conv |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2011 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2012 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2013 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2014 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2015 func_module human |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2016 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2017 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2018 element="File system functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2019 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2020 func_section_wrap posix_ext_filesys |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2021 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2022 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2023 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2024 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2025 func_module acl |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2026 func_module backupfile |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
2027 func_module canonicalize |
7606
2ffea8d27e08
* MODULES.html.sh (File system functions): New module
Paul Eggert <eggert@cs.ucla.edu>
parents:
7585
diff
changeset
|
2028 func_module canonicalize-lgpl |
7044 | 2029 func_module clean-temp |
4269 | 2030 func_module copy-file |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
2031 func_module cycle-check |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2032 func_module fsusage |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2033 func_module dirfd |
7727
9711a2d74170
* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7678
diff
changeset
|
2034 func_module double-slash-root |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2035 func_module euidaccess |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2036 func_module file-type |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2037 func_module fileblocks |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2038 func_module filemode |
5907 | 2039 func_module filenamecat |
5872 | 2040 func_module fts |
2041 func_module fts-lgpl | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2042 func_module isdir |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2043 func_module lchmod |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2044 func_module lchown |
6970
31455307b983
Fix mispelling in previous change: mkancestors -> mkancesdirs
Paul Eggert <eggert@cs.ucla.edu>
parents:
6969
diff
changeset
|
2045 func_module mkancesdirs |
5907 | 2046 func_module mkdir-p |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2047 func_module modechange |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2048 func_module mountlist |
7678
1757949a7c72
* MODULES.html.sh (File system functions): Add openat.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7656
diff
changeset
|
2049 func_module openat |
4271 | 2050 func_module pathname |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2051 func_module pathmax |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2052 func_module same |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2053 func_module save-cwd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2054 func_module savedir |
7312
796e1837ac66
* lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7306
diff
changeset
|
2055 func_module savewd |
6237
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6113
diff
changeset
|
2056 func_module stat-time |
7043 | 2057 func_module tmpdir |
5852 | 2058 func_module unlinkdir |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
2059 func_module utimecmp |
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
2060 func_module utimens |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2061 func_module xgetcwd |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2062 func_module xreadlink |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2063 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2064 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2065 element="File descriptor based Input/Output" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2066 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2067 func_section_wrap posix_ext_filedesc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2068 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2069 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2070 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2071 func_begin_table |
6098
e334970e0ec6
(File descriptor based Input/Output): Add fcntl-safer.
Jim Meyering <jim@meyering.net>
parents:
6058
diff
changeset
|
2072 func_module fcntl-safer |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2073 func_module safe-read |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2074 func_module safe-write |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2075 func_module full-read |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2076 func_module full-write |
4273 | 2077 func_module binary-io |
7233
ec85aace506a
* modules/isapipe: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7209
diff
changeset
|
2078 func_module isapipe |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2079 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2080 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2081 element="File stream based Input/Output" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2082 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2083 func_section_wrap posix_ext_filestream |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2084 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2085 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2086 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2087 func_begin_table |
7046
5b0836e010ca
* MODULES.html.sh (File stream based Input/Output):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7044
diff
changeset
|
2088 func_module close-stream |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2089 func_module closeout |
7046
5b0836e010ca
* MODULES.html.sh (File stream based Input/Output):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7044
diff
changeset
|
2090 func_module fopen-safer |
5b0836e010ca
* MODULES.html.sh (File stream based Input/Output):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7044
diff
changeset
|
2091 func_module fpending |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2092 func_module getpass |
4490 | 2093 func_module getpass-gnu |
7046
5b0836e010ca
* MODULES.html.sh (File stream based Input/Output):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7044
diff
changeset
|
2094 func_module stdlib-safer |
5b0836e010ca
* MODULES.html.sh (File stream based Input/Output):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7044
diff
changeset
|
2095 func_module tmpfile-safer |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2096 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2097 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2098 element="Users and groups" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2099 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2100 func_section_wrap posix_ext_uidgid |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2101 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2102 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2103 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2104 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2105 func_module getugroups |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2106 func_module group-member |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2107 func_module idcache |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2108 func_module userspec |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2109 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2110 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2111 element="Date and time" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2112 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2113 func_section_wrap posix_ext_datetime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2114 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2115 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2116 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2117 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2118 func_module gettime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2119 func_module settime |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2120 func_module posixtm |
5203
489bbed47b3a
Add xalloc-die, c-strtod, c-strtold, raise,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5138
diff
changeset
|
2121 func_module xnanosleep |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2122 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2123 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2124 element="Networking functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2125 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2126 func_section_wrap posix_ext_net |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2127 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2128 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2129 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2130 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2131 func_module xgethostname |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2132 func_module canon-host |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2133 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2134 |
5994 | 2135 element="Multithreading" |
2136 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
2137 func_section_wrap posix_ext_thread | |
2138 func_wrap H3 | |
2139 func_echo "$element" | |
2140 | |
2141 func_begin_table | |
2142 func_module lock | |
6042 | 2143 func_module tls |
5994 | 2144 func_end_table |
2145 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2146 element="Internationalization functions" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2147 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2148 func_section_wrap posix_ext_i18n |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2149 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2150 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2151 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2152 func_begin_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2153 func_module gettext |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5933
diff
changeset
|
2154 func_module gettext-h |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2155 func_module iconv |
7263
461dfc79ca17
New modules 'striconv' and 'xstriconv'.
Bruno Haible <bruno@clisp.org>
parents:
7258
diff
changeset
|
2156 func_module striconv |
461dfc79ca17
New modules 'striconv' and 'xstriconv'.
Bruno Haible <bruno@clisp.org>
parents:
7258
diff
changeset
|
2157 func_module xstriconv |
7882 | 2158 func_module striconveh |
7919 | 2159 func_module striconveha |
5655
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5628
diff
changeset
|
2160 func_module iconvme |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2161 func_module localcharset |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2162 func_module hard-locale |
8083 | 2163 func_module mbschr |
8085 | 2164 func_module mbsrchr |
8088
56a0105d8cf3
New module 'mbsstr'. Remove module 'strstr'.
Bruno Haible <bruno@clisp.org>
parents:
8085
diff
changeset
|
2165 func_module mbsstr |
8091
ebf2b19b5684
New module 'mbscasecmp'. strcasecmp is not expected to work with multibyte
Bruno Haible <bruno@clisp.org>
parents:
8088
diff
changeset
|
2166 func_module mbscasecmp |
8098
cc3f4a2db5b0
New module 'mbscasestr'. Reduced goal of 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents:
8091
diff
changeset
|
2167 func_module mbscasestr |
8103 | 2168 func_module mbscspn |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2169 func_module mbswidth |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2170 func_module memcasecmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2171 func_module memcoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2172 func_module xmemcoll |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2173 func_module unicodeio |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2174 func_module rpmatch |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2175 func_module yesno |
7791
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2176 func_module linebreak |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2177 func_module bison-i18n |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2178 func_end_table |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2179 |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2180 element="Unicode string functions" |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2181 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2182 func_section_wrap posix_ext_unicode |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2183 func_wrap H3 |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2184 func_echo "$element" |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2185 |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2186 func_begin_table |
dc1b4b5f8246
Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
7754
diff
changeset
|
2187 func_module unitypes |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
2188 func_module ucs4-utf8 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
2189 func_module ucs4-utf16 |
8062
e6aed2dfd436
Fix module name list after recent renamings.
Bruno Haible <bruno@clisp.org>
parents:
8048
diff
changeset
|
2190 func_module utf8-ucs4-unsafe |
e6aed2dfd436
Fix module name list after recent renamings.
Bruno Haible <bruno@clisp.org>
parents:
8048
diff
changeset
|
2191 func_module utf16-ucs4-unsafe |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
2192 func_module utf8-ucs4 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
2193 func_module utf16-ucs4 |
7848 | 2194 func_module unistr/base |
2195 func_module unistr/u8-to-u16 | |
2196 func_module unistr/u8-to-u32 | |
2197 func_module unistr/u16-to-u8 | |
2198 func_module unistr/u16-to-u32 | |
2199 func_module unistr/u32-to-u8 | |
2200 func_module unistr/u32-to-u16 | |
2201 func_module unistr/u8-check | |
2202 func_module unistr/u16-check | |
2203 func_module unistr/u32-check | |
2204 func_module unistr/u8-chr | |
2205 func_module unistr/u16-chr | |
2206 func_module unistr/u32-chr | |
2207 func_module unistr/u8-cmp | |
2208 func_module unistr/u16-cmp | |
2209 func_module unistr/u32-cmp | |
2210 func_module unistr/u8-cpy | |
2211 func_module unistr/u16-cpy | |
2212 func_module unistr/u32-cpy | |
2213 func_module unistr/u8-cpy-alloc | |
2214 func_module unistr/u16-cpy-alloc | |
2215 func_module unistr/u32-cpy-alloc | |
2216 func_module unistr/u8-endswith | |
2217 func_module unistr/u16-endswith | |
2218 func_module unistr/u32-endswith | |
2219 func_module unistr/u8-mblen | |
2220 func_module unistr/u16-mblen | |
2221 func_module unistr/u32-mblen | |
8062
e6aed2dfd436
Fix module name list after recent renamings.
Bruno Haible <bruno@clisp.org>
parents:
8048
diff
changeset
|
2222 func_module unistr/u8-mbtouc-unsafe |
e6aed2dfd436
Fix module name list after recent renamings.
Bruno Haible <bruno@clisp.org>
parents:
8048
diff
changeset
|
2223 func_module unistr/u16-mbtouc-unsafe |
e6aed2dfd436
Fix module name list after recent renamings.
Bruno Haible <bruno@clisp.org>
parents:
8048
diff
changeset
|
2224 func_module unistr/u32-mbtouc-unsafe |
7848 | 2225 func_module unistr/u8-mbtouc |
2226 func_module unistr/u16-mbtouc | |
2227 func_module unistr/u32-mbtouc | |
2228 func_module unistr/u8-move | |
2229 func_module unistr/u16-move | |
2230 func_module unistr/u32-move | |
2231 func_module unistr/u8-next | |
2232 func_module unistr/u16-next | |
2233 func_module unistr/u32-next | |
2234 func_module unistr/u8-prev | |
2235 func_module unistr/u16-prev | |
2236 func_module unistr/u32-prev | |
2237 func_module unistr/u8-set | |
2238 func_module unistr/u16-set | |
2239 func_module unistr/u32-set | |
2240 func_module unistr/u8-startswith | |
2241 func_module unistr/u16-startswith | |
2242 func_module unistr/u32-startswith | |
2243 func_module unistr/u8-stpcpy | |
2244 func_module unistr/u16-stpcpy | |
2245 func_module unistr/u32-stpcpy | |
2246 func_module unistr/u8-stpncpy | |
2247 func_module unistr/u16-stpncpy | |
2248 func_module unistr/u32-stpncpy | |
2249 func_module unistr/u8-strcat | |
2250 func_module unistr/u16-strcat | |
2251 func_module unistr/u32-strcat | |
2252 func_module unistr/u8-strchr | |
2253 func_module unistr/u16-strchr | |
2254 func_module unistr/u32-strchr | |
2255 func_module unistr/u8-strcmp | |
2256 func_module unistr/u16-strcmp | |
2257 func_module unistr/u32-strcmp | |
2258 func_module unistr/u8-strcpy | |
2259 func_module unistr/u16-strcpy | |
2260 func_module unistr/u32-strcpy | |
2261 func_module unistr/u8-strcspn | |
2262 func_module unistr/u16-strcspn | |
2263 func_module unistr/u32-strcspn | |
2264 func_module unistr/u8-strdup | |
2265 func_module unistr/u16-strdup | |
2266 func_module unistr/u32-strdup | |
2267 func_module unistr/u8-strlen | |
2268 func_module unistr/u16-strlen | |
2269 func_module unistr/u32-strlen | |
2270 func_module unistr/u8-strmblen | |
2271 func_module unistr/u16-strmblen | |
2272 func_module unistr/u32-strmblen | |
2273 func_module unistr/u8-strmbtouc | |
2274 func_module unistr/u16-strmbtouc | |
2275 func_module unistr/u32-strmbtouc | |
2276 func_module unistr/u8-strncat | |
2277 func_module unistr/u16-strncat | |
2278 func_module unistr/u32-strncat | |
2279 func_module unistr/u8-strncmp | |
2280 func_module unistr/u16-strncmp | |
2281 func_module unistr/u32-strncmp | |
2282 func_module unistr/u8-strncpy | |
2283 func_module unistr/u16-strncpy | |
2284 func_module unistr/u32-strncpy | |
2285 func_module unistr/u8-strnlen | |
2286 func_module unistr/u16-strnlen | |
2287 func_module unistr/u32-strnlen | |
2288 func_module unistr/u8-strpbrk | |
2289 func_module unistr/u16-strpbrk | |
2290 func_module unistr/u32-strpbrk | |
2291 func_module unistr/u8-strrchr | |
2292 func_module unistr/u16-strrchr | |
2293 func_module unistr/u32-strrchr | |
2294 func_module unistr/u8-strspn | |
2295 func_module unistr/u16-strspn | |
2296 func_module unistr/u32-strspn | |
2297 func_module unistr/u8-strstr | |
2298 func_module unistr/u16-strstr | |
2299 func_module unistr/u32-strstr | |
2300 func_module unistr/u8-strtok | |
2301 func_module unistr/u16-strtok | |
2302 func_module unistr/u32-strtok | |
2303 func_module unistr/u8-uctomb | |
2304 func_module unistr/u16-uctomb | |
2305 func_module unistr/u32-uctomb | |
7973 | 2306 func_module uniconv/base |
2307 func_module uniconv/u8-conv-from-enc | |
2308 func_module uniconv/u16-conv-from-enc | |
2309 func_module uniconv/u32-conv-from-enc | |
2310 func_module uniconv/u8-strconv-from-enc | |
2311 func_module uniconv/u16-strconv-from-enc | |
2312 func_module uniconv/u32-strconv-from-enc | |
2313 func_module uniconv/u8-strconv-to-enc | |
2314 func_module uniconv/u16-strconv-to-enc | |
2315 func_module uniconv/u32-strconv-to-enc | |
2316 func_module uniconv/u8-strconv-from-locale | |
2317 func_module uniconv/u16-strconv-from-locale | |
2318 func_module uniconv/u32-strconv-from-locale | |
2319 func_module uniconv/u8-strconv-to-locale | |
2320 func_module uniconv/u16-strconv-to-locale | |
2321 func_module uniconv/u32-strconv-to-locale | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2322 func_end_table |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2323 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2324 element="Executing programs" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2325 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2326 func_section_wrap posix_ext_exec |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2327 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2328 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2329 |
4294 | 2330 func_begin_table |
5004
0d750c5a291b
(func_all_modules): Add cloexec, inttostr, free, tzset.
Jim Meyering <jim@meyering.net>
parents:
4940
diff
changeset
|
2331 func_module cloexec |
4294 | 2332 func_module findprog |
4802 | 2333 func_module wait-process |
4936 | 2334 func_module execute |
4940 | 2335 func_module pipe |
5598 | 2336 func_module sh-quote |
4294 | 2337 func_end_table |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2338 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2339 element="Java" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2340 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2341 func_section_wrap posix_ext_java |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2342 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2343 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2344 |
5608 | 2345 func_begin_table |
2346 func_module classpath | |
5628 | 2347 func_module javacomp |
5627 | 2348 func_module javaexec |
7018 | 2349 func_module javaversion |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2350 #func_module gcj |
5608 | 2351 func_end_table |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2352 |
5902 | 2353 element="C#" |
2354 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
2355 func_section_wrap posix_ext_csharp | |
2356 func_wrap H3 | |
2357 func_echo "$element" | |
2358 | |
2359 func_begin_table | |
5913 | 2360 func_module csharpcomp |
5902 | 2361 func_module csharpexec |
2362 func_end_table | |
2363 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2364 element="Misc" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2365 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2366 func_section_wrap posix_ext_misc |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2367 func_wrap H3 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2368 func_echo "$element" |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2369 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2370 func_begin_table |
4388
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
2371 func_module argp |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5090
diff
changeset
|
2372 func_module argz |
5810 | 2373 func_module byteswap |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2374 func_module exitfail |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2375 func_module c-stack |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2376 func_module error |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2377 func_module extensions |
4733
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4715
diff
changeset
|
2378 func_module getdomainname |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4715
diff
changeset
|
2379 func_module xgetdomainname |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2380 func_module getloadavg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2381 func_module getpagesize |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2382 func_module getusershell |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2383 func_module physmem |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2384 func_module posixver |
4603 | 2385 func_module progname |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2386 func_module quotearg |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2387 func_module quote |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2388 func_module readutmp |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2389 func_module sig2str |
4392 | 2390 func_module sysexits |
7093 | 2391 func_module verror |
6002
29720e2b877f
New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
5994
diff
changeset
|
2392 func_module visibility |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2393 func_end_table |
6529
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2394 |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2395 element="Support for building libraries and executables" |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2396 func_section_wrap build_lib |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2397 func_wrap H2 |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2398 func_echo "$element" |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2399 |
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2400 func_begin_table |
7754
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2401 func_module absolute-header |
7199
85ef7b18536b
New config-h module, so that "make" output needn't be cluttered
Paul Eggert <eggert@cs.ucla.edu>
parents:
7198
diff
changeset
|
2402 func_module config-h |
7198
5d9d77ec603f
New configmake module, so that "make" output needn't be cluttered
Paul Eggert <eggert@cs.ucla.edu>
parents:
7196
diff
changeset
|
2403 func_module configmake |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2404 func_module dummy |
7196
c49e5940a04f
* MODULES.html.sh (Support for building libraries and executables):
Paul Eggert <eggert@cs.ucla.edu>
parents:
7194
diff
changeset
|
2405 func_module elisp-comp |
6555 | 2406 func_module ldd |
6529
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2407 func_module lib-ignore |
7736 | 2408 func_module no-c++ |
6529
606d04c5f604
* MODULES.html.sh (build_lib): New section, with new lib-ignore module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6492
diff
changeset
|
2409 func_end_table |
6952
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2410 |
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2411 element="Support for building documentation" |
7000
d6a8f3b8565f
* modules/stdlib-safer: New file.
Eric Blake <ebb9@byu.net>
parents:
6996
diff
changeset
|
2412 func_section_wrap build_doc |
6952
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2413 func_wrap H2 |
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2414 func_echo "$element" |
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2415 |
6996 | 2416 func_begin_table |
6952
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2417 func_module fdl |
6958 | 2418 func_module gendocs |
7235
3dbbe645b976
* MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7233
diff
changeset
|
2419 func_module gpl |
3dbbe645b976
* MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7233
diff
changeset
|
2420 func_module lgpl |
7184
5b9dbce7a3b6
* modules/regexprops-generic: New file.
Eric Blake <ebb9@byu.net>
parents:
7178
diff
changeset
|
2421 func_module regexprops-generic |
6952
b1f02ed7eeab
* modules/fdl: New module, to install doc/fdl.texi.
Eric Blake <ebb9@byu.net>
parents:
6912
diff
changeset
|
2422 func_end_table |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2423 |
7178
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2424 element="Support for maintaining and release projects" |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2425 func_section_wrap maintain |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2426 func_wrap H2 |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2427 func_echo "$element" |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2428 |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2429 func_begin_table |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2430 func_module gnupload |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2431 func_module maintainer-makefile |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2432 func_end_table |
e8fe34306afa
Add gnupload module.
Simon Josefsson <simon@josefsson.org>
parents:
7162
diff
changeset
|
2433 |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2434 element="Misc" |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2435 func_section_wrap misc |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2436 func_wrap H2 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2437 func_echo "$element" |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2438 |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2439 func_begin_table |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2440 func_module host-os |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2441 func_module perl |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2442 func_module uptime |
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
7155
diff
changeset
|
2443 func_end_table |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2444 } |
7678
1757949a7c72
* MODULES.html.sh (File system functions): Add openat.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7656
diff
changeset
|
2445 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2446 |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2447 func_tmpdir |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2448 trap 'exit_status=$? |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2449 if test "$signal" != 0; then |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2450 echo "caught signal $signal" >&2 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2451 fi |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2452 rm -rf "$tmp" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2453 exit $exit_status' 0 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2454 for signal in 1 2 3 13 15; do |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2455 trap '{ signal='$signal'; func_exit 1; }' $signal |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2456 done |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2457 signal=0 |
4113 | 2458 |
2459 echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">' | |
2460 func_begin HTML | |
2461 | |
2462 func_begin HEAD | |
2463 | |
2464 element="Gnulib Module List" | |
2465 func_wrap TITLE | |
2466 func_echo "$element" | |
2467 | |
2468 modules=`gnulib-tool --list` | |
2469 modules=`for m in $modules; do printf "%s, " $m; done | sed -e 's/, $//'` | |
2470 func_echo '<META NAME="keywords" CONTENT="'"${modules}"'">' | |
2471 | |
2472 func_end HEAD | |
2473 | |
2474 func_begin BODY | |
2475 | |
2476 element="Gnulib Module List" | |
2477 func_wrap H1 | |
2478 func_echo "$element" | |
2479 | |
2480 func_echo 'This is a list of the modules which make up gnulib, with dependencies.' | |
2481 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2482 in_toc=yes |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2483 func_all_modules |
4113 | 2484 |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2485 in_toc= |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4163
diff
changeset
|
2486 func_all_modules |
4113 | 2487 |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2488 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2489 gnulib-tool --list > "$tmp/all-modules" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2490 missed_modules=`for module in $seen_modules; do echo $module; done \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2491 | LC_ALL=C sort -u \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2492 | LC_ALL=C join -v 2 - "$tmp/all-modules"` |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2493 |
4113 | 2494 if test -n "$missed_modules"; then |
2495 | |
2496 element="Unclassified modules - please update MODULES.html.sh" | |
2497 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
2498 func_wrap H2 | |
2499 func_echo "$element" | |
2500 | |
2501 func_begin_table | |
2502 for module in $missed_modules; do | |
2503 func_module $module | |
2504 done | |
2505 func_end_table | |
2506 | |
2507 fi | |
2508 | |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2509 LC_ALL=C ls -d lib/* m4/* | sed -e /CVS/d -e /README/d -e /ChangeLog/d -e /Makefile/d -e /TODO/d -e '/tags$/d' -e '/TAGS$/d' -e '/~$/d' > "$tmp/all-files" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2510 missed_files=`for file in $seen_files; do echo $file; done \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2511 | LC_ALL=C sort -u \ |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2512 | LC_ALL=C join -v 2 - "$tmp/all-files"` |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2513 |
4113 | 2514 if test -n "$missed_files"; then |
2515 | |
2516 element="Lone files - please create new modules containing them" | |
2517 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
2518 func_wrap H2 | |
2519 func_echo "$element" | |
2520 | |
2521 func_echo '<PRE>' | |
7849
d750c916cbf5
Accept options --cvs-urls, --git-urls.
Bruno Haible <bruno@clisp.org>
parents:
7848
diff
changeset
|
2522 echo "$missed_files" | sed -e 's,^\(.*\)$,<A HREF="'$repo_url_prefix'\1'$repo_url_suffix_repl'">\1</A>,' |
4113 | 2523 echo '</PRE>' |
2524 | |
2525 fi | |
2526 | |
2527 element="Future developments" | |
2528 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` | |
2529 func_wrap H2 | |
2530 func_echo "$element" | |
2531 | |
2532 func_echo 'Ideally a module could consist of:' | |
2533 func_begin UL | |
2534 func_echo '<LI>A header file: lib/<VAR>module</VAR>.h' | |
2535 func_echo '<LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.' | |
2536 func_echo '<LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.' | |
2537 func_echo '<LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>' | |
6113
dac0e048bd40
Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents:
6098
diff
changeset
|
2538 func_echo '<LI>A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/<VAR>module</VAR>-tests' |
4113 | 2539 func_echo '<LI>Some documentation' |
2540 func_echo '<LI>A POT file and some PO files' | |
2541 func_end UL | |
2542 | |
2543 func_echo '<HR>' | |
2544 func_echo 'Generated from <CODE>MODULES.html.sh</CODE> on '`LC_ALL=C date +"%e %B %Y"`. | |
2545 | |
4457 | 2546 func_end BODY |
2547 | |
4113 | 2548 func_end HTML |
7656
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2549 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2550 rm -rf "$tmp" |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2551 # Undo the effect of the previous 'trap' command. |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2552 trap '' 0 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2553 trap 'func_exit $?' 1 2 3 13 15 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2554 |
50308a13df4d
* MODULES.html.sh (seen_modules, seen_files): New variables.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7610
diff
changeset
|
2555 exit 0 |
7754
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2556 |
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2557 # Local Variables: |
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2558 # indent-tabs-mode: nil |
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2559 # whitespace-check-buffer-indent: nil |
ed8105720327
* modules/absolute-header: New module.
Eric Blake <ebb9@byu.net>
parents:
7738
diff
changeset
|
2560 # End: |