Lines Matching refs:__s

208 extern wchar_t *wcsdup (__const wchar_t *__s) __THROW __attribute_malloc__;
223 extern wchar_t *wcschrnul (__const wchar_t *__s, wchar_t __wc)
244 extern wchar_t *wcstok (wchar_t *__restrict __s,
249 extern size_t wcslen (__const wchar_t *__s) __THROW __attribute_pure__;
260 extern size_t wcsnlen (__const wchar_t *__s, size_t __maxlen)
267 extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
285 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
313 __const char *__restrict __s, size_t __n,
317 extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
321 extern size_t __mbrlen (__const char *__restrict __s, size_t __n,
323 extern size_t mbrlen (__const char *__restrict __s, size_t __n,
346 __NTH (mbrlen (__const char *__restrict __s, size_t __n, in __NTH() argument
349 ? mbrtowc (NULL, __s, __n, __ps) : __mbrlen (__s, __n, NULL)); } in __NTH()
390 extern int wcswidth (__const wchar_t *__s, size_t __n) __THROW;
551 extern int swprintf (wchar_t *__restrict __s, size_t __n,
559 extern int vfwprintf (__FILE *__restrict __s,
572 extern int vswprintf (wchar_t *__restrict __s, size_t __n,
592 extern int swscanf (__const wchar_t *__restrict __s,
610 extern int __REDIRECT (swscanf, (__const wchar_t *__restrict __s,
618 extern int __isoc99_swscanf (__const wchar_t *__restrict __s,
636 extern int vfwscanf (__FILE *__restrict __s,
648 extern int vswscanf (__const wchar_t *__restrict __s,
657 extern int __REDIRECT (vfwscanf, (__FILE *__restrict __s,
664 extern int __REDIRECT (vswscanf, (__const wchar_t *__restrict __s,
669 extern int __isoc99_vfwscanf (__FILE *__restrict __s,
674 extern int __isoc99_vswscanf (__const wchar_t *__restrict __s,
802 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
812 extern size_t wcsftime_l (wchar_t *__restrict __s, size_t __maxsize,