Searched refs:__tolower_l (Results 1 – 25 of 45) sorted by relevance
12
/glibc-2.36/ctype/ |
D | ctype_l.c | 40 (__tolower_l) (int c, locale_t l) in func() 44 weak_alias (__tolower_l, tolower_l) in weak_alias() argument
|
D | ctype.h | 267 extern int __tolower_l (int __c, locale_t __l) __THROW; 275 # define __tolower_l(c, locale) \ macro 276 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale)) 279 # define tolower_l(c, locale) __tolower_l ((c), (locale))
|
/glibc-2.36/string/ |
D | strcasecmp.c | 33 # define TOLOWER(Ch) __tolower_l ((Ch), loc)
|
D | strncase.c | 35 # define TOLOWER(Ch) __tolower_l ((Ch), loc)
|
/glibc-2.36/locale/ |
D | Versions | 34 __strtoull_l; __strxfrm_l; __toascii_l; __tolower_l; __toupper_l;
|
/glibc-2.36/intl/ |
D | l10nflist.c | 332 *wp++ = __tolower_l ((unsigned char) codeset[cnt], locale); in _nl_normalize_codeset()
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 124 # define TOLOWER(Ch) __tolower_l ((Ch), loc) 125 # define TOLOWER_C(Ch) __tolower_l ((Ch), _nl_C_locobj_ptr)
|
/glibc-2.36/time/ |
D | strftime_l.c | 313 # define TOLOWER(Ch, L) __tolower_l (Ch, L)
|
/glibc-2.36/stdio-common/ |
D | vfscanf-internal.c | 125 # define TOLOWER(Ch) __tolower_l ((unsigned char) (Ch), loc)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 411 GLIBC_2.35 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 415 GLIBC_2.36 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 456 GLIBC_2.33 __tolower_l F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 521 GLIBC_2.2.6 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 457 GLIBC_2.32 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 471 GLIBC_2.27 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 490 GLIBC_2.17 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 492 GLIBC_2.16 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 465 GLIBC_2.29 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 489 GLIBC_2.2.5 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 500 GLIBC_2.2 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 577 GLIBC_2.17 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 521 GLIBC_2.2 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 985 GLIBC_2.4 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 561 GLIBC_2.3 __tolower_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 1644 GLIBC_2.2 __tolower_l F
|
12