(root)/
glibc-2.38/
sysdeps/
i386/
i686/
multiarch/
strcasecmp_l-c.c
       1  #include <string.h>
       2  
       3  extern __typeof (strcasecmp_l) __strcasecmp_l_nonascii;
       4  
       5  #define __strcasecmp_l __strcasecmp_l_nonascii
       6  #define USE_IN_EXTENDED_LOCALE_MODEL    1
       7  #include <string/strcasecmp.c>
       8  
       9  strong_alias (__strcasecmp_l_nonascii, __strcasecmp_l_ia32)
      10  
      11  /* The needs of strcasecmp in libc are minimal, no need to go through
      12     the IFUNC.  */
      13  strong_alias (__strcasecmp_l_nonascii, __GI___strcasecmp_l)