Searched defs:__c (Results 1 – 11 of 11) sorted by relevance
80 putchar (int __c) in putchar()89 fputc_unlocked (int __c, FILE *__stream) in fputc_unlocked()99 putc_unlocked (int __c, FILE *__stream) in putc_unlocked()106 putchar_unlocked (int __c) in putchar_unlocked()
251 unsigned char __c; in __mempcpy_small() member348 char __c; in __mempcpy_small() member530 char __c; in __strcpy_small() member622 char __c; in __stpcpy_small() member714 char __c; in __stpcpy_small() member
53 static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes }; member
41 typedef union { unsigned char __c[4]; float __f; } __huge_valf_t; member
43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n)) in __NTH()
364 int __c = _IO_getc_unlocked (__stream); in fread_unlocked() local
335 __NTH (btowc (int __c)) in __NTH()
191 __NTH (tolower (int __c)) in __NTH()197 __NTH (toupper (int __c)) in __NTH()
422 unsigned short int __c; /* Additive const. in congruential formula. */ member
422 int __c = __sgetc_raw(__p); in __sgetc() local