Home
last modified time | relevance | path

Searched refs:__strcasecmp (Results 1 – 25 of 80) sorted by relevance

1234

/glibc-2.36/string/
Dstrcasecmp.c26 # define __strcasecmp strcasecmp macro
31 # define __strcasecmp __strcasecmp_l macro
46 __strcasecmp (const char *s1, const char *s2 LOCALE_PARAM) in __strcasecmp() function
64 #ifndef __strcasecmp
65 libc_hidden_def (__strcasecmp)
66 weak_alias (__strcasecmp, strcasecmp)
DVersions10 __ffs; __mempcpy; __stpncpy; __stpcpy; __strcasecmp; __strdup;
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcasecmp.c23 # define __strcasecmp __redirect___strcasecmp macro
26 # undef __strcasecmp
31 libc_ifunc_redirected (__redirect_strcasecmp, __strcasecmp,
34 weak_alias (__strcasecmp, strcasecmp)
36 __hidden_ver1 (__strcasecmp, __GI___strcasecmp, __redirect___strcasecmp)
Dstrcmp-naming.h10 #define STRCASECMP_BASE __strcasecmp
/glibc-2.36/sysdeps/s390/
Dutf16-utf32-z9.c99 emit_bom = (__strcasecmp (step->__to_name, "UTF-32//") == 0 in gconv_init()
100 || __strcasecmp (step->__to_name, "UTF-16//") == 0); in gconv_init()
102 if (__strcasecmp (step->__from_name, "UTF-16BE//") == 0 in gconv_init()
103 && (__strcasecmp (step->__to_name, "UTF-32//") == 0 in gconv_init()
104 || __strcasecmp (step->__to_name, "UTF-32BE//") == 0 in gconv_init()
105 || __strcasecmp (step->__to_name, "INTERNAL") == 0)) in gconv_init()
109 else if ((__strcasecmp (step->__to_name, "UTF-16//") == 0 in gconv_init()
110 || __strcasecmp (step->__to_name, "UTF-16BE//") == 0) in gconv_init()
111 && (__strcasecmp (step->__from_name, "UTF-32BE//") == 0 in gconv_init()
112 || __strcasecmp (step->__from_name, "INTERNAL") == 0)) in gconv_init()
Dutf8-utf32-z9.c107 emit_bom = (__strcasecmp (step->__to_name, "UTF-32//") == 0); in gconv_init()
109 if (__strcasecmp (step->__from_name, "ISO-10646/UTF8/") == 0 in gconv_init()
110 && (__strcasecmp (step->__to_name, "UTF-32//") == 0 in gconv_init()
111 || __strcasecmp (step->__to_name, "UTF-32BE//") == 0 in gconv_init()
112 || __strcasecmp (step->__to_name, "INTERNAL") == 0)) in gconv_init()
116 else if (__strcasecmp (step->__to_name, "ISO-10646/UTF8/") == 0 in gconv_init()
117 && (__strcasecmp (step->__from_name, "UTF-32BE//") == 0 in gconv_init()
118 || __strcasecmp (step->__from_name, "INTERNAL") == 0)) in gconv_init()
Dutf8-utf16-z9.c109 emit_bom = (__strcasecmp (step->__to_name, "UTF-16//") == 0); in gconv_init()
111 if (__strcasecmp (step->__from_name, "ISO-10646/UTF8/") == 0 in gconv_init()
112 && (__strcasecmp (step->__to_name, "UTF-16//") == 0 in gconv_init()
113 || __strcasecmp (step->__to_name, "UTF-16BE//") == 0)) in gconv_init()
117 else if (__strcasecmp (step->__from_name, "UTF-16BE//") == 0 in gconv_init()
118 && __strcasecmp (step->__to_name, "ISO-10646/UTF8/") == 0) in gconv_init()
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrcasecmp.c23 # define __strcasecmp __redirect___strcasecmp macro
26 # undef __strcasecmp
31 libc_ifunc_redirected (__redirect_strcasecmp, __strcasecmp,
34 weak_alias (__strcasecmp, strcasecmp)
Dstrcasecmp-c.c5 #define __strcasecmp __strcasecmp_nonascii macro
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
Dstrcasecmp.c23 extern __typeof (__strcasecmp) __libc_strcasecmp;
25 extern __typeof (__strcasecmp) __strcasecmp_ppc attribute_hidden;
26 extern __typeof (__strcasecmp) __strcasecmp_power7 attribute_hidden;
27 extern __typeof (__strcasecmp) __strcasecmp_power8 attribute_hidden;
Dstrcasecmp-power7.S19 #define __strcasecmp __strcasecmp_power7 macro
Dstrcasecmp-power8.S19 #define __strcasecmp __strcasecmp_power8 macro
/glibc-2.36/iconvdata/
Dutf-32.c116 if (__strcasecmp (step->__from_name, "UTF-32//") == 0) in gconv_init()
121 else if (__strcasecmp (step->__to_name, "UTF-32//") == 0) in gconv_init()
126 else if (__strcasecmp (step->__from_name, "UTF-32BE//") == 0) in gconv_init()
131 else if (__strcasecmp (step->__to_name, "UTF-32BE//") == 0) in gconv_init()
136 else if (__strcasecmp (step->__from_name, "UTF-32LE//") == 0) in gconv_init()
141 else if (__strcasecmp (step->__to_name, "UTF-32LE//") == 0) in gconv_init()
Dutf-16.c118 if (__strcasecmp (step->__from_name, "UTF-16//") == 0) in gconv_init()
123 else if (__strcasecmp (step->__to_name, "UTF-16//") == 0) in gconv_init()
128 else if (__strcasecmp (step->__from_name, "UTF-16BE//") == 0) in gconv_init()
133 else if (__strcasecmp (step->__to_name, "UTF-16BE//") == 0) in gconv_init()
138 else if (__strcasecmp (step->__from_name, "UTF-16LE//") == 0) in gconv_init()
143 else if (__strcasecmp (step->__to_name, "UTF-16LE//") == 0) in gconv_init()
Diso-2022-jp.c144 if (__strcasecmp (step->__from_name, "ISO-2022-JP//") == 0) in gconv_init()
149 else if (__strcasecmp (step->__to_name, "ISO-2022-JP//") == 0) in gconv_init()
154 else if (__strcasecmp (step->__from_name, "ISO-2022-JP-2//") == 0) in gconv_init()
159 else if (__strcasecmp (step->__to_name, "ISO-2022-JP-2//") == 0) in gconv_init()
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/
Dstrcasecmp.c23 extern __typeof (__strcasecmp) __strcasecmp_ppc attribute_hidden;
24 extern __typeof (__strcasecmp) __strcasecmp_power7 attribute_hidden;
34 extern __typeof (__strcasecmp) __libc_strcasecmp;
/glibc-2.36/sysdeps/x86_64/
Dstrcasecmp_l.S34 libc_hidden_def (__strcasecmp)
35 weak_alias (__strcasecmp, strcasecmp)
/glibc-2.36/argp/
Dargp-namefrob.h88 #undef __strcasecmp
89 #define __strcasecmp strcasecmp macro
/glibc-2.36/inet/
Druserpass.c139 if (__strcasecmp(host, tokval) == 0) in ruserpass()
149 __strcasecmp(tmp, mydomain) == 0 && in ruserpass()
Dgetnetgrent_r.c449 || __strcasecmp (entry.val.triple.host, host) == 0) in weak_alias()
453 || __strcasecmp (entry.val.triple.domain, in weak_alias()
/glibc-2.36/nss/nss_files/
Dfiles-parse.c318 if (! __strcasecmp (name, result->nameelt)) \
321 if (! __strcasecmp (name, *ap)) \
Dfiles-ethers.c56 if (__strcasecmp (result->e_name, name) == 0)
Dfiles-hosts.c410 if (__strcasecmp (name, result.h_name) != 0) in libc_hidden_def()
413 if (! __strcasecmp (name, result.h_aliases[naliases])) in libc_hidden_def()
/glibc-2.36/include/
Dstring.h25 extern int __strcasecmp (const char *__s1, const char *__s2)
95 libc_hidden_proto (__strcasecmp)
/glibc-2.36/resolv/
Dns_samename.c33 if (__strcasecmp (ta, tb) == 0) in __libc_ns_samename()

1234