/libc/sysdeps/linux/common/bits/ |
A D | uClibc_ctype.h | 46 #define __C_isspace(c) \ argument 51 #define __C_isdigit(c) \ argument 55 #define __C_isxdigit(c) \ argument 60 #define __C_iscntrl(c) \ argument 64 #define __C_isalpha(c) \ argument 69 #define __C_isprint(c) \ argument 73 #define __C_islower(c) \ argument 77 #define __C_isupper(c) \ argument 81 #define __C_ispunct(c) \ argument 86 #define __C_isgraph(c) \ argument [all …]
|
/libc/misc/fnmatch/ |
A D | fnmatch.c | 95 # define ISASCII(c) 1 argument 97 # define ISASCII(c) isascii(c) argument 103 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument 111 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument 112 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument 113 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument 114 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument 115 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) argument 116 # define ISLOWER(c) (ISASCII (c) && islower (c)) argument 182 __strchrnul (s, c) in __strchrnul() argument [all …]
|
/libc/string/powerpc/ |
A D | memset.c | 25 static __inline__ int expand_byte_word(int c){ in expand_byte_word() 36 void *memset(void *to, int c, size_t n) in memset()
|
/libc/sysdeps/linux/bfin/ |
A D | crtreloc.c | 37 char c[4]; member 57 unsigned char *c = ptr; in reloc_range_indirect() local 69 unsigned char *c = ptr; in reloc_range_indirect() local
|
/libc/sysdeps/linux/arm/ |
A D | crtreloc.c | 37 char c[4]; member 57 unsigned char *c = ptr; in reloc_range_indirect() local 69 unsigned char *c = ptr; in reloc_range_indirect() local
|
A D | aeabi_memset.c | 24 void __aeabi_memset (void *dest, size_t n, int c) in __aeabi_memset()
|
/libc/sysdeps/linux/sparc64/soft-fp/ |
A D | qp_dtoq.c | 26 void _Qp_dtoq(long double *c, const double a) in _Qp_dtoq()
|
A D | qp_sqrt.c | 25 void _Qp_sqrt(long double *c, const long double *a) in _Qp_sqrt()
|
A D | qp_stoq.c | 26 void _Qp_stoq(long double *c, const float a) in _Qp_stoq()
|
A D | qp_add.c | 25 void _Qp_add(long double *c, const long double *a, const long double *b) in _Qp_add()
|
A D | qp_div.c | 25 void _Qp_div(long double *c, const long double *a, const long double *b) in _Qp_div()
|
A D | qp_itoq.c | 25 void _Qp_itoq(long double *c, const int a) in _Qp_itoq()
|
A D | qp_sub.c | 25 void _Qp_sub(long double *c, const long double *a, const long double *b) in _Qp_sub()
|
A D | qp_uitoq.c | 25 void _Qp_uitoq(long double *c, const unsigned int a) in _Qp_uitoq()
|
A D | qp_uxtoq.c | 25 void _Qp_uxtoq(long double *c, const unsigned long a) in _Qp_uxtoq()
|
A D | qp_xtoq.c | 25 void _Qp_xtoq(long double *c, const long a) in _Qp_xtoq()
|
/libc/stdio/ |
A D | putchar.c | 15 int putchar_unlocked(int c) in putchar_unlocked()
|
A D | ungetc.c | 27 int ungetc(int c, register FILE *stream) in ungetc()
|
A D | ungetwc.c | 15 wint_t ungetwc(wint_t c, register FILE *stream) in ungetwc()
|
A D | fputc.c | 18 int __fputc_unlocked(int c, register FILE *stream) in __fputc_unlocked()
|
A D | gets.c | 18 int c; in gets() local
|
/libc/string/ |
A D | rawmemchr.c | 11 void *rawmemchr(const void *s, int c) in rawmemchr()
|
/libc/string/i386/ |
A D | strrchr.c | 35 char *strrchr(const char *s, int c) in strrchr()
|
/libc/string/avr32/ |
A D | memset.S | 12 #define c r11 macro
|
/libc/string/cris/ |
A D | memset.c | 49 void *memset(void *pdst, int c, unsigned int plen) in memset()
|