Lines Matching refs:__s
154 extern wchar_t *wcsdup (const wchar_t *__s) __THROW
182 extern wchar_t *wcschrnul (const wchar_t *__s, wchar_t __wc)
218 extern wchar_t *wcstok (wchar_t *__restrict __s,
223 extern size_t wcslen (const wchar_t *__s) __THROW __attribute_pure__;
241 extern size_t wcsnlen (const wchar_t *__s, size_t __maxlen)
248 extern "C++" wchar_t *wmemchr (wchar_t *__s, wchar_t __c, size_t __n)
250 extern "C++" const wchar_t *wmemchr (const wchar_t *__s, wchar_t __c,
254 extern wchar_t *wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)
272 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
298 const char *__restrict __s, size_t __n,
302 extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
306 extern size_t __mbrlen (const char *__restrict __s, size_t __n,
308 extern size_t mbrlen (const char *__restrict __s, size_t __n,
330 __NTH (mbrlen (const char *__restrict __s, size_t __n, in __NTH() argument
333 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); } in __NTH()
372 extern int wcswidth (const wchar_t *__s, size_t __n) __THROW;
605 extern int swprintf (wchar_t *__restrict __s, size_t __n,
613 extern int vfwprintf (__FILE *__restrict __s,
626 extern int vswprintf (wchar_t *__restrict __s, size_t __n,
646 extern int swscanf (const wchar_t *__restrict __s,
664 extern int __REDIRECT_NTH (swscanf, (const wchar_t *__restrict __s,
672 extern int __isoc99_swscanf (const wchar_t *__restrict __s,
688 extern int vfwscanf (__FILE *__restrict __s,
700 extern int vswscanf (const wchar_t *__restrict __s,
711 extern int __REDIRECT (vfwscanf, (__FILE *__restrict __s,
718 extern int __REDIRECT_NTH (vswscanf, (const wchar_t *__restrict __s,
723 extern int __isoc99_vfwscanf (__FILE *__restrict __s,
728 extern int __isoc99_vswscanf (const wchar_t *__restrict __s,
852 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
859 extern size_t wcsftime_l (wchar_t *__restrict __s, size_t __maxsize,