cfns.gperf revision 90075
1%{
2#ifdef __GNUC__
3__inline
4#endif
5static unsigned int hash PARAMS ((const char *, unsigned int));
6#ifdef __GNUC__
7__inline
8#endif
9const char * libc_name_p PARAMS ((const char *, unsigned int));
10%}
11# The standard C library functions, for feeding to gperf; the result is used
12# by nothrow_libfn_p.
13#
14#   [lib.res.on.exception.handling]: None of the functions from the
15#   Standard C library shall report an error by throwing an
16#   exception, unless it calls a program-supplied function that
17#   throws an exception.
18#
19# bsearch and qsort are commented out because they can call such functions.
20#
21abort
22abs
23acos
24asctime
25asin
26atan
27atan2
28atexit
29atof
30atoi
31atol
32#bsearch
33btowc
34calloc
35ceil
36clearerr
37clock
38cos
39cosh
40ctime
41difftime
42div
43exit
44exp
45fabs
46fclose
47feof
48ferror
49fflush
50fgetc
51fgetpos
52fgets
53fgetwc
54fgetws
55floor
56fmod
57fopen
58fprintf
59fputc
60fputs
61fputwc
62fputws
63fread
64free
65freopen
66frexp
67fscanf
68fseek
69fsetpos
70ftell
71fwide
72fwprintf
73fwrite
74fwscanf
75getc
76getchar
77getenv
78gets
79getwc
80getwchar
81gmtime
82isalnum
83isalpha
84iscntrl
85isdigit
86isgraph
87islower
88isprint
89ispunct
90isspace
91isupper
92iswalnum
93iswalpha
94iswcntrl
95iswctype
96iswdigit
97iswgraph
98iswlower
99iswprint
100iswpunct
101iswspace
102iswupper
103iswxdigit
104isxdigit
105labs
106ldexp
107ldiv
108localeconv
109localtime
110log
111log10
112longjmp
113malloc
114mblen
115mbrlen
116mbrtowc
117mbsinit
118mbsrtowcs
119mbstowcs
120mbtowc
121memchr
122memcmp
123memcpy
124memmove
125memset
126mktime
127modf
128perror
129pow
130printf
131putc
132putchar
133puts
134putwc
135putwchar
136#qsort
137raise
138rand
139realloc
140remove
141rename
142rewind
143scanf
144setbuf
145setlocale
146setvbuf
147signal
148sin
149sinh
150sprintf
151sqrt
152srand
153sscanf
154strcat
155strchr
156strcmp
157strcoll
158strcpy
159strcspn
160strerror
161strftime
162strlen
163strncat
164strncmp
165strncpy
166strpbrk
167strrchr
168strspn
169strstr
170strtod
171strtok
172strtol
173strtoul
174strxfrm
175swprintf
176swscanf
177system
178tan
179tanh
180time
181tmpfile
182tmpnam
183tolower
184toupper
185towctrans
186towlower
187towupper
188ungetc
189ungetwc
190vfprintf
191vfwprintf
192vprintf
193vsprintf
194vswprintf
195vwprintf
196wcrtomb
197wcscat
198wcschr
199wcscmp
200wcscoll
201wcscpy
202wcscspn
203wcsftime
204wcslen
205wcsncat
206wcsncmp
207wcsncpy
208wcspbrk
209wcsrchr
210wcsrtombs
211wcsspn
212wcsstr
213wcstod
214wcstok
215wcstol
216wcstombs
217wcstoul
218wcsxfrm
219wctob
220wctomb
221wctrans
222wctype
223wmemchr
224wmemcmp
225wmemcpy
226wmemmove
227wmemset
228wprintf
229wscanf
230