Lines Matching refs:_RESTRICT_KYWD

188 extern wchar_t *__fgetws_xpg5(wchar_t *_RESTRICT_KYWD, int,
189 __FILE *_RESTRICT_KYWD);
190 extern int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
206 extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD);
208 extern int fputws(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
214 extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
215 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
217 extern unsigned long wcstoul(const wchar_t *_RESTRICT_KYWD,
218 wchar_t **_RESTRICT_KYWD, int);
219 extern wchar_t *wcscat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
222 extern wchar_t *wcscpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
225 extern wchar_t *wcsncat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
228 extern wchar_t *wcsncpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
231 extern size_t wcsxfrm(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
266 extern wchar_t *wcstok(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
267 wchar_t **_RESTRICT_KYWD);
268 extern size_t wcsftime(wchar_t *_RESTRICT_KYWD, size_t,
269 const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD);
271 extern wchar_t *__wcstok_xpg5(wchar_t *_RESTRICT_KYWD,
272 const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
273 extern size_t __wcsftime_xpg5(wchar_t *_RESTRICT_KYWD, size_t,
274 const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD);
284 extern int fwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
286 extern int fwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
290 extern size_t mbrlen(const char *_RESTRICT_KYWD, size_t,
291 mbstate_t *_RESTRICT_KYWD);
292 extern size_t mbrtowc(wchar_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
293 size_t, mbstate_t *_RESTRICT_KYWD);
294 extern size_t mbsrtowcs(wchar_t *_RESTRICT_KYWD, const char **_RESTRICT_KYWD,
295 size_t, mbstate_t *_RESTRICT_KYWD);
296 extern int swprintf(wchar_t *_RESTRICT_KYWD, size_t,
297 const wchar_t *_RESTRICT_KYWD, ...);
298 extern int swscanf(const wchar_t *_RESTRICT_KYWD,
299 const wchar_t *_RESTRICT_KYWD, ...);
300 extern int vfwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
302 extern int vwprintf(const wchar_t *_RESTRICT_KYWD, __va_list);
303 extern int vswprintf(wchar_t *_RESTRICT_KYWD, size_t,
304 const wchar_t *_RESTRICT_KYWD, __va_list);
305 extern size_t wcrtomb(char *_RESTRICT_KYWD, wchar_t,
306 mbstate_t *_RESTRICT_KYWD);
307 extern size_t wcsrtombs(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
308 size_t, mbstate_t *_RESTRICT_KYWD);
310 extern size_t wcsnrtombs(char *_RESTRICT_KYWD, const wchar_t **_RESTRICT_KYWD,
311 size_t, size_t, mbstate_t *_RESTRICT_KYWD);
315 extern wchar_t *wmemcpy(wchar_t *_RESTRICT_KYWD,
316 const wchar_t *_RESTRICT_KYWD, size_t);
319 extern int wprintf(const wchar_t *_RESTRICT_KYWD, ...);
320 extern int wscanf(const wchar_t *_RESTRICT_KYWD, ...);
335 extern wchar_t *wcsstr(const wchar_t *_RESTRICT_KYWD,
336 const wchar_t *_RESTRICT_KYWD);