Searched refs:__isctype (Results 1 – 25 of 44) sorted by relevance
12
/glibc-2.36/ctype/ |
D | ctype.h | 88 # define __isctype(c, type) \ macro 188 # elif defined __isctype in __isctype_f() 189 # define isalnum(c) __isctype((c), _ISalnum) in __isctype_f() 190 # define isalpha(c) __isctype((c), _ISalpha) in __isctype_f() 191 # define iscntrl(c) __isctype((c), _IScntrl) in __isctype_f() 192 # define isdigit(c) __isctype((c), _ISdigit) in __isctype_f() 193 # define islower(c) __isctype((c), _ISlower) in __isctype_f() 194 # define isgraph(c) __isctype((c), _ISgraph) in __isctype_f() 195 # define isprint(c) __isctype((c), _ISprint) in __isctype_f() 196 # define ispunct(c) __isctype((c), _ISpunct) in __isctype_f() [all …]
|
D | isctype.c | 20 #undef __isctype 23 __isctype (int ch, int mask) in __isctype() function 28 weak_alias (__isctype, isctype)
|
D | ctype-c99.c | 25 return __isctype (c, _ISblank); in isblank()
|
D | Versions | 19 isctype; __isctype;
|
D | ctype.c | 24 int name (int c) { return __isctype (c, type); }
|
/glibc-2.36/include/ |
D | ctype.h | 12 extern int (__isctype) (int __c, int __mask);
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 221 GLIBC_2.35 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 222 GLIBC_2.36 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 228 GLIBC_2.33 __isctype F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 2081 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 231 GLIBC_2.32 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 233 GLIBC_2.27 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 231 GLIBC_2.17 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 232 GLIBC_2.16 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 231 GLIBC_2.29 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 2092 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2104 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 230 GLIBC_2.17 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 2086 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 752 GLIBC_2.4 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 362 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 2182 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | libc.abilist | 2177 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/fpu/ |
D | libc.abilist | 2176 GLIBC_2.3 __isctype F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
D | libc.abilist | 2174 GLIBC_2.3 __isctype F
|
12