Searched refs:__strncasecmp_l (Results 1 – 25 of 51) sorted by relevance
123
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strncase_l.c | 23 # define __strncasecmp_l __redirect___strncasecmp_l macro 26 # undef __strncasecmp_l 31 libc_ifunc_redirected (__redirect_strncasecmp_l, __strncasecmp_l, 34 weak_alias (__strncasecmp_l, strncasecmp_l) 36 __hidden_ver1 (__strncasecmp_l, __GI___strncasecmp_l,
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strncase_l.c | 23 # define __strncasecmp_l __redirect___strncasecmp_l macro 26 # undef __strncasecmp_l 31 libc_ifunc_redirected (__redirect_strncasecmp_l, __strncasecmp_l, 34 weak_alias (__strncasecmp_l, strncasecmp_l)
|
D | strncase_l-c.c | 5 #define __strncasecmp_l __strncasecmp_l_nonascii macro
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/ |
D | strncase_l.c | 22 extern __typeof (__strncasecmp_l) __strncasecmp_l_ppc attribute_hidden; 23 extern __typeof (__strncasecmp_l) __strncasecmp_l_power7 attribute_hidden; 35 extern __typeof (__strncasecmp_l) __libc_strncasecmp_l;
|
D | strncase_l-power7.c | 21 #define __strncasecmp_l __strncasecmp_l_power7 macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | strncase_l.c | 22 extern __typeof (__strncasecmp_l) __strncasecmp_l_ppc attribute_hidden; 23 extern __typeof (__strncasecmp_l) __strncasecmp_l_power7 attribute_hidden; 35 extern __typeof (__strncasecmp_l) __libc_strncasecmp_l;
|
D | strncase_l-power7.c | 20 #define __strncasecmp_l __strncasecmp_l_power7 macro
|
/glibc-2.36/string/ |
D | strncase_l.c | 23 libc_hidden_def (__strncasecmp_l) 24 weak_alias (__strncasecmp_l, strncasecmp_l)
|
D | strncase.c | 33 # define __strncasecmp __strncasecmp_l
|
/glibc-2.36/sysdeps/x86_64/ |
D | strncase_l.S | 31 libc_hidden_def (__strncasecmp_l) 32 weak_alias (__strncasecmp_l, strncasecmp_l)
|
D | strncase_l-nonascii.c | 6 #define __strncasecmp_l __strncasecmp_l_nonascii macro
|
/glibc-2.36/include/ |
D | string.h | 69 extern __typeof (strncasecmp_l) __strncasecmp_l; 97 libc_hidden_proto (__strncasecmp_l)
|
/glibc-2.36/locale/ |
D | Versions | 32 __isxdigit_l; __strcasecmp_l; __strcoll_l; __strfmon_l; __strncasecmp_l;
|
/glibc-2.36/time/ |
D | strptime_l.c | 60 int result = __strncasecmp_l ((cs1), (s2), len, locale) == 0; \
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 127 __strncasecmp_l ((S1), (S2), (N), _nl_C_locobj_ptr)
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 383 GLIBC_2.35 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 387 GLIBC_2.36 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 428 GLIBC_2.33 __strncasecmp_l F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 474 GLIBC_2.2.6 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 429 GLIBC_2.32 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 443 GLIBC_2.27 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 453 GLIBC_2.17 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 455 GLIBC_2.16 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 437 GLIBC_2.29 __strncasecmp_l F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 455 GLIBC_2.2.5 __strncasecmp_l F
|
123