Lines Matching refs:__restrict
139 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
140 __const wchar_t *__restrict __src) __THROW;
142 extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
143 __const wchar_t *__restrict __src, size_t __n)
147 extern wchar_t *wcscat (wchar_t *__restrict __dest,
148 __const wchar_t *__restrict __src) __THROW;
150 extern wchar_t *wcsncat (wchar_t *__restrict __dest,
151 __const wchar_t *__restrict __src, size_t __n)
188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
189 __const wchar_t *__restrict __s2, size_t __n) __THROW;
244 extern wchar_t *wcstok (wchar_t *__restrict __s,
245 __const wchar_t *__restrict __delim,
246 wchar_t **__restrict __ptr) __THROW;
271 extern int wmemcmp (__const wchar_t *__restrict __s1,
272 __const wchar_t *__restrict __s2, size_t __n)
276 extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
277 __const wchar_t *__restrict __s2, size_t __n) __THROW;
291 extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
292 __const wchar_t *__restrict __s2, size_t __n)
312 extern size_t mbrtowc (wchar_t *__restrict __pwc,
313 __const char *__restrict __s, size_t __n,
317 extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
318 mbstate_t *__restrict __ps) __THROW;
321 extern size_t __mbrlen (__const char *__restrict __s, size_t __n,
322 mbstate_t *__restrict __ps) __THROW;
323 extern size_t mbrlen (__const char *__restrict __s, size_t __n,
324 mbstate_t *__restrict __ps) __THROW;
346 __NTH (mbrlen (__const char *__restrict __s, size_t __n, in __NTH()
347 mbstate_t *__restrict __ps)) in __NTH()
355 extern size_t mbsrtowcs (wchar_t *__restrict __dst,
356 __const char **__restrict __src, size_t __len,
357 mbstate_t *__restrict __ps) __THROW;
361 extern size_t wcsrtombs (char *__restrict __dst,
362 __const wchar_t **__restrict __src, size_t __len,
363 mbstate_t *__restrict __ps) __THROW;
370 extern size_t mbsnrtowcs (wchar_t *__restrict __dst,
371 __const char **__restrict __src, size_t __nmc,
372 size_t __len, mbstate_t *__restrict __ps) __THROW;
376 extern size_t wcsnrtombs (char *__restrict __dst,
377 __const wchar_t **__restrict __src,
379 mbstate_t *__restrict __ps) __THROW;
397 extern double wcstod (__const wchar_t *__restrict __nptr,
398 wchar_t **__restrict __endptr) __THROW;
404 extern float wcstof (__const wchar_t *__restrict __nptr,
405 wchar_t **__restrict __endptr) __THROW;
406 extern long double wcstold (__const wchar_t *__restrict __nptr,
407 wchar_t **__restrict __endptr) __THROW;
415 extern long int wcstol (__const wchar_t *__restrict __nptr,
416 wchar_t **__restrict __endptr, int __base) __THROW;
420 extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
421 wchar_t **__restrict __endptr, int __base)
430 extern long long int wcstoll (__const wchar_t *__restrict __nptr,
431 wchar_t **__restrict __endptr, int __base)
437 extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr,
438 wchar_t **__restrict __endptr,
447 extern long long int wcstoq (__const wchar_t *__restrict __nptr,
448 wchar_t **__restrict __endptr, int __base)
454 extern unsigned long long int wcstouq (__const wchar_t *__restrict __nptr,
455 wchar_t **__restrict __endptr,
477 extern long int wcstol_l (__const wchar_t *__restrict __nptr,
478 wchar_t **__restrict __endptr, int __base,
481 extern unsigned long int wcstoul_l (__const wchar_t *__restrict __nptr,
482 wchar_t **__restrict __endptr,
486 extern long long int wcstoll_l (__const wchar_t *__restrict __nptr,
487 wchar_t **__restrict __endptr,
491 extern unsigned long long int wcstoull_l (__const wchar_t *__restrict __nptr,
492 wchar_t **__restrict __endptr,
496 extern double wcstod_l (__const wchar_t *__restrict __nptr,
497 wchar_t **__restrict __endptr, __locale_t __loc)
500 extern float wcstof_l (__const wchar_t *__restrict __nptr,
501 wchar_t **__restrict __endptr, __locale_t __loc)
504 extern long double wcstold_l (__const wchar_t *__restrict __nptr,
505 wchar_t **__restrict __endptr,
541 extern int fwprintf (__FILE *__restrict __stream,
542 __const wchar_t *__restrict __format, ...)
548 extern int wprintf (__const wchar_t *__restrict __format, ...)
551 extern int swprintf (wchar_t *__restrict __s, size_t __n,
552 __const wchar_t *__restrict __format, ...)
559 extern int vfwprintf (__FILE *__restrict __s,
560 __const wchar_t *__restrict __format,
567 extern int vwprintf (__const wchar_t *__restrict __format,
572 extern int vswprintf (wchar_t *__restrict __s, size_t __n,
573 __const wchar_t *__restrict __format,
582 extern int fwscanf (__FILE *__restrict __stream,
583 __const wchar_t *__restrict __format, ...)
589 extern int wscanf (__const wchar_t *__restrict __format, ...)
592 extern int swscanf (__const wchar_t *__restrict __s,
593 __const wchar_t *__restrict __format, ...)
603 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
604 __const wchar_t *__restrict __format, ...),
607 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
610 extern int __REDIRECT (swscanf, (__const wchar_t *__restrict __s,
611 __const wchar_t *__restrict __format, ...),
615 extern int __isoc99_fwscanf (__FILE *__restrict __stream,
616 __const wchar_t *__restrict __format, ...);
617 extern int __isoc99_wscanf (__const wchar_t *__restrict __format, ...);
618 extern int __isoc99_swscanf (__const wchar_t *__restrict __s,
619 __const wchar_t *__restrict __format, ...)
636 extern int vfwscanf (__FILE *__restrict __s,
637 __const wchar_t *__restrict __format,
644 extern int vwscanf (__const wchar_t *__restrict __format,
648 extern int vswscanf (__const wchar_t *__restrict __s,
649 __const wchar_t *__restrict __format,
657 extern int __REDIRECT (vfwscanf, (__FILE *__restrict __s,
658 __const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
664 extern int __REDIRECT (vswscanf, (__const wchar_t *__restrict __s,
665 __const wchar_t *__restrict __format,
669 extern int __isoc99_vfwscanf (__FILE *__restrict __s,
670 __const wchar_t *__restrict __format,
672 extern int __isoc99_vwscanf (__const wchar_t *__restrict __format,
674 extern int __isoc99_vswscanf (__const wchar_t *__restrict __s,
675 __const wchar_t *__restrict __format,
721 extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
722 __FILE *__restrict __stream);
728 extern int fputws (__const wchar_t *__restrict __ws,
729 __FILE *__restrict __stream);
784 extern wchar_t *fgetws_unlocked (wchar_t *__restrict __ws, int __n,
785 __FILE *__restrict __stream);
793 extern int fputws_unlocked (__const wchar_t *__restrict __ws,
794 __FILE *__restrict __stream);
802 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
803 __const wchar_t *__restrict __format,
804 __const struct tm *__restrict __tp) __THROW;
812 extern size_t wcsftime_l (wchar_t *__restrict __s, size_t __maxsize,
813 __const wchar_t *__restrict __format,
814 __const struct tm *__restrict __tp,