Home
last modified time | relevance | path

Searched refs:__c (Results 1 – 6 of 6) sorted by relevance

/include/
A Dctype.h12 extern int (__isctype) (int __c, int __mask);
60 # define isdigit(c) ({ int __c = (c); __c >= '0' && __c <= '9'; })
62 # define isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; })
64 # define __isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; })
A Dwctype.h66 # define iswdigit(c) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; })
68 # define iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; })
70 # define __iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; })
A Dscratch_buffer.h69 union { max_align_t __align; char __c[1024]; } __space; member
77 buffer->data = buffer->__space.__c; in scratch_buffer_init()
85 if (buffer->data != buffer->__space.__c) in scratch_buffer_free()
A Dstring.h10 int __c, size_t __n);
36 extern void *__rawmemchr (const void *__s, int __c)
39 extern char *__strchrnul (const char *__s, int __c)
42 extern void *__memrchr (const void *__s, int __c, size_t __n)
45 extern void *__memchr (const void *__s, int __c, size_t __n)
A Dwchar.h147 extern wchar_t *__wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)
166 extern wint_t __btowc (int __c) attribute_hidden;
211 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
A Dstdio.h288 __putc_unlocked (int __c, FILE *__stream) in __putc_unlocked() argument
290 return __putc_unlocked_body (__c, __stream); in __putc_unlocked()

Completed in 12 milliseconds