Lines Matching refs:__c
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;
285 extern wint_t btowc (int __c) __THROW;
289 extern int wctob (wint_t __c) __THROW;
317 extern wint_t __btowc_alias (int __c) __asm ("btowc");
319 __NTH (btowc (int __c)) in __NTH() argument
320 { return (__builtin_constant_p (__c) && __c >= '\0' && __c <= '\x7f' in __NTH()
321 ? (wint_t) __c : __btowc_alias (__c)); } in __NTH()
323 extern int __wctob_alias (wint_t __c) __asm ("wctob");
368 extern int wcwidth (wchar_t __c) __THROW;