/glibc-2.36/string/ |
D | strcasecmp.c | 26 # 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)
|
D | Versions | 10 __ffs; __mempcpy; __stpncpy; __stpcpy; __strcasecmp; __strdup;
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcasecmp.c | 23 # 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)
|
D | strcmp-naming.h | 10 #define STRCASECMP_BASE __strcasecmp
|
/glibc-2.36/sysdeps/s390/ |
D | utf16-utf32-z9.c | 99 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()
|
D | utf8-utf32-z9.c | 107 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()
|
D | utf8-utf16-z9.c | 109 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/ |
D | strcasecmp.c | 23 # define __strcasecmp __redirect___strcasecmp macro 26 # undef __strcasecmp 31 libc_ifunc_redirected (__redirect_strcasecmp, __strcasecmp, 34 weak_alias (__strcasecmp, strcasecmp)
|
D | strcasecmp-c.c | 5 #define __strcasecmp __strcasecmp_nonascii macro
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | strcasecmp.c | 23 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;
|
D | strcasecmp-power7.S | 19 #define __strcasecmp __strcasecmp_power7 macro
|
D | strcasecmp-power8.S | 19 #define __strcasecmp __strcasecmp_power8 macro
|
/glibc-2.36/iconvdata/ |
D | utf-32.c | 116 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()
|
D | utf-16.c | 118 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()
|
D | iso-2022-jp.c | 144 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/ |
D | strcasecmp.c | 23 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/ |
D | strcasecmp_l.S | 34 libc_hidden_def (__strcasecmp) 35 weak_alias (__strcasecmp, strcasecmp)
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 88 #undef __strcasecmp 89 #define __strcasecmp strcasecmp macro
|
/glibc-2.36/inet/ |
D | ruserpass.c | 139 if (__strcasecmp(host, tokval) == 0) in ruserpass() 149 __strcasecmp(tmp, mydomain) == 0 && in ruserpass()
|
D | getnetgrent_r.c | 449 || __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/ |
D | files-parse.c | 318 if (! __strcasecmp (name, result->nameelt)) \ 321 if (! __strcasecmp (name, *ap)) \
|
D | files-ethers.c | 56 if (__strcasecmp (result->e_name, name) == 0)
|
D | files-hosts.c | 410 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/ |
D | string.h | 25 extern int __strcasecmp (const char *__s1, const char *__s2) 95 libc_hidden_proto (__strcasecmp)
|
/glibc-2.36/resolv/ |
D | ns_samename.c | 33 if (__strcasecmp (ta, tb) == 0) in __libc_ns_samename()
|